FFmpeg
|
Data Fields | |
int32_t | quantized_sample |
int32_t | quantized_sample_parity_change |
int32_t | error |
int32_t Quantize::quantized_sample |
Definition at line 58 of file aptx.c.
Referenced by aptx_insert_sync(), aptx_invert_quantize_and_prediction(), aptx_pack_codeword(), aptx_quantize_difference(), aptx_quantized_parity(), aptx_unpack_codeword(), aptxhd_pack_codeword(), and aptxhd_unpack_codeword().
int32_t Quantize::quantized_sample_parity_change |
Definition at line 59 of file aptx.c.
Referenced by aptx_insert_sync(), and aptx_quantize_difference().
int32_t Quantize::error |
Definition at line 60 of file aptx.c.
Referenced by aptx_insert_sync(), and aptx_quantize_difference().