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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dhp_max.cpp139 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);

Completed in 68 milliseconds