OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L_temp1
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
gc_pred.cpp
481
Word32
L_temp1
, L_temp2;
539
L_temp1
= (Word32)(exp - 30) << 16;
540
ener_code =
L_temp1
+ ((Word32)frac << 1);
553
L_temp1
= (((Word32) st->past_qua_en_MR122[i]) *
555
ener = L_add(ener,
L_temp1
, pOverflow);
572
L_temp1
= L_sub(ener, ener_code, pOverflow);
575
*exp_gcode0 = (Word16)(
L_temp1
>> 17);
578
L_temp1
>>= 2;
580
*frac_gcode0 = (Word16)(
L_temp1
- L_temp2);
731
L_temp1
= ~((~L_tmp) >> 1)
[
all
...]
az_lsp.cpp
587
Word32
L_temp1
;
611
L_temp1
= (Word32) * (a + i + 1);
614
x = (Word16)((
L_temp1
+ L_temp2) >> 2);
616
y = (Word16)((
L_temp1
- L_temp2) >> 2);
Completed in 2397 milliseconds