Searched refs:leftBound (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
D | fmo.cpp | 132 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/ |
D | h264bsd_slice_group_map.c | 305 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/ |
D | ViewPager.java | 2300 float leftBound = width * mFirstOffset; 2309 leftBound = firstItem.offset * width; 2316 if (scrollX < leftBound) { 2318 float over = leftBound - scrollX; 2321 scrollX = leftBound; 2364 final float leftBound = offset; 2366 if (first || scrollOffset >= leftBound) { 2580 float leftBound = width * mFirstOffset; 2586 leftBound = firstItem.offset * width; 2592 if (scrollX < leftBound) { [all …]
|