Searched defs:Chebps2 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Daz_isp.c58 static __inline Word16 Chebps2(Word16 x, Word16 f[], Word32 n);
113 ylow = Chebps2(xlow, coef, order);
121 ylow = Chebps2(xlow, coef, order);
128 ymid = Chebps2(xmid, coef, order);
178 ylow = Chebps2(xlow, coef, order);
196 * function Chebps2: *
214 static __inline Word16 Chebps2(Word16 x, Word16 f[], Word32 n) function

Completed in 36 milliseconds