Searched refs:yDir (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dfmo.cpp133 int x, y, xDir, yDir; local
152 yDir = pps->slice_group_change_direction_flag;
167 yDir = 2 * pps->slice_group_change_direction_flag - 1;
174 yDir = 1 - 2 * pps->slice_group_change_direction_flag;
176 else if (yDir == -1 && y == topBound)
181 yDir = 0;
183 else if (yDir == 1 && y == bottomBound)
188 yDir = 0;
193 y = y + yDir;
/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
330 yDir = (i32)sliceGroupChangeDirectionFlag;
345 yDir = 2 * (i32)sliceGroupChangeDirectionFlag - 1;
352 yDir = 1 - 2 * (i32)sliceGroupChangeDirectionFlag;
354 else if (yDir == -1 && y == topBound)
359 yDir = 0;
361 else if (yDir == 1 && y == bottomBound)
366 yDir = 0;
371 y += yDir;

Completed in 618 milliseconds