Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dwb_vad.c51 Word32 i, l_temp; in ilog2() local
62 l_temp = vo_L_mult(mant, mant); in ilog2()
64 ex2 = norm_l(l_temp); in ilog2()
65 mant = extract_h(l_temp << ex2); in ilog2()