Lines Matching defs:width
579 if (bytestream2_get_bytes_left(gbyte) < 3 * avctx->width * avctx->height)
583 for (int x = 0; x < avctx->width; x++) {
685 if (x >= frame->width * 3) {
701 if (x >= frame->width * 3) {
743 avctx->width / 2,
756 avctx->width / 2,
774 for (int x = 0; x < avctx->width / 2; x++) {
1058 if (s->output_size > avctx->width * avctx->height * 9LL + 10000)
1103 int w, h, width, height, header;
1160 width = avctx->width;
1162 if (w < width || h < height || w & 7 || h & 7)
1168 avctx->width = width;
1201 if (s->prev_frame-> width != frame->width ||
1227 frame->crop_left = avctx->coded_width - avctx->width;
1248 if ((avctx->width & 1) || (avctx->height & 1))