Home | History | Annotate | Download | only in src

Lines Matching defs:Mc

123  *  represented by Mc.
130 word Mc;
135 Mc = 0;
152 * Mc = m;
185 Mc = 1;
198 Mc = 2;
208 Mc = 3;
217 for (i = 0; i <= 12; i ++) xM[i] = x[Mc + 3*i];
218 *Mc_out = Mc;
387 static void RPE_grid_positioning P3((Mc,xMp,ep),
388 word Mc, /* grid position IN */
394 * ep[0..39] for the LTP analysis filter. The inputs are the Mc
402 assert(0 <= Mc && Mc <= 3);
404 switch (Mc) {
412 while (++Mc < 4) *ep++ = 0;
419 ep[ Mc + (3*i) ] = xMp[i];
449 void Gsm_RPE_Encoding P5((S,e,xmaxc,Mc,xMc),
455 word * Mc, /* OUT */
463 RPE_grid_selection(x, xM, Mc);
468 RPE_grid_positioning( *Mc, xMp, e );