Lines Matching defs:height
427 int x, int y, int width, int height,
442 my < 0 || my >= s->v_edge_pos - height - 1) {
445 my = av_clip(my, -16, s->v_edge_pos - height + 15);
455 width + 1, height + 1,
462 width, height);
466 height);
472 height = height >> 1;
482 width + 1, height + 1,
491 width, height);
496 height);
1180 /* 'frame size code' and optional 'width, height' */
1290 s->mb_height = (avctx->height + 15) / 16;
1436 memset(s->last_pic->f->data[0], 0, avctx->height * s->last_pic->f->linesize[0]);
1437 memset(s->last_pic->f->data[1], 0x80, (avctx->height / 2) *
1439 memset(s->last_pic->f->data[2], 0x80, (avctx->height / 2) *
1449 memset(s->next_pic->f->data[0], 0, avctx->height * s->next_pic->f->linesize[0]);
1450 memset(s->next_pic->f->data[1], 0x80, (avctx->height / 2) *
1452 memset(s->next_pic->f->data[2], 0x80, (avctx->height / 2) *