HomeSort by relevance Sort by last modified time
    Searched refs:xmid (Results 1 - 6 of 6) sorted by null

  /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/chromium_org/third_party/opus/src/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 386 Word16 xlow, ylow, xhigh, yhigh, xmid, ymid, xint;
458 // xmid = (xlow + xhigh)/2
459 xmid = add (shr (xlow, 1), shr (xhigh, 1));
460 ymid = Chebps (xmid, coef, NC);
465 xhigh = xmid;
470 xlow = xmid;
575 Word16 xmid; local
650 /* xmid = (xlow + xhigh)/2 */
653 xmid = x + y;
655 ymid = Chebps(xmid, coef, NC, pOverflow)
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 1154 double xmid = m_AllSites[ce->first].getVCenter().x + dx\/2.0; local
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 1154 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...]

Completed in 93 milliseconds