OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:local_lpc_restore_signal_64bit
(Results
1 - 1
of
1
) sorted by null
/external/flac/libFLAC/
stream_decoder.c
142
void (*
local_lpc_restore_signal_64bit
)(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
390
decoder->private_->
local_lpc_restore_signal_64bit
= FLAC__lpc_restore_signal_wide;
398
decoder->private_->
local_lpc_restore_signal_64bit
= FLAC__lpc_restore_signal_wide_asm_ia32; /* OPT_IA32: was really necessary for GCC < 4.9 */
416
decoder->private_->
local_lpc_restore_signal_64bit
= FLAC__lpc_restore_signal_wide_intrin_sse41;
[
all
...]
Completed in 43 milliseconds