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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c 946 OMX_U32 x, y, i, j, ref, OffX, OffY, OffSrc, OffRef;
996 OffX = (PartStartX + x) >> 2;
1003 pMVArr [4 + OffY + j][4 + OffX + i].dx = DstMV.dx;
1004 pMVArr [4 + OffY + j][4 + OffX + i].dy = DstMV.dy;
1005 pMVPredArr [OffY + j][OffX + i].dx = MVPred.dx;
1006 pMVPredArr [OffY + j][OffX + i].dy = MVPred.dy;
1010 pRefFrArr [2 + (OffY >> 1)][2 + (OffX >> 1)] = ref;
1015 pRefFrArr [2 + (OffY >> 1) + j][2 + (OffX >> 1) + i] = ref;
1034 OffX = (PartStartX + x * BlockWidth) >> 2;
1037 BestMV[y][x].dx = pMVArr [4 + OffY][4 + OffX].dx
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationTest.java 670 for (int offX = 0; offX < sX; offX += 3) {
672 for (int w = 1; w <= sX - offX; w += 3) {
674 helperFloatCopy2D(sX, sY, offX, offY, w, h);
675 helperByteCopy2D(sX, sY, offX, offY, w, h);
676 helperShortCopy2D(sX, sY, offX, offY, w, h);
677 helperIntCopy2D(sX, sY, offX, offY, w, h);
678 helperFloatAllocationCopy2D(sX, sY, offX, offY, w, h);
679 helperByteAllocationCopy2D(sX, sY, offX, offY, w, h)
    [all...]
  /external/opencv/cv/src/
cvoptflowbm.cpp 365 int offX = 0, offY = 0;
378 offX = int_velocityX[j];
389 icvCopyBM_8u_C1R( imgB + (Y1 + offY)*imgStep + (X1 + offX),
401 icvCopyBM_8u_C1R( imgB + (Y1 + offY) * imgStep + (X1 + offX), imgStep,
434 int X2 = X1 + offX + ss[k].x;
512 int_velocityX[j] = VelocityX + (offX << 16);
cvshapedescr.cpp 790 double x0, y0, idet, scale, offx = 0, offy = 0; local
809 offx += ((CvPoint*)reader.ptr)->x;
814 offx += ((CvPoint2D32f*)reader.ptr)->x;
820 offx /= n;
831 x = ((CvPoint*)reader.ptr)->x - offx;
836 x = ((CvPoint2D32f*)reader.ptr)->x - offx;
915 box->center.x = (float)offx;
932 box->center.x = (float)(x0 + offx);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 162 void show(int offx, int offy) {
169 if ((gravity & Gravity.RIGHT) == Gravity.RIGHT) offx -= window.getWidth();
187 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 164 void show(int offx, int offy) {
171 if ((gravity & Gravity.RIGHT) == Gravity.RIGHT) offx -= window.getWidth();
190 window.showAtLocation(inputView, Gravity.NO_GRAVITY, x + offx, y + offy);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.h 104 EAPI Eina_Bool ewk_tiled_backing_store_zoom_set(Evas_Object *o, float *zoom, Evas_Coord cx, Evas_Coord cy, Evas_Coord *offx, Evas_Coord *offy);
ewk_tiled_backing_store.c     [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java 388 * @param offx an optional offset to apply to the texture (in pixels) from top of detail line
394 public void setDetailTextureForItem(int n, float offx, float offy, float loffx, float loffy,
398 mRenderScript.setDetailTexture(n, offx, offy, loffx, loffy, bitmap);
CarouselView.java 361 * @param offx an optional offset to apply to the texture (in pixels) from top of detail line
367 public void setDetailTextureForItem(int n, float offx, float offy, float loffx, float loffy,
369 mController.setDetailTextureForItem(n, offx, offy, loffx, loffy, bitmap);
CarouselRS.java 737 void setDetailTexture(int n, float offx, float offy, float loffx, float loffy, Bitmap bitmap)
759 mScript.invoke_setDetailTexture(n, offx, offy, loffx, loffy, item.detailTexture);
    [all...]
carousel.rs 512 void setDetailTexture(int n, float offx, float offy, float loffx, float loffy, rs_allocation texture)
520 cards[n].detailTextureOffset.x = offx;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowStateAnimator.java     [all...]

Completed in 1334 milliseconds