Searched refs:FLAC__lpc_quantize_coefficients (Results 1 – 3 of 3) sorted by relevance
139 int FLAC__lpc_quantize_coefficients(const FLAC__real lp_coeff[], unsigned order, unsigned precision…
166 int FLAC__lpc_quantize_coefficients(const FLAC__real lp_coeff[], unsigned order, unsigned precision… in FLAC__lpc_quantize_coefficients() function
3784 …ret = FLAC__lpc_quantize_coefficients(lp_coeff, order, qlp_coeff_precision, qlp_coeff, &quantizati… in evaluate_lpc_subframe_()