OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:l_power
(Results
1 - 1
of
1
) sorted by null
/external/libgsm/src/
long_term.c
64
longword L_max,
L_power
;
117
L_power
= 0;
123
L_power
+= L_temp * L_temp;
125
L_power
<<= 1; /* from L_MULT */
127
/* Normalization of L_max and
L_power
134
if (L_max >=
L_power
) {
139
temp = gsm_norm(
L_power
);
142
S = SASR(
L_power
<< temp, 16 );
167
longword L_max,
L_power
;
252
L_power
= 0
[
all
...]
Completed in 607 milliseconds