Home
last modified time | relevance | path

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

/external/flac/libFLAC/include/private/
Dlpc.h117 void FLAC__lpc_compute_lp_coefficients(const FLAC__real autoc[], unsigned *max_order, FLAC__real lp…
/external/flac/libFLAC/
Dlpc.c122 void FLAC__lpc_compute_lp_coefficients(const FLAC__real autoc[], unsigned *max_order, FLAC__real lp… in FLAC__lpc_compute_lp_coefficients() function
Dstream_encoder.c3500FLAC__lpc_compute_lp_coefficients(autoc, &max_lpc_order, encoder->private_->lp_coeff, lpc_error); in process_subframe_()