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/libFLAC/include/private/
Dlpc.h155 void FLAC__lpc_compute_residual_from_qlp_coefficients_wide(const FLAC__int32 *data, unsigned data_l…
/external/flac/libFLAC/
Dlpc.c528 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.c882 …pc_compute_residual_from_qlp_coefficients_64bit = FLAC__lpc_compute_residual_from_qlp_coefficients… in init_stream_internal_()