Home
last modified time | relevance | path

Searched defs:qlp_coeff (Results 1 – 3 of 3) sorted by relevance

/external/flac/libFLAC/
Dlpc.c156 …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()
Dstream_encoder.c3585 FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER]; in evaluate_lpc_subframe_() local
/external/flac/include/FLAC/
Dformat.h327 FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER]; member