q_around.h
来自「the newest JM software by h.264 JVT offi」· C头文件 代码 · 共 28 行
H
28 行
/*!
***************************************************************************
* \file
* q_around.h
*
* \author
* Alexis Michael Tourapis
*
* \brief
* Headerfile for Quantization Adaptive Rounding
**************************************************************************
*/
#ifndef _Q_AROUND_H_
#define _Q_AROUND_H_
void update_adaptive_rounding_8x8(RD_8x8DATA* dataTr, int**** ARCofAdj);
void store_adaptive_rounding_4x4 (ImageParameters *img, int****ARCofAdj, int mode, int block_y, int block_x);
void update_adaptive_rounding_4x4 (ImageParameters *img, int****ARCofAdj , int mode, int block_y, int block_x);
void update_adaptive_rounding_16x16(ImageParameters *img, int****ARCofAdj , int mode);
void store_adaptive_rounding_16x16 (ImageParameters *img, int****ARCofAdj, int mode);
void reset_adaptive_rounding_direct();
void update_offset_params (Macroblock *currMB, int mode, int luma_transform_size_8x8_flag);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?