Searched defs:topBound (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
147 topBound = y;
176 else if (yDir == -1 && y == topBound)
178 topBound = AVC_MAX(topBound - 1, 0);
179 y = topBound;
/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
324 topBound = y;
354 else if (yDir == -1 && y == topBound)
356 topBound = MAX(topBound - 1, 0);
357 y = topBound;

Completed in 137 milliseconds