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_wide
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/include/private/
lpc.h
155
void
FLAC__lpc_compute_residual_from_qlp_coefficients_wide
(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
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)
537
fprintf(stderr,"
FLAC__lpc_compute_residual_from_qlp_coefficients_wide
: data_len=%d, order=%u, lpq=%d",data_len,order,lp_quantization);
550
fprintf(stderr,"
FLAC__lpc_compute_residual_from_qlp_coefficients_wide
: OVERFLOW, i=%u, sum=%" PRId64 "\n", i, (sum >> lp_quantization));
554
fprintf(stderr,"
FLAC__lpc_compute_residual_from_qlp_coefficients_wide
: OVERFLOW, i=%u, data=%d, sum=%" PRId64 ", residual=%" PRId64 "\n", i, *data, (int64_t)(sum >> lp_quantization), ((FLAC__int64)(*data) - (sum >> lp_quantization)));
[
all
...]
stream_encoder.c
[
all
...]
Completed in 134 milliseconds