📄 requant.h
字号:
/// \file requant.h/// Requantization function definitions.#ifndef _musepack_requant_h#define _musepack_requant_h_#include "musepack/musepack.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 // _musepack_requant_h_
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -