Searched defs:rightBound (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dfmo.cpp132 int leftBound, topBound, rightBound, bottomBound; local
148 rightBound = x;
169 else if (xDir == 1 && x == rightBound)
171 rightBound = AVC_MIN(rightBound + 1, (int)PicWidthInMbs - 1);
172 x = rightBound;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_slice_group_map.c305 i32 x, y, xDir, yDir, leftBound, topBound, rightBound, bottomBound; local
326 rightBound = x;
347 else if (xDir == 1 && x == rightBound)
349 rightBound = MIN(rightBound + 1, (i32)picWidth - 1);
350 x = rightBound;

Completed in 544 milliseconds