OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qlp_coeff
(Results
1 - 2
of
2
) sorted by null
/external/flac/include/FLAC/
format.h
328
FLAC__int32
qlp_coeff
[FLAC__MAX_LPC_ORDER];
member in struct:__anon12633
[
all
...]
/external/flac/libFLAC/
stream_encoder.c
360
void (*local_lpc_compute_residual_from_qlp_coefficients)(const FLAC__int32 *data, unsigned data_len, const FLAC__int32
qlp_coeff
[], unsigned order, int lp_quantization, FLAC__int32 residual[]);
361
void (*local_lpc_compute_residual_from_qlp_coefficients_64bit)(const FLAC__int32 *data, unsigned data_len, const FLAC__int32
qlp_coeff
[], unsigned order, int lp_quantization, FLAC__int32 residual[]);
362
void (*local_lpc_compute_residual_from_qlp_coefficients_16bit)(const FLAC__int32 *data, unsigned data_len, const FLAC__int32
qlp_coeff
[], unsigned order, int lp_quantization, FLAC__int32 residual[]);
3777
FLAC__int32
qlp_coeff
[FLAC__MAX_LPC_ORDER]; \/* WATCHOUT: the size is important; some x86 intrinsic routines need more than lpc order elements *\/
local
[
all
...]
Completed in 35 milliseconds