HomeSort by relevance Sort by last modified time
    Searched refs:L_denom_by_2 (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
div_s.cpp 219 Word32 L_denom_by_2;
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/
pvamrwb_math_op.cpp 211 int32 L_denom_by_2;
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 75 milliseconds