Lines Matching refs:vector_height
113 int vector_height; /* height of individual vector */
158 s->vector_height = s->avctx->extradata[11];
171 ((s->vector_height != 2) && (s->vector_height != 4))) {
176 if (s->width % s->vector_width || s->height % s->vector_height) {
196 (s->height / s->vector_height) * 2;
202 if (s->vector_height == 4) {
502 if (s->vector_height == 4)
506 for (y = 0; y < s->height; y += s->vector_height) {
519 lines = s->vector_height;
538 lines = s->vector_height;
724 for (int y_pos = 0; y_pos < s->height; y_pos += s->vector_height) {
764 const int bytes_per_vector = 4 * s->vector_height * sizeof(uint16_t);
772 for (int y = 0; y < s->vector_height; y++) {