Lines Matching refs:cmax
159 FLAC__double cmax; in FLAC__lpc_quantize_coefficients() local
172 cmax = 0.0; in FLAC__lpc_quantize_coefficients()
175 if(d > cmax) in FLAC__lpc_quantize_coefficients()
176 cmax = d; in FLAC__lpc_quantize_coefficients()
179 if(cmax <= 0.0) { in FLAC__lpc_quantize_coefficients()
188 (void)frexp(cmax, &log2cmax); in FLAC__lpc_quantize_coefficients()
213 …w: q>qmax %d>%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmax,*shift,cmax,precision+1,i,lp_co… in FLAC__lpc_quantize_coefficients()
215 …w: q<qmin %d<%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmin,*shift,cmax,precision+1,i,lp_co… in FLAC__lpc_quantize_coefficients()
234 …derr,"FLAC__lpc_quantize_coefficients: negative shift=%d order=%u cmax=%f\n", *shift, order, cmax); in FLAC__lpc_quantize_coefficients()
248 …w: q>qmax %d>%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmax,*shift,cmax,precision+1,i,lp_co… in FLAC__lpc_quantize_coefficients()
250 …w: q<qmin %d<%d shift=%d cmax=%f precision=%u lpc[%u]=%f\n",q,qmin,*shift,cmax,precision+1,i,lp_co… in FLAC__lpc_quantize_coefficients()