Home
last modified time | relevance | path

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

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