Searched defs:qlp_coeff (Results 1 – 3 of 3) sorted by relevance
/external/flac/libFLAC/ |
D | lpc.c | 167 …const FLAC__real lp_coeff[], unsigned order, unsigned precision, FLAC__int32 qlp_coeff[], int *shi… in FLAC__lpc_quantize_coefficients() 268 …t FLAC__int32 * flac_restrict data, unsigned data_len, const FLAC__int32 * flac_restrict qlp_coeff… in FLAC__lpc_compute_residual_from_qlp_coefficients() 529 …t FLAC__int32 * flac_restrict data, unsigned data_len, const FLAC__int32 * flac_restrict qlp_coeff… in FLAC__lpc_compute_residual_from_qlp_coefficients_wide() 785 …AC__int32 * flac_restrict residual, unsigned data_len, const FLAC__int32 * flac_restrict qlp_coeff… in FLAC__lpc_restore_signal() 1046 …AC__int32 * flac_restrict residual, unsigned data_len, const FLAC__int32 * flac_restrict qlp_coeff… in FLAC__lpc_restore_signal_wide()
|
D | stream_encoder.c | 3777 …FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER]; /* WATCHOUT: the size is important; some x86 intrinsic… in evaluate_lpc_subframe_() local
|
/external/flac/include/FLAC/ |
D | format.h | 328 FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER]; member
|