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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_group_map.c 236 u32 i,y,x,yTopLeft,yBottomRight,xTopLeft,xBottomRight, picSize;
260 xBottomRight = bottomRight[group] % picWidth;
261 ASSERT(xTopLeft <= xBottomRight);
264 for (x = xTopLeft; x <= xBottomRight; x++)
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
fmo.cpp 102 uint yTopLeft, xTopLeft, yBottomRight, xBottomRight;
114 xBottomRight = pps->bottom_right[ iGroup ] % PicWidthInMbs;
117 for (x = xTopLeft; x <= xBottomRight; x++)

Completed in 31 milliseconds