Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/include/private/
Dlpc.h118 void FLAC__lpc_compute_lp_coefficients(const double autoc[], uint32_t *max_order, FLAC__real lp_coe…
/external/flac/src/libFLAC/
Dlpc.c176 void FLAC__lpc_compute_lp_coefficients(const double autoc[], uint32_t *max_order, FLAC__real lp_coe… in FLAC__lpc_compute_lp_coefficients() function
Dstream_encoder.c3831FLAC__lpc_compute_lp_coefficients(apply_apodization_state->autoc, max_lpc_order_this_apodization, … in apply_apodization_()