H.264编码解码器源码(c语言版本)

源代码在线查看: h.264

软件大小: 1777 K
上传用户: multicolor
关键词: 264 编码解码器 源码 c语言
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				/*!
				 ************************************************************************
				 * \file block.h
				 *
				 * \author
				 *  Inge Lille-Lang鴜                   \n
				 *  Telenor Satellite Services                                         \n
				 *  P.O.Box 6914 St.Olavs plass                                        \n
				 *  N-0130 Oslo, Norway
				 *
				 ************************************************************************
				 */
				
				#ifndef _BLOCK_H_
				#define _BLOCK_H_
				
				#include "global.h"
				
				#define DQ_BITS         6
				#define DQ_ROUND        (1				
				extern const byte QP_SCALE_CR[52] ;
				extern const int  dequant_coef[6][4][4];
				
				#endif
				
							

相关资源