Searched refs:FLAC__lpc_restore_signal (Results 1 – 4 of 4) sorted by relevance
198 void FLAC__lpc_restore_signal(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 ql…
377 decoder->private_->local_lpc_restore_signal = FLAC__lpc_restore_signal; in init_stream_internal_()379 decoder->private_->local_lpc_restore_signal_16bit = FLAC__lpc_restore_signal; in init_stream_internal_()
784 void FLAC__lpc_restore_signal(const FLAC__int32 * flac_restrict residual, unsigned data_len, const … in FLAC__lpc_restore_signal() function
943 FLAC__lpc_restore_signal(residual, data_len, qlp_coeff, order, lp_quantization, data); in FLAC__lpc_restore_signal_16_intrin_sse2()