Searched refs:xMc (Results 1 - 3 of 3) sorted by relevance

/external/libgsm/src/
H A Dcode.c27 void Gsm_Coder P8((S,s,LARc,Nc,bc,Mc,xmaxc,xMc),
55 word * xMc /* [13*4] normalized RPE samples OUT */
68 for (k = 0; k <= 3; k++, xMc += 13) {
80 xmaxc++, Mc++, xMc );
H A Drpe.c256 static void APCM_quantization P5((xM,xMc,mant_out,exp_out,xmaxc_out), argument
259 word * xMc, /* [0..12] OUT */
304 * to get the xMc[0..12]
315 * found in table 4.5) gives the 3 bit coded version xMc[0..12]
320 /* Direct computation of xMc[0..12] using table 4.5
336 xMc[i] = temp + 4; /* see note below */
339 /* NOTE: This equation is used to make all the xMc[i] positive.
349 static void APCM_inverse_quantization P4((xMc,mant,exp,xMp), argument
350 register word * xMc, /* [0..12] IN */
355 * This part is for decoding the RPE sequence of coded xMc[
449 Gsm_RPE_Encoding(S,e,xmaxc,Mc,xMc), struct gsm_state * S, word * e, word * xmaxc, word * Mc, word * xMc argument
[all...]
/external/libgsm/inc/
H A Dprivate.h152 word * xMc /* [13*4] normalized RPE samples OUT */));
178 word * xMc));
221 word * xMc)); /* [0..12] OUT */

Completed in 269 milliseconds