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

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
hp_max.cpp 139 Word16 max16, t016, cor_max;
183 max16 = extract_h(L_shl(max, shift1));
189 cor_max = div_s(max16, t016);
250 Word16 max16, t016, cor_max; local
296 max16 = extract_h(L_shl(max, shift1));
304 max16 = (Word16)(L_temp >> 16);
312 cor_max = div_s(max16, t016);
  /external/chromium_org/third_party/ots/src/
glyf.cc 273 const uint16_t max16 = std::numeric_limits<uint16_t>::max(); local
275 resulting_offsets.end()) >= (max16 * 2u)) &&

Completed in 197 milliseconds