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
128
*
FLAC__lpc_compute_residual_from_qlp_coefficients
()
140
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
265
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[])
274
fprintf(stderr,"
FLAC__lpc_compute_residual_from_qlp_coefficients
: data_len=%d, order=%u, lpq=%d",data_len,order,lp_quantization);
290
fprintf(stderr,"
FLAC__lpc_compute_residual_from_qlp_coefficients
: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%I64d\n",i,j,qlp_coeff[j],*history,sumo);
293
fprintf(stderr,"
FLAC__lpc_compute_residual_from_qlp_coefficients
: OVERFLOW, i=%u, j=%u, c=%d, d=%d, sumo=%lld\n",i,j,qlp_coeff[j],*history,(long long)sumo);
[
all
...]
stream_encoder.c
[
all
...]
Completed in 418 milliseconds