requant.h

来自「betaplayer的源码 tcpmp的老版本」· C头文件 代码 · 共 15 行

H
15
字号
#ifndef _requant_h#define _requant_h_#include "mpc_dec.h"/* C O N S T A N T S */extern const mpc_uint32_t Res_bit [18];         // bits per sample for chosen quantizerextern const MPC_SAMPLE_FORMAT __Cc    [1 + 18];     // coefficients for requantizationextern const mpc_int32_t          __Dc    [1 + 18];     // offset for requantization#define Cc      (__Cc + 1)#define Dc      (__Dc + 1)#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?