OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:local_lpc_restore_signal_16bit
(Results
1 - 1
of
1
) sorted by null
/external/flac/libFLAC/
stream_decoder.c
144
void (*
local_lpc_restore_signal_16bit
)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 data[]);
member in struct:FLAC__StreamDecoderPrivate
391
decoder->private_->
local_lpc_restore_signal_16bit
= FLAC__lpc_restore_signal;
401
decoder->private_->
local_lpc_restore_signal_16bit
= FLAC__lpc_restore_signal_asm_ia32_mmx;
405
decoder->private_->
local_lpc_restore_signal_16bit
= FLAC__lpc_restore_signal_asm_ia32;
411
decoder->private_->
local_lpc_restore_signal_16bit
= FLAC__lpc_restore_signal_16_intrin_sse2;
[
all
...]
Completed in 163 milliseconds