Lines Matching defs:height
111 int height; /* height of a frame */
113 int vector_height; /* height of individual vector */
152 s->height = AV_RL16(&s->avctx->extradata[8]);
153 if ((ret = ff_set_dimensions(avctx, s->width, s->height)) < 0) {
154 s->width= s->height= 0;
176 if (s->width % s->vector_width || s->height % s->vector_height) {
196 (s->height / s->vector_height) * 2;
506 for (y = 0; y < s->height; y += s->vector_height) {
724 for (int y_pos = 0; y_pos < s->height; y_pos += s->vector_height) {