Home
last modified time | relevance | path

Searched refs:b2_l (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
224 b2_l = (t0 & 0xffff)>>1; in Chebps2()
226 t0 = ((b2_h * x)<<1) + (((b2_l * x)>>15)<<1); in Chebps2()
240 t0 -= (b2_l << 1); /* t0 = 2.0*x*b1 - b2 + f[i]; */ in Chebps2()
245 b2_l = b1_l; /* b2 = b1; */ in Chebps2()
253 t0 -= (b2_l << 1); in Chebps2()