Lines Matching defs:width
338 s->width = avctx->width;
524 (avctx->width > 2048 ||
532 ((avctx->width &3) ||
534 av_log(avctx, AV_LOG_ERROR, "width and height must be a multiple of 4\n");
539 (avctx->width &15 ||
541 av_log(avctx, AV_LOG_ERROR, "width and height must be a multiple of 16\n");
547 avctx->width & 1) {
548 av_log(avctx, AV_LOG_ERROR, "width must be multiple of 2\n");
684 if (ff_h261_get_picture_format(s->width, s->height) < 0) {
688 s->width, s->height);
700 s->width, s->height) == 8) {
705 "Try H.263+.\n", s->width, s->height);
907 s->tmp_frames[i]->width = s->width >> s->brd_scale;
978 w = s->width & ~15;
1049 if ((s->width & 15) || (s->height & 15))
1090 int w = s->width >> h_shift;
1115 if ((s->width & 15) || (s->height & (vpad-1))) {
1220 int width = s->width >> scale;
1262 width, height);
1267 width >> 1, height >> 1);
1272 width >> 1, height >> 1);
1289 c->width = width;
2085 if((mb_x * 16 + 16 > s->width || mb_y * 16 + 16 > s->height) && s->codec_id != AV_CODEC_ID_AMV){
2087 int cw = (s->width + chroma_x_shift) >> chroma_x_shift;
2092 s->width, s->height);
2566 if(s->mb_x*16 + 16 > s->width ) w= s->width - s->mb_x*16;
3363 if(s->mb_x*16 + 16 > s->width ) w= s->width - s->mb_x*16;