Home | History | Annotate | Download | only in src

Lines Matching refs:LARpp

23 static void Decoding_of_the_coded_Log_Area_Ratios P2((LARc,LARpp),
25 word * LARpp) /* out: decoded .. */
37 /* Compute the LARpp[1..8]
40 /* for (i = 1; i <= 8; i++, B++, MIC++, INVA++, LARc++, LARpp++) {
49 * *LARpp = GSM_ADD( temp1, temp1 );
58 *LARpp++ = GSM_ADD( temp1, temp1 );
79 /* 4.2.9.1 Interpolation of the LARpp[1..8] to get the LARp[1..8]
85 * coefficients, derived from the previous set of decoded LARs(LARpp(j-1))
86 * and the actual set of decoded LARs (LARpp(j))
88 * (Initial value: LARpp(j-1)[1..8] = 0.)
354 word * LARpp_j = S->LARpp[ S->j ];
355 word * LARpp_j_1 = S->LARpp[ S->j ^= 1 ];
397 word * LARpp_j = S->LARpp[ S->j ];
398 word * LARpp_j_1 = S->LARpp[ S->j ^=1 ];