Lines Matching defs:height
43 int width, height, interlaced, level;
92 int height;
99 int height;
277 put_vc2_ue_uint(&s->pb, avctx->height);
536 const int top = b->height * (sy+0) / s->num_y;
537 const int bottom = b->height * (sy+1) / s->num_y;
587 const int top = b->height * slice->y / s->num_y;
588 const int bottom = b->height *(slice->y+1) / s->num_y;
867 for (y = 0; y < p->height*skip; y+=skip) {
877 for (y = 0; y < p->height*skip; y+=skip) {
887 memset(buf, 0, p->coef_stride * (p->dwt_height - p->height) * sizeof(dwtcoef));
892 b->width, b->height);
1063 if (avctx->height != fmt->height)
1082 (s->slice_height > avctx->height)) {
1131 p->height = avctx->height >> (i ? s->chroma_y_shift : 0);
1133 p->height >>= 1;
1135 p->dwt_height = h = FFALIGN(p->height, (1 << s->wavelet_depth));
1146 b->height = h;
1148 shift = (o > 1)*b->height*b->stride + (o & 1)*b->width;
1193 {"slice_height", "Slice height", offsetof(VC2EncContext, slice_height), AV_OPT_TYPE_INT, {.i64 = 16}, 8, 1024, VC2ENC_FLAGS, "slice_height"},