Searched refs:maxh (Results 1 - 5 of 5) sorted by relevance
/third_party/backends/tools/ |
H A D | umax_pp.c | 42 int maxw, maxh; in main() local 482 maxh = 3500; in main() 487 maxh = 7000; in main() 492 height = maxh; in main() 506 if (y < 0 || y > maxh) in main() 508 fprintf (stderr, "y must be between 0 and %d\n", maxh - 1); in main() 516 if ((height < 1) || (height > maxh)) in main() 518 fprintf (stderr, "height must be between 1 and %d\n", maxh); in main() 521 if (y + height > maxh) in main() 525 maxh); in main() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_histogram.c | 480 int minh = s->histogram_size - 1, maxh = 0; in filter_frame() local 504 maxh = FFMAX(maxh, i); in filter_frame() 522 s->out->data[0][(maxh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[0]; in filter_frame() 526 s->out->data[1][(maxh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[1]; in filter_frame() 527 s->out->data[2][(maxh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[2]; in filter_frame() 533 AV_WN16(s->out->data[0] + (maxh + starty) * s->out->linesize[p] + startx * 2 + s->x_pos * 2, s->envelope_color[0] * mult); in filter_frame() 537 AV_WN16(s->out->data[1] + (maxh + starty) * s->out->linesize[p] + startx * 2 + s->x_pos * 2, s->envelope_color[1] * mult); in filter_frame() 538 AV_WN16(s->out->data[2] + (maxh + starty) * s->out->linesize[p] + startx * 2 + s->x_pos * 2, s->envelope_color[2] * mult); in filter_frame()
|
/third_party/backends/backend/ |
H A D | umax1220u-common.c | 238 int x, y, maxh; member 1817 if (scan->maxh == -1) in read_raw_strip_color() 1824 scan->maxh = lines_to_read - hextra; in read_raw_strip_color() 1837 scan->maxh = lines_to_read; in read_raw_strip_color() 1866 scan->maxh = lines_to_read; in read_raw_strip_gray() 2013 scan->maxh = -1; in UMAX_start_scan() 2088 scan->maxh = -1; in UMAX_start_scan_2100U() 2258 if (!(((scan->x + 1) == scan->w) && ((scan->y + 1) == scan->maxh))) in UMAX_get_rgb()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | tjunittest.c | 622 int maxh = (w == 1) ? 2048 : 48; in bufSizeTest() local 624 for (h = 1; h < maxh; h++) { in bufSizeTest()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ffv1enc.c | 860 int maxh = (avctx->height + s->num_v_slices - 1) / s->num_v_slices; in encode_init() local 863 if (maxw * maxh * (int64_t)(s->bits_per_raw_sample+1) * plane_count > 8<<24) in encode_init()
|
Completed in 15 milliseconds