Lines Matching defs:height
172 if (avctx->width > max_size || avctx->height > max_size) {
178 if ((avctx->width & 0xFFF) == 0 && (avctx->height & 0xFFF) == 1) {
184 if ((avctx->width & 0xFFF) == 0 || (avctx->height & 0xFFF) == 0) {
202 if (avctx->width <= 720 && avctx->height <= 608)
213 if (avctx->width <= 720 && avctx->height <= 576)
289 put_sbits(&s->pb, 12, s->height & 0xFFF);
296 error -= (1LL<<32)*ff_mpeg2_aspect[i].num * s->height / s->width / ff_mpeg2_aspect[i].den;
331 s->height <= 576 &&
349 int height = s->height;
363 put_bits(&s->pb, 2, s->height >> 12);
374 if (pan_scan->width && pan_scan->height) {
376 height = pan_scan->height >> 4;
381 height != s->height ||
398 put_bits(&s->pb, 14, height); // display_vertical_size
444 if (s->codec_id == AV_CODEC_ID_MPEG2VIDEO && s->height > 2800) {