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

  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/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);
  /frameworks/base/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);

Completed in 186 milliseconds