H.264 codec source code

源代码在线查看: image.h

软件大小: 936 K
上传用户: limaoxiansheng
关键词: source codec code 264
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				/*!
				 ************************************************************************
				 * \file image.h
				 *
				 * \brief
				 *    prototypes for image.c
				 *
				 ************************************************************************
				 */
				
				#ifndef _IMAGE_H_
				#define _IMAGE_H_
				
				#include "mbuffer.h"
				
				extern StorablePicture *dec_picture;
				
				void find_snr(struct snr_par *snr, StorablePicture *p, int p_ref);
				void get_block(int ref_frame, StorablePicture **list, int x_pos, int y_pos, struct img_par *img, int block[BLOCK_SIZE][BLOCK_SIZE]);
				int  picture_order(struct img_par *img);
				
				#endif
				
							

相关资源