Home
last modified time | relevance | path

Searched refs:t016 (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dhp_max.cpp250 Word16 max16, t016, cor_max; in hp_max() local
300 t016 = norm_l(max); in hp_max()
301 shift1 = sub(t016, 1, pOverflow); in hp_max()
308 t016 = (Word16)(L_temp >> 16); in hp_max()
310 if (t016 != 0) in hp_max()
312 cor_max = div_s(max16, t016); in hp_max()