Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Daz_isp.c216 Word32 i, cheb; in Chebps2() local
258 cheb = extract_h(t0); /* Result in Q14 */ in Chebps2()
260 if (cheb == -32768) in Chebps2()
262 cheb = -32767; /* to avoid saturation in Az_isp */ in Chebps2()
264 return (cheb); in Chebps2()
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Daz_lsp.cpp249 Word16 cheb; in Chebps() local
306 cheb = (Word16)(t0 >> 10); in Chebps()
312 cheb = MAX_16; in Chebps()
317 cheb = MIN_16; in Chebps()
321 return (cheb); in Chebps()