Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Daz_isp.c217 Word16 b0_h, b0_l, b1_h, b1_l, b2_h, b2_l; in Chebps2() local
223 b2_h = t0 >> 16; in Chebps2()
226 t0 = ((b2_h * x)<<1) + (((b2_l * x)>>15)<<1); in Chebps2()
237 t0 += (b2_h * (-16384))<<1; in Chebps2()
246 b2_h = b1_h; in Chebps2()
252 t0 += (b2_h * (-32768))<<1; /* t0 = x*b1 - b2 */ in Chebps2()