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

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Ddiv_s.cpp219 Word32 L_denom_by_2; local
236 L_denom_by_2 = (L_denom << 1);
249 if (L_num >= L_denom_by_2)
251 L_num -= L_denom_by_2;
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwb_math_op.cpp211 int32 L_denom_by_2; local
225 L_denom_by_2 = (L_denom << 1);
238 if (L_num >= L_denom_by_2)
240 L_num -= L_denom_by_2;

Completed in 170 milliseconds