Searched refs:ystop (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
2253 ystop = y0 + (i32)blockHeight;
2262 if (ystop < 0)
2275 ystop = y0 + (i32)blockHeight;
2288 bottom = ystop > (i32)height ? ystop - (i32)height : 0;

Completed in 67 milliseconds