Home
last modified time | relevance | path

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