OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__lpc_quantize_coefficients
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/include/private/
lpc.h
106
*
FLAC__lpc_quantize_coefficients
()
125
int
FLAC__lpc_quantize_coefficients
(const FLAC__real lp_coeff[], unsigned order, unsigned precision, FLAC__int32 qlp_coeff[], int *shift);
/external/flac/libFLAC/
lpc.c
156
int
FLAC__lpc_quantize_coefficients
(const FLAC__real lp_coeff[], unsigned order, unsigned precision, FLAC__int32 qlp_coeff[], int *shift)
213
fprintf(stderr,"
FLAC__lpc_quantize_coefficients
: quantizer overflow: q>qmax %d>%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmax,*shift,cmax,precision+1,i,lp_coeff[i]);
215
fprintf(stderr,"
FLAC__lpc_quantize_coefficients
: quantizer overflow: q<qmin %d<%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmin,*shift,cmax,precision+1,i,lp_coeff[i]);
234
fprintf(stderr,"
FLAC__lpc_quantize_coefficients
: negative shift=%d order=%u cmax=%f\n", *shift, order, cmax);
248
fprintf(stderr,"
FLAC__lpc_quantize_coefficients
: quantizer overflow: q>qmax %d>%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmax,*shift,cmax,precision+1,i,lp_coeff[i]);
250
fprintf(stderr,"
FLAC__lpc_quantize_coefficients
: quantizer overflow: q<qmin %d<%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmin,*shift,cmax,precision+1,i,lp_coeff[i]);
[
all
...]
stream_encoder.c
[
all
...]
Completed in 58 milliseconds