Home
last modified time | relevance | path

Searched refs:maxh (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_histogram.c359 int minh = s->histogram_size - 1, maxh = 0; in filter_frame() local
383 maxh = FFMAX(maxh, i); in filter_frame()
401 … s->out->data[0][(maxh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[0]; in filter_frame()
405 … s->out->data[1][(maxh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[1]; in filter_frame()
406 … s->out->data[2][(maxh + starty) * s->out->linesize[p] + startx + s->x_pos] = s->envelope_color[2]; in filter_frame()
412 …AV_WN16(s->out->data[0] + (maxh + starty) * s->out->linesize[p] + startx * 2 + s->x_pos * 2, s->en… in filter_frame()
416 …AV_WN16(s->out->data[1] + (maxh + starty) * s->out->linesize[p] + startx * 2 + s->x_pos * 2, s->en… in filter_frame()
417 …AV_WN16(s->out->data[2] + (maxh + starty) * s->out->linesize[p] + startx * 2 + s->x_pos * 2, s->en… in filter_frame()
/third_party/pixman/test/
Dlowlevel-blt-bench.c311 int maxh) in bench_R() argument
316 if (maxw <= TILEWIDTH * 2 || maxh <= TILEWIDTH * 2) in bench_R()
328 int sy = rand () % (maxh - TILEWIDTH * 2); in bench_R()
330 int dy = rand () % (maxh - TILEWIDTH * 2); in bench_R()
346 int maxh) in bench_RT() argument
351 if (maxw <= TINYWIDTH * 2 || maxh <= TINYWIDTH * 2) in bench_RT()
363 int sy = rand () % (maxh - TINYWIDTH * 2); in bench_RT()
365 int dy = rand () % (maxh - TINYWIDTH * 2); in bench_RT()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_surface.c582 int maxw, maxh; in SDL_UpperBlit() local
602 maxh = src->h - srcy; in SDL_UpperBlit()
603 if (maxh < h) in SDL_UpperBlit()
604 h = maxh; in SDL_UpperBlit()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtjunittest.c567 int maxh = (w == 1) ? 2048 : 48; in bufSizeTest() local
569 for (h = 1; h < maxh; h++) { in bufSizeTest()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c2796 guint32 maxw, maxh, step_w, step_h; in gst_v4l2_object_probe_caps_for_format() local
2815 maxh = MIN (size.stepwise.max_height, G_MAXINT); in gst_v4l2_object_probe_caps_for_format()
2825 pixelformat, maxw, maxh, template); in gst_v4l2_object_probe_caps_for_format()
2834 gst_value_set_int_range_step (&step_range, h, maxh, step_h); in gst_v4l2_object_probe_caps_for_format()
2841 guint32 maxw, maxh; in gst_v4l2_object_probe_caps_for_format() local
2856 maxh = MIN (size.stepwise.max_height, G_MAXINT); in gst_v4l2_object_probe_caps_for_format()
2863 (gint) maxw, "height", GST_TYPE_INT_RANGE, (gint) h, (gint) maxh, in gst_v4l2_object_probe_caps_for_format()
/third_party/libjpeg-turbo/
Dtjunittest.c605 int maxh = (w == 1) ? 2048 : 48; in bufSizeTest() local
607 for (h = 1; h < maxh; h++) { in bufSizeTest()
/third_party/libjpeg-turbo/java/
DTJUnitTest.java852 int maxh = (w == 1) ? 2048 : 48; in bufSizeTest() local
853 for (h = 1; h < maxh; h++) { in bufSizeTest()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjunittest.c622 int maxh = (w == 1) ? 2048 : 48; in bufSizeTest() local
624 for (h = 1; h < maxh; h++) { in bufSizeTest()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/
DTJUnitTest.java852 int maxh = (w == 1) ? 2048 : 48; in bufSizeTest() local
853 for (h = 1; h < maxh; h++) { in bufSizeTest()
/third_party/ffmpeg/libavcodec/
Dffv1enc.c883 int maxh = (avctx->height + s->num_v_slices - 1) / s->num_v_slices; in encode_init() local
886 if (maxw * maxh * (int64_t)(s->bits_per_raw_sample+1) * plane_count > 8<<24) in encode_init()