Home
last modified time | relevance | path

Searched refs:h_max (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dbktr.c102 int h_max; in bktr_init() local
160 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()
/third_party/node/deps/npm/node_modules/cli-table3/src/
H A Dlayout-manager.js128 let h_max = maxHeight(table);
130 debug(`Max rows: ${h_max}; Max cols: ${w_max}`);
131 for (let y = 0; y < h_max; y++) {
141 while (y2 < h_max && allBlank(table, y2, opts.x, opts.x + opts.colSpan)) {
/third_party/ffmpeg/libavcodec/
H A Dmjpegdec.h107 int h_max, v_max; /* maximum h and v counts */ member
H A Dmjpegdec.c372 s->h_max = 1; in ff_mjpeg_decode_sof()
380 if (h_count[i] > s->h_max) in ff_mjpeg_decode_sof()
381 s->h_max = h_count[i]; in ff_mjpeg_decode_sof()
407 if (s->ls && (s->h_max > 1 || s->v_max > 1)) { in ff_mjpeg_decode_sof()
477 if (s->v_max == 1 && s->h_max == 1 && s->lossless==1 && (nb_components==3 || nb_components==4)) in ff_mjpeg_decode_sof()
761 int bw = (width + s->h_max * 8 - 1) / (s->h_max * 8); in ff_mjpeg_decode_sof()
1093 if (s->v_max != 1 || s->h_max != 1 || !s->lossless) in ljpeg_decode_rgb_scan()
1618 int h = s->h_max / s->h_count[c]; in mjpeg_idct_scan_progressive_ac()
1726 s->mb_width = (s->width + s->h_max * block_siz in ff_mjpeg_decode_sos()
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image.h3265 int Lf,p,i,q, h_max=1,v_max=1,c; in stbi__process_frame_header() local
3299 if (z->img_comp[i].h > h_max) h_max = z->img_comp[i].h; in stbi__process_frame_header()
3306 if (h_max % z->img_comp[i].h != 0) return stbi__err("bad H","Corrupt JPEG"); in stbi__process_frame_header()
3311 z->img_h_max = h_max; in stbi__process_frame_header()
3313 z->img_mcu_w = h_max * 8; in stbi__process_frame_header()
3321 z->img_comp[i].x = (s->img_x * z->img_comp[i].h + h_max-1) / h_max; in stbi__process_frame_header()

Completed in 16 milliseconds