Lines Matching refs:v_max
373 s->v_max = 1;
382 if (v_count[i] > s->v_max)
383 s->v_max = v_count[i];
407 if (s->ls && (s->h_max > 1 || s->v_max > 1)) {
477 if (s->v_max == 1 && s->h_max == 1 && s->lossless==1 && (nb_components==3 || nb_components==4))
762 int bh = (height + s->v_max * 8 - 1) / (s->v_max * 8);
1093 if (s->v_max != 1 || s->h_max != 1 || !s->lossless)
1619 int v = s->v_max / s->v_count[c];
1727 s->mb_height = (s->height + s->v_max * block_size - 1) / (s->v_max * block_size);
1730 v = s->v_max / s->v_scount[0];