Lines Matching refs:cmax
170 FLAC__double cmax; in FLAC__lpc_quantize_coefficients() local
183 cmax = 0.0; in FLAC__lpc_quantize_coefficients()
186 if(d > cmax) in FLAC__lpc_quantize_coefficients()
187 cmax = d; in FLAC__lpc_quantize_coefficients()
190 if(cmax <= 0.0) { in FLAC__lpc_quantize_coefficients()
199 (void)frexp(cmax, &log2cmax); in FLAC__lpc_quantize_coefficients()
218 …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()
220 …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()
239 …derr,"FLAC__lpc_quantize_coefficients: negative shift=%d order=%u cmax=%f\n", *shift, order, cmax); in FLAC__lpc_quantize_coefficients()
246 …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()
248 …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()