Searched defs:qlp_coeff (Results 1 – 3 of 3) sorted by relevance
/external/flac/libFLAC/ |
D | lpc.c | 156 …const FLAC__real lp_coeff[], unsigned order, unsigned precision, FLAC__int32 qlp_coeff[], int *shi… in FLAC__lpc_quantize_coefficients() 265 …_qlp_coefficients(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsig… in FLAC__lpc_compute_residual_from_qlp_coefficients() 531 …coefficients_wide(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsig… in FLAC__lpc_compute_residual_from_qlp_coefficients_wide() 795 …store_signal(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsig… in FLAC__lpc_restore_signal() 1063 …_signal_wide(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsig… in FLAC__lpc_restore_signal_wide()
|
D | stream_encoder.c | 3585 FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER]; in evaluate_lpc_subframe_() local
|
/external/flac/include/FLAC/ |
D | format.h | 327 FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER]; member
|