Lines Matching defs:xmaxc
213 int16_t xmaxc, /* IN */
219 /* Compute expononent and mantissa of the decoded version of xmaxc
223 if (xmaxc > 15) expon = SASR_W (xmaxc, 3) - 1 ;
224 mant = xmaxc - (expon << 3) ;
255 int16_t xmax, xmaxc, temp, temp1, temp2 ;
269 /* Qantizing and coding of xmax to get xmaxc.
288 xmaxc = gsm_add (SASR_W (xmax, temp), (int16_t) (expon << 3)) ;
294 APCM_quantization_xmaxc_to_exp_mant (xmaxc, &expon, &mant) ;
296 /* This computation uses the fact that the decoded version of xmaxc
298 * xmaxc (logarithmic table).
330 *xmaxc_out = xmaxc ;
343 * the mantissa of xmaxc (FAC[0..7]).
429 int16_t * xmaxc, /* OUT */
440 APCM_quantization (xM, xMc, &mant, &expon, xmaxc) ;