FFmpeg
|
#include <aptx.h>
Data Fields | |
int32_t | quantized_sample |
int32_t | quantized_sample_parity_change |
int32_t | error |
int32_t Quantize::quantized_sample |
Definition at line 61 of file aptx.h.
Referenced by aptx_insert_sync(), aptx_pack_codeword(), aptx_quantize_difference(), aptx_quantized_parity(), aptx_unpack_codeword(), aptx_update_codeword_history(), aptxhd_pack_codeword(), aptxhd_unpack_codeword(), and ff_aptx_invert_quantize_and_prediction().
int32_t Quantize::quantized_sample_parity_change |
Definition at line 62 of file aptx.h.
Referenced by aptx_insert_sync(), and aptx_quantize_difference().
int32_t Quantize::error |
Definition at line 63 of file aptx.h.
Referenced by aptx_insert_sync(), and aptx_quantize_difference().