Lines Matching refs:h_max
372 s->h_max = 1;
380 if (h_count[i] > s->h_max)
381 s->h_max = h_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))
761 int bw = (width + s->h_max * 8 - 1) / (s->h_max * 8);
1093 if (s->v_max != 1 || s->h_max != 1 || !s->lossless)
1618 int h = s->h_max / s->h_count[c];
1726 s->mb_width = (s->width + s->h_max * block_size - 1) / (s->h_max * block_size);
1729 h = s->h_max / s->h_scount[0];