Home
last modified time | relevance | path

Searched refs:xMp (Results 1 – 1 of 1) sorted by relevance

/external/libgsm/src/
Drpe.c349 static void APCM_inverse_quantization P4((xMc,mant,exp,xMp),
353 register word * xMp) /* [0..12] OUT */
381 *xMp++ = gsm_asr( temp, temp2 );
387 static void RPE_grid_positioning P3((Mc,xMp,ep),
389 register word * xMp, /* [0..12] IN */
409 case 0: *ep++ = *xMp++;
459 word xM[13], xMp[13]; variable
466 APCM_inverse_quantization( xMc, mant, exp, xMp);
468 RPE_grid_positioning( *Mc, xMp, e );
482 word xMp[ 13 ]; variable
[all …]