FFmpeg
4.0
|
Data Fields | |
const int32_t * | quantize_intervals |
const int32_t * | invert_quantize_dither_factors |
const int32_t * | quantize_dither_factors |
const int16_t * | quantize_factor_select_offset |
int | tables_size |
int32_t | factor_max |
int32_t | prediction_order |
const int32_t* ConstTables::quantize_intervals |
Definition at line 387 of file aptx.c.
Referenced by aptx_invert_quantization(), and aptx_quantize_difference().
const int32_t* ConstTables::invert_quantize_dither_factors |
Definition at line 388 of file aptx.c.
Referenced by aptx_invert_quantization().
const int32_t* ConstTables::quantize_dither_factors |
Definition at line 389 of file aptx.c.
Referenced by aptx_quantize_difference().
const int16_t* ConstTables::quantize_factor_select_offset |
Definition at line 390 of file aptx.c.
Referenced by aptx_invert_quantization().
int ConstTables::tables_size |
Definition at line 391 of file aptx.c.
Referenced by aptx_quantize_difference().
int32_t ConstTables::factor_max |
Definition at line 392 of file aptx.c.
Referenced by aptx_invert_quantization().
int32_t ConstTables::prediction_order |
Definition at line 393 of file aptx.c.
Referenced by aptx_process_subband().