FFmpeg
4.3
|
#include <libavcodec/aptx.h>
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 103 of file aptx.h.
Referenced by aptx_invert_quantization(), and aptx_quantize_difference().
const int32_t* ConstTables::invert_quantize_dither_factors |
Definition at line 104 of file aptx.h.
Referenced by aptx_invert_quantization().
const int32_t* ConstTables::quantize_dither_factors |
Definition at line 105 of file aptx.h.
Referenced by aptx_quantize_difference().
const int16_t* ConstTables::quantize_factor_select_offset |
Definition at line 106 of file aptx.h.
Referenced by aptx_invert_quantization().
int ConstTables::tables_size |
Definition at line 107 of file aptx.h.
Referenced by aptx_quantize_difference().
int32_t ConstTables::factor_max |
Definition at line 108 of file aptx.h.
Referenced by aptx_invert_quantization().
int32_t ConstTables::prediction_order |
Definition at line 109 of file aptx.h.
Referenced by aptx_process_subband().