Searched defs:xMp (Results 1 - 1 of 1) sorted by relevance

/external/libgsm/src/
H A Drpe.c349 static void APCM_inverse_quantization P4((xMc,mant,exp,xMp), argument
353 register word * xMp) /* [0..12] OUT */
356 * samples to obtain the xMp[0..12] array. Table 4.6 is used to get
381 *xMp++ = gsm_asr( temp, temp2 );
387 static void RPE_grid_positioning P3((Mc,xMp,ep), argument
389 register word * xMp, /* [0..12] IN */
395 * which is the grid position selection and the xMp[0..12] decoded
409 case 0: *ep++ = *xMp++;
419 ep[ Mc + (3*i) ] = xMp[i];
459 word xM[13], xMp[1 local
482 word xMp[ 13 ]; local
[all...]

Completed in 108 milliseconds