OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L_denom_by_4
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
div_s.cpp
220
Word32
L_denom_by_4
;
237
L_denom_by_4
= (L_denom << 2);
243
if (L_num >=
L_denom_by_4
)
245
L_num -=
L_denom_by_4
;
/frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwb_math_op.cpp
212
int32
L_denom_by_4
;
226
L_denom_by_4
= (L_denom << 2);
232
if (L_num >=
L_denom_by_4
)
234
L_num -=
L_denom_by_4
;
Completed in 63 milliseconds