Searched refs:maxh (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_histogram.c | 359 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/ |
D | lowlevel-blt-bench.c | 311 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/ |
D | SDL_surface.c | 582 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/ |
D | tjunittest.c | 567 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/ |
D | gstv4l2object.c | 2796 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/ |
D | tjunittest.c | 605 int maxh = (w == 1) ? 2048 : 48; in bufSizeTest() local 607 for (h = 1; h < maxh; h++) { in bufSizeTest()
|
/third_party/libjpeg-turbo/java/ |
D | TJUnitTest.java | 852 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/ |
D | tjunittest.c | 622 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/ |
D | TJUnitTest.java | 852 int maxh = (w == 1) ? 2048 : 48; in bufSizeTest() local 853 for (h = 1; h < maxh; h++) { in bufSizeTest()
|
/third_party/ffmpeg/libavcodec/ |
D | ffv1enc.c | 883 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()
|