Home
last modified time | relevance | path

Searched refs:leftBound (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
146 leftBound = x; in FmoGenerateType3MapUnitMap()
162 if (xDir == -1 && x == leftBound) in FmoGenerateType3MapUnitMap()
164 leftBound = AVC_MAX(leftBound - 1, 0); in FmoGenerateType3MapUnitMap()
165 x = leftBound; 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
323 leftBound = x; in DecodeBoxOutMap()
340 if (xDir == -1 && x == leftBound) in DecodeBoxOutMap()
342 leftBound = MAX(leftBound - 1, 0); in DecodeBoxOutMap()
343 x = leftBound; in DecodeBoxOutMap()
/frameworks/support/v4/java/android/support/v4/view/
DViewPager.java2154 float leftBound = width * mFirstOffset;
2163 leftBound = firstItem.offset * width;
2170 if (scrollX < leftBound) {
2172 float over = leftBound - scrollX;
2175 scrollX = leftBound;
2218 final float leftBound = offset;
2220 if (first || scrollOffset >= leftBound) {
2428 float leftBound = width * mFirstOffset;
2434 leftBound = firstItem.offset * width;
2440 if (scrollX < leftBound) {
[all …]