Searched refs:LARpp (Results 1 - 2 of 2) sorted by relevance

/external/libgsm/src/
H A Dshort_term.c23 static void Decoding_of_the_coded_Log_Area_Ratios P2((LARc,LARpp), argument
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(
[all...]
/external/libgsm/inc/
H A Dprivate.h28 word LARpp[2][8]; /* */ member in struct:gsm_state

Completed in 47 milliseconds