Lines Matching defs:height
339 s->height = avctx->height;
525 avctx->height > 1152 )) {
533 (avctx->height&3) )) {
534 av_log(avctx, AV_LOG_ERROR, "width and height must be a multiple of 4\n");
540 avctx->height&15 )) {
541 av_log(avctx, AV_LOG_ERROR, "width and height must be a multiple of 16\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);
908 s->tmp_frames[i]->height = s->height >> s->brd_scale;
979 h = s->height & ~15;
1049 if ((s->width & 15) || (s->height & 15))
1091 int h = s->height >> v_shift;
1098 && FFALIGN(s->height, 32) - s->height > 16)
1115 if ((s->width & 15) || (s->height & (vpad-1))) {
1221 int height = s->height >> scale;
1262 width, height);
1267 width >> 1, height >> 1);
1272 width >> 1, height >> 1);
1290 c->height = height;
2085 if((mb_x * 16 + 16 > s->width || mb_y * 16 + 16 > s->height) && s->codec_id != AV_CODEC_ID_AMV){
2088 int ch = (s->height + chroma_y_shift) >> chroma_y_shift;
2092 s->width, s->height);
2567 if(s->mb_y*16 + 16 > s->height) h= s->height- s->mb_y*16;
2805 s->gob_index = H263_GOB_HEIGHT(s->height);
3364 if(s->mb_y*16 + 16 > s->height) h= s->height- s->mb_y*16;