Lines Matching defs:width
69 if (pixel_ptr >= width) \
85 int width = s->avctx->width;
127 total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4);
169 (row_ptr - s->avctx->width * 4) + s->avctx->width - 4;
202 prev_block_ptr1 = (row_ptr - s->avctx->width * 4) +
203 s->avctx->width - 4 * 2;
205 prev_block_ptr1 = (row_ptr - s->avctx->width * 4) + row_inc;
210 prev_block_ptr2 = (row_ptr - s->avctx->width * 4) + row_inc;
438 int total_blocks = ((s->avctx->width + 3) / 4) * ((s->avctx->height + 3) / 4);