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

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Daz_lsp.cpp136 cheb = Chebyshev polynomial for the input value x.(Word16)
174 Word16 i, cheb;
213 cheb = extract_h (t0);
215 return (cheb);
249 Word16 cheb; local
306 cheb = (Word16)(t0 >> 10);
312 cheb = MAX_16;
317 cheb = MIN_16;
321 return (cheb);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Daz_isp.c216 Word32 i, cheb; local
258 cheb = extract_h(t0); /* Result in Q14 */
260 if (cheb == -32768)
262 cheb = -32767; /* to avoid saturation in Az_isp */
264 return (cheb);

Completed in 90 milliseconds