block.h
来自「H.264编码解码器源码(c语言).zip」· C头文件 代码 · 共 28 行
H
28 行
/*!
************************************************************************
* \file block.h
*
* \author
* Inge Lille-Lang鴜 <inge.lille-langoy@telenor.com> \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<<(DQ_BITS-1))
extern const byte QP_SCALE_CR[52] ;
extern const int dequant_coef[6][4][4];
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?