HomeSort by relevance Sort by last modified time
    Searched full:cheb (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
az_isp.c 216 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/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 136 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);
  /external/valgrind/main/auxprogs/
gsl16test 57 TESTS1="block/test cblas/test cdf/test cheb/test combination/test"
gsl19test 59 TESTS1="block/test bspline/test cblas/test cdf/test cheb/test"

Completed in 138 milliseconds