Lines Matching defs:width
102 uint16_t width;
365 /* FIXME header.width, height, xoffset and yoffset aren't initialized */
407 avpriv_request_sample(s->avctx, "Frame with odd width");
411 if (s->w != s->avctx->width || s->h != s->avctx->height ||
422 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
428 * 32 pixels; divide width by 4 to obtain the number of change bits and
430 s->mb_change_bits_row_size = ((s->avctx->width >> (2 - width_shift)) + 7) >> 3;
448 if (s->avctx->width * s->avctx->height / 2048 + header.header_size > s->size)
494 av_fast_malloc(&s->vert_pred, &s->vert_pred_size, s->avctx->width * sizeof(unsigned int));
640 memset(s->vert_pred, 0, s->avctx->width * sizeof(unsigned int));
654 pixels_left = s->avctx->width;
662 /* if macroblock width is 2, apply C-Y-C-Y; else
767 memset(s->vert_pred, 0, s->avctx->width * sizeof(unsigned int));
780 pixels_left = s->avctx->width;
788 /* if macroblock width is 2, apply C-Y-C-Y; else