OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l_temp2
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c
149
Word32 i, l_temp1,
l_temp2
;
local
158
l_temp2
= vo_L_add(l_temp1, L_shl(*sub_level, 16 - scale));
163
l_temp2
+= (abs_s(data[ind_m * i + ind_a])<<1);
165
level = extract_h(L_shl2(
l_temp2
, scale));
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp
520
Word32
l_temp2
;
local
531
l_temp2
= L_add(l_temp1, L_shl(*sub_level, sub(16, scale, pOverflow), pOverflow), pOverflow);
536
l_temp2
= L_mac(
l_temp2
, 1, abs_s(data[ind_m*i+ind_a]), pOverflow);
538
level = extract_h(L_shl(
l_temp2
, scale, pOverflow));
[
all
...]
Completed in 24 milliseconds