Searched refs:h_max (Results 1 – 4 of 4) sorted by relevance
102 int h_max; in bktr_init() local160 case PAL: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()161 case PALN: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALN; break; in bktr_init()162 case PALM: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALM; break; in bktr_init()163 case SECAM: h_max = SECAM_HEIGHT; c = BT848_IFORM_F_SECAM; break; in bktr_init()164 case NTSC: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCM; break; in bktr_init()165 case NTSCJ: h_max = NTSC_HEIGHT; c = BT848_IFORM_F_NTSCJ; break; in bktr_init()166 default: h_max = PAL_HEIGHT; c = BT848_IFORM_F_PALBDGHI; break; in bktr_init()169 if (height <= h_max / 2) in bktr_init()
116 let h_max = maxHeight(table);118 for (let y = 0; y < h_max; y++) {128 while (y2 < h_max && allBlank(table, y2, opts.x, opts.x + opts.colSpan)) {
105 int h_max, v_max; /* maximum h and v counts */ member
367 s->h_max = 1; in ff_mjpeg_decode_sof()375 if (h_count[i] > s->h_max) in ff_mjpeg_decode_sof()376 s->h_max = h_count[i]; in ff_mjpeg_decode_sof()402 if (s->ls && (s->h_max > 1 || s->v_max > 1)) { in ff_mjpeg_decode_sof()472 … if (s->v_max == 1 && s->h_max == 1 && s->lossless==1 && (nb_components==3 || nb_components==4)) in ff_mjpeg_decode_sof()751 int bw = (width + s->h_max * 8 - 1) / (s->h_max * 8); in ff_mjpeg_decode_sof()1083 if (s->v_max != 1 || s->h_max != 1 || !s->lossless) in ljpeg_decode_rgb_scan()1602 int h = s->h_max / s->h_count[c]; in mjpeg_idct_scan_progressive_ac()1710 s->mb_width = (s->width + s->h_max * block_size - 1) / (s->h_max * block_size); in ff_mjpeg_decode_sos()1713 h = s->h_max / s->h_scount[0]; in ff_mjpeg_decode_sos()