Lines Matching defs:width
66 int width, height;
95 width = AV_RL16(header_buffer + 7);
97 ret = ff_set_dimensions(avctx, width, height);
118 if ((avctx->width + s->hscale - 1)/ s->hscale * avctx->height * s->delta_size > avpkt->size * 8LL * 4)
134 for (x = 0; x < avctx->width; x += s->hscale) {
144 for (x = 1; x < avctx->width; x += s->hscale)
152 for (x = 0; x < avctx->width; x++)
160 for (x = 0; x < avctx->width >> 2; x += s->hscale) {
170 for (x = 1; x < avctx->width >> 2; x += s->hscale)
178 for (x = 0; x < avctx->width >> 2; x++)
186 for (x = 0; x < avctx->width >> 2; x += s->hscale) {
196 for (x = 1; x < avctx->width >> 2; x += s->hscale)
204 for (x = 0; x < avctx->width >> 2; x++)