Home
last modified time | relevance | path

Searched refs:FLAC__lpc_quantize_coefficients (Results 1 – 3 of 3) sorted by relevance

/external/flac/libFLAC/include/private/
Dlpc.h139 int FLAC__lpc_quantize_coefficients(const FLAC__real lp_coeff[], unsigned order, unsigned precision…
/external/flac/libFLAC/
Dlpc.c166 int FLAC__lpc_quantize_coefficients(const FLAC__real lp_coeff[], unsigned order, unsigned precision… in FLAC__lpc_quantize_coefficients() function
Dstream_encoder.c3784 …ret = FLAC__lpc_quantize_coefficients(lp_coeff, order, qlp_coeff_precision, qlp_coeff, &quantizati… in evaluate_lpc_subframe_()