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

  /external/eigen/demos/opengl/
camera.h 49 void setViewport(uint offsetx, uint offsety, uint width, uint height);
camera.cpp 65 void Camera::setViewport(uint offsetx, uint offsety, uint width, uint height)
68 mVpY = offsety;
  /external/opencv/cv/src/
cvsnakes.cpp 200 int offsety = 0; local
375 offsety = j;
380 if( offsetx || offsety )
383 pt[i].y += offsety;
  /hardware/intel/img/psb_video/src/
psb_overlay.c 421 unsigned int mask, shift, offsety, offsetu; local
532 offsety = pPriv->YBuf0offset;
535 offsety = pPriv->YBuf1offset;
542 swidthy = i830_swidth(offsety, width, mask, shift);
550 swidthy = i830_swidth(offsety, width, mask, shift);
559 swidth = ((offsety + (width << 1) + mask) >> shift) -
560 (offsety >> shift);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 116 int offsetx, int offsety, int sgnx,
118 int y1 = signal[offsetx * stride + offsety];
119 int y2 = signal[offsetx * stride + offsety + sgny];
120 int y3 = signal[(offsetx + sgnx) * stride + offsety];
121 int y4 = signal[(offsetx + sgnx) * stride + offsety + sgny];
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 805 uint32_t offsety = backBuffer->OBUF_0Y; local
836 swidthy = calculateSWidthSW(offsety, width);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 826 uint32_t offsety = backBuffer->OBUF_0Y; local
856 swidthy = calculateSWidthSW(offsety, width);
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 381 milliseconds