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

  /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...]
  /hardware/intel/img/hwcomposer/ips/common/
OverlayPlaneBase.cpp 801 uint32_t offsety = backBuffer->OBUF_0Y; local
831 swidthy = calculateSWidthSW(offsety, width);
    [all...]

Completed in 129 milliseconds