G729、h263、h264、MPEG4四种最流行的音频和视频标准的压缩和解压算法的源代码.rar

源代码在线查看: image.h

软件大小: 1357 K
上传用户: jellylihui
关键词: MPEG4 G729 h263 h264
下载地址: 免注册下载 普通下载 VIP

相关代码

  1. /*! 
  2.  ************************************************************************ 
  3.  * \file image.h 
  4.  * 
  5.  ************************************************************************ 
  6.  */  
  7.   
  8. #ifndef _IMAGE_H_  
  9. #define _IMAGE_H_  
  10.   
  11. #include "mbuffer.h"  
  12.   
  13. // this one is empty. keep it, maybe we will move some image.c function   
  14. // declarations here  
  15.   
  16. extern StorablePicture *dec_picture;  
  17.   
  18. void find_snr(struct snr_par *snr, StorablePicture *p, FILE *p_ref);  
  19. void get_block(int ref_frame, StorablePicture **list, int x_pos, int y_pos, struct img_par *img, int block[BLOCK_SIZE][BLOCK_SIZE]);  
  20. int  picture_order(struct img_par *img);  
  21.   
  22. #endif  
  23.   
  24.               

相关资源