Searched refs:L_denom_by_4 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Ddiv_s.cpp220 Word32 L_denom_by_4; local
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/
H A Dpvamrwb_math_op.cpp212 int32 L_denom_by_4; local
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 231 milliseconds