Searched defs:leftBound (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
146 leftBound = x;
162 if (xDir == -1 && x == leftBound)
164 leftBound = AVC_MAX(leftBound - 1, 0);
165 x = leftBound;
/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
323 leftBound = x;
340 if (xDir == -1 && x == leftBound)
342 leftBound = MAX(leftBound - 1, 0);
343 x = leftBound;

Completed in 772 milliseconds