Lines Matching refs:xmaxc
223 static void APCM_quantization_xmaxc_to_exp_mant P3((xmaxc,exp_out,mant_out),
224 word xmaxc, /* IN */
234 if (xmaxc > 15) exp = SASR(xmaxc, 3) - 1;
235 mant = xmaxc - (exp << 3);
267 word xmax, xmaxc, temp, temp1, temp2; variable
301 xmaxc = gsm_add( SASR(xmax, temp), exp << 3 );
307 APCM_quantization_xmaxc_to_exp_mant( xmaxc, &exp, &mant );
344 *xmaxc_out = xmaxc;
449 void Gsm_RPE_Encoding P5((S,e,xmaxc,Mc,xMc),
454 word * xmaxc, /* OUT */
465 APCM_quantization( xM, xMc, &mant, &exp, xmaxc);