OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flac_restrict
(Results
1 - 2
of
2
) sorted by null
/external/flac/include/share/
compat.h
81
#define
flac_restrict
__restrict
macro
83
#define
flac_restrict
__restrict__
macro
85
#define
flac_restrict
macro
/external/flac/libFLAC/
lpc.c
268
void FLAC__lpc_compute_residual_from_qlp_coefficients(const FLAC__int32 *
flac_restrict
data, unsigned data_len, const FLAC__int32 *
flac_restrict
qlp_coeff, unsigned order, int lp_quantization, FLAC__int32 *
flac_restrict
residual)
529
void FLAC__lpc_compute_residual_from_qlp_coefficients_wide(const FLAC__int32 *
flac_restrict
data, unsigned data_len, const FLAC__int32 *
flac_restrict
qlp_coeff, unsigned order, int lp_quantization, FLAC__int32 *
flac_restrict
residual)
785
void FLAC__lpc_restore_signal(const FLAC__int32 *
flac_restrict
residual, unsigned data_len, const FLAC__int32 *
flac_restrict
qlp_coeff, unsigned order, int lp_quantization, FLAC__int32 *
flac_restrict
data)
[
all
...]
Completed in 48 milliseconds