OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LARpp
(Results
1 - 2
of
2
) sorted by null
/external/libgsm/src/
short_term.c
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.
[
all
...]
/external/libgsm/inc/
private.h
28
word
LARpp
[2][8]; /* */
Completed in 1235 milliseconds