Lines Matching defs:width
69 const int width = frame->width;
83 if (put_bytes_left(pb, 0) < width * 4 * 4) {
91 for (x = 0; x < width; x++) {
196 const int mb_width = (avctx->width + s->hsample[0] - 1) / s->hsample[0];
219 const int width = avctx->width;
221 const int mb_width = (width + s->hsample[0] - 1) / s->hsample[0];
228 max_pkt_size += width * height * 3 * 4;
230 max_pkt_size += width * height * 4 * 4;
286 s->scratch = av_malloc_array(avctx->width + 1, sizeof(*s->scratch));