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

/frameworks/base/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);
/frameworks/base/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);
247 Word16 cheb; local
304 cheb = (Word16)(t0 >> 10);
310 cheb = MAX_16;
315 cheb = MIN_16;
319 return (cheb);

Completed in 53 milliseconds