Lines Matching defs:LARpp
20 int16_t * LARpp) /* out: decoded .. */
31 /* Compute the LARpp[1..8]
34 /* for (i = 1; i <= 8; i++, B++, MIC++, INVA++, LARc++, LARpp++) {
43 * *LARpp = GSM_ADD (temp1, temp1) ;
52 *LARpp++ = GSM_ADD (temp1, temp1) ;
73 /* 4.2.9.1 Interpolation of the LARpp[1..8] to get the LARp[1..8]
79 * coefficients, derived from the previous set of decoded LARs(LARpp(j-1))
80 * and the actual set of decoded LARs (LARpp(j))
82 * (Initial value: LARpp(j-1)[1..8] = 0.)
337 int16_t * LARpp_j = S->LARpp [S->j] ;
338 int16_t * LARpp_j_1 = S->LARpp [S->j ^= 1] ;
380 int16_t * LARpp_j = S->LARpp [S->j] ;
381 int16_t * LARpp_j_1 = S->LARpp [S->j ^= 1] ;