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
167
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
417
decoder->private_->
local_lpc_restore_signal_16bit
= FLAC__lpc_restore_signal;
432
decoder->private_->
local_lpc_restore_signal_16bit
= FLAC__lpc_restore_signal_asm_ia32_mmx;
437
decoder->private_->
local_lpc_restore_signal_16bit
= FLAC__lpc_restore_signal_asm_ia32;
444
decoder->private_->
local_lpc_restore_signal_16bit
= FLAC__lpc_restore_signal_asm_ppc_altivec_16;
[
all
...]
Completed in 260 milliseconds