Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/include/private/
Dlpc.h156 void FLAC__lpc_compute_residual_from_qlp_coefficients_wide(const FLAC__int32 *data, uint32_t data_l…
/external/flac/src/libFLAC/
Dlpc.c582 void FLAC__lpc_compute_residual_from_qlp_coefficients_wide(const FLAC__int32 * flac_restrict data, … in FLAC__lpc_compute_residual_from_qlp_coefficients_wide() function
Dstream_encoder.c940 …pc_compute_residual_from_qlp_coefficients_64bit = FLAC__lpc_compute_residual_from_qlp_coefficients… in init_stream_internal_()