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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c2237 i32 xstop, ystop; local
2252 xstop = x0 + (i32)blockWidth;
2257 if (x0 >= 0 && xstop <= (i32)width)
2265 if (xstop < 0)
2274 xstop = x0 + (i32)blockWidth;
2284 right = xstop > (i32)width ? xstop - (i32)width : 0;

Completed in 1028 milliseconds