Lines Matching defs:width
43 while (line >= 0 && pixel_ptr <= avctx->width) {
47 avctx->width - pixel_ptr, line);
72 if (pixel_ptr + 2*rle_code - odd_pixel > avctx->width ||
80 if (pixel_ptr >= avctx->width)
87 if (pixel_ptr >= avctx->width)
99 if (pixel_ptr + rle_code > avctx->width + 1) {
101 "MS RLE: frame ptr just went out of bounds (run) %d %d %d\n", pixel_ptr, rle_code, avctx->width);
106 if (pixel_ptr >= avctx->width)
136 unsigned int width= FFABS(pic->linesize[0]) / (depth >> 3);
167 if (line < 0 || pos >= width){