Searched refs:xstop (Results 1 – 1 of 1) sorted by relevance
2237 i32 xstop, ystop; in h264bsdFillBlock() local2252 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()