Home
last modified time | relevance | path

Searched refs:rightBound (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Dfmo.cpp132 int leftBound, topBound, rightBound, bottomBound; in FmoGenerateType3MapUnitMap() local
148 rightBound = x; in FmoGenerateType3MapUnitMap()
169 else if (xDir == 1 && x == rightBound) in FmoGenerateType3MapUnitMap()
171 rightBound = AVC_MIN(rightBound + 1, (int)PicWidthInMbs - 1); in FmoGenerateType3MapUnitMap()
172 x = rightBound; in FmoGenerateType3MapUnitMap()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_slice_group_map.c305 i32 x, y, xDir, yDir, leftBound, topBound, rightBound, bottomBound; in DecodeBoxOutMap() local
326 rightBound = x; in DecodeBoxOutMap()
347 else if (xDir == 1 && x == rightBound) in DecodeBoxOutMap()
349 rightBound = MIN(rightBound + 1, (i32)picWidth - 1); in DecodeBoxOutMap()
350 x = rightBound; in DecodeBoxOutMap()
/frameworks/support/v4/java/android/support/v4/view/
DViewPager.java2301 float rightBound = width * mLastOffset;
2313 rightBound = lastItem.offset * width;
2322 } else if (scrollX > rightBound) {
2324 float over = scrollX - rightBound;
2327 scrollX = rightBound;
2365 final float rightBound = offset + ii.widthFactor + marginOffset;
2367 if (scrollOffset < rightBound || i == mItems.size() - 1) {
2581 float rightBound = width * mLastOffset;
2589 rightBound = lastItem.offset * width;
2594 } else if (scrollX > rightBound) {
[all …]