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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c2234 i32 xstop, ystop; local
2249 xstop = x0 + (i32)blockWidth;
2254 if (x0 >= 0 && xstop <= (i32)width)
2262 if (xstop < 0)
2271 xstop = x0 + (i32)blockWidth;
2281 right = xstop > (i32)width ? xstop - (i32)width : 0;

Completed in 23 milliseconds