OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cheb
(Results
1 - 2
of
2
) 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
);
Completed in 849 milliseconds