Lines Matching refs:bx
226 uint32_t *bx, uint32_t *by, in decode_run_p() argument
239 dst[*by * linesize + *bx] = clr; in decode_run_p()
240 (*bx)++; in decode_run_p()
241 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) { in decode_run_p()
242 *bx = x * 16 + sx1; in decode_run_p()
249 if (*bx == 0) { in decode_run_p()
260 clr = dst[*by * linesize + *bx - 1 - z]; in decode_run_p()
261 dst[*by * linesize + *bx] = clr; in decode_run_p()
262 (*bx)++; in decode_run_p()
263 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) { in decode_run_p()
264 *bx = x * 16 + sx1; in decode_run_p()
274 clr = dst[(*by - 1) * linesize + *bx]; in decode_run_p()
275 dst[*by * linesize + *bx] = clr; in decode_run_p()
276 (*bx)++; in decode_run_p()
277 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) { in decode_run_p()
278 *bx = x * 16 + sx1; in decode_run_p()
288 clr = prev[*by * plinesize + *bx]; in decode_run_p()
289 dst[*by * linesize + *bx] = clr; in decode_run_p()
290 (*bx)++; in decode_run_p()
291 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) { in decode_run_p()
292 *bx = x * 16 + sx1; in decode_run_p()
304 if (*bx == 0) { in decode_run_p()
312 r = odst[((*by - 1) * linesize + *bx) * 4] + in decode_run_p()
313 odst[(*by * linesize + *bx - 1 - z) * 4] - in decode_run_p()
314 odst[((*by - 1) * linesize + *bx - 1 - z) * 4]; in decode_run_p()
315 g = odst[((*by - 1) * linesize + *bx) * 4 + 1] + in decode_run_p()
316 odst[(*by * linesize + *bx - 1 - z) * 4 + 1] - in decode_run_p()
317 odst[((*by - 1) * linesize + *bx - 1 - z) * 4 + 1]; in decode_run_p()
318 b = odst[((*by - 1) * linesize + *bx) * 4 + 2] + in decode_run_p()
319 odst[(*by * linesize + *bx - 1 - z) * 4 + 2] - in decode_run_p()
320 odst[((*by - 1) * linesize + *bx - 1 - z) * 4 + 2]; in decode_run_p()
322 dst[*by * linesize + *bx] = clr; in decode_run_p()
323 (*bx)++; in decode_run_p()
324 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) { in decode_run_p()
325 *bx = x * 16 + sx1; in decode_run_p()
335 if (*bx == 0) { in decode_run_p()
343 clr = dst[(*by - 1) * linesize + *bx - 1 - z]; in decode_run_p()
344 dst[*by * linesize + *bx] = clr; in decode_run_p()
345 (*bx)++; in decode_run_p()
346 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) { in decode_run_p()
347 *bx = x * 16 + sx1; in decode_run_p()