OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__lpc_compute_residual_from_qlp_coefficients
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/include/private/
lpc.h
142
*
FLAC__lpc_compute_residual_from_qlp_coefficients
()
154
void
FLAC__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[]);
/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)
277
fprintf(stderr,"
FLAC__lpc_compute_residual_from_qlp_coefficients
: data_len=%d, order=%u, lpq=%d",data_len,order,lp_quantization);
292
fprintf(stderr,"
FLAC__lpc_compute_residual_from_qlp_coefficients
: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%" PRId64 "\n",i,j,qlp_coeff[j],*history,sumo);
[
all
...]
stream_encoder.c
[
all
...]
Completed in 46 milliseconds