/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
poly_to_lsp.c | 38 int16_t x, y, xlow, ylow, xmid, ymid, xhigh, yhigh, xint; local 95 /* xmid =(xlow + xhigh)/2 */ 96 xmid = (xlow >> 1) + (xhigh >> 1); 97 ymid = WebRtcIlbcfix_Chebyshev(xmid, f[fi_select]); 101 xhigh = xmid; 104 xlow = xmid;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
az_isp.c | 67 Word16 xlow, ylow, xhigh, yhigh, xmid, ymid, xint; local 127 xmid = (xlow >> 1) + (xhigh >> 1); /* xmid = (xlow + xhigh)/2 */ 128 ymid = Chebps2(xmid, coef, order); 132 xhigh = xmid; 136 xlow = xmid;
|
/external/libopus/silk/ |
A2NLSF.c | 119 opus_int32 xlo, xhi, xmid; local 171 xmid = silk_RSHIFT_ROUND( xlo + xhi, 1 ); 172 ymid = silk_A2NLSF_eval_poly( p, xmid, dd ); 177 xhi = xmid; 181 xlo = xmid;
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
az_lsp.cpp | 388 Word16 xlow, ylow, xhigh, yhigh, xmid, ymid, xint; 460 // xmid = (xlow + xhigh)/2 461 xmid = add (shr (xlow, 1), shr (xhigh, 1)); 462 ymid = Chebps (xmid, coef, NC); 467 xhigh = xmid; 472 xlow = xmid; 577 Word16 xmid; local 652 /* xmid = (xlow + xhigh)/2 */ 655 xmid = x + y; 657 ymid = Chebps(xmid, coef, NC, pOverflow) [all...] |
/development/perftests/panorama/feature_mos/src/mosaic/ |
Blend.cpp | 1136 double xmid = m_AllSites[ce->first].getVCenter().x + dx\/2.0; local [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 1134 double xmid = m_AllSites[ce->first].getVCenter().x + dx\/2.0; local [all...] |