/third_party/ffmpeg/libavfilter/ |
D | vf_cas.c | 96 mx = FFMAX3(FFMAX3( d, e, f), b, h); in cas_slice8() 97 mx2 = FFMAX3(FFMAX3(mx, a, c), g, i); in cas_slice8() 163 mx = FFMAX3(FFMAX3( d, e, f), b, h); in cas_slice16() 164 mx2 = FFMAX3(FFMAX3(mx, a, c), g, i); in cas_slice16()
|
D | vf_colorbalance.c | 127 float max = FFMAX3(*r, *g, *b); in preservel() 182 const float l = FFMAX3(r, g, b) + FFMIN3(r, g, b); in color_balance8_p() 236 const float l = (FFMAX3(r, g, b) + FFMIN3(r, g, b)); in color_balance16_p() 293 const float l = (FFMAX3(r, g, b) + FFMIN3(r, g, b)); in color_balance8() 345 const float l = (FFMAX3(r, g, b) + FFMIN3(r, g, b)); in color_balance16()
|
D | vf_colorchannelmixer.c | 154 lin = FFMAX3(rin, gin, bin) + FFMIN3(rin, gin, bin); in filter_slice_rgba_planar() 173 float lout = FFMAX3(frout, fgout, fbout) + FFMIN3(frout, fgout, fbout); in filter_slice_rgba_planar() 240 lin = FFMAX3(rin, gin, bin) + FFMIN3(rin, gin, bin); in filter_slice_rgba16_planar() 259 float lout = FFMAX3(frout, fgout, fbout) + FFMIN3(frout, fgout, fbout); in filter_slice_rgba16_planar() 427 lin = FFMAX3(rin, gin, bin) + FFMIN3(rin, gin, bin); in filter_slice_rgba_packed() 446 float lout = FFMAX3(frout, fgout, fbout) + FFMIN3(frout, fgout, fbout); in filter_slice_rgba_packed() 509 lin = FFMAX3(rin, gin, bin) + FFMIN3(rin, gin, bin); in filter_slice_rgba16_packed() 528 float lout = FFMAX3(frout, fgout, fbout) + FFMIN3(frout, fgout, fbout); in filter_slice_rgba16_packed()
|
D | vf_vibrance.c | 86 float max_color = FFMAX3(r, g, b); in vibrance_slice8() 145 float max_color = FFMAX3(r, g, b); in vibrance_slice16() 202 float max_color = FFMAX3(r, g, b); in vibrance_slice8p() 259 float max_color = FFMAX3(r, g, b); in vibrance_slice16p()
|
D | vf_yadif.c | 60 int diff = FFMAX3(temporal_diff0 >> 1, temporal_diff1, temporal_diff2); \ 73 int max = FFMAX3(d - e, d - c, FFMIN(b - c, f - e)); \ 76 diff = FFMAX3(diff, min, -max); \
|
D | vf_bwdif.c | 77 int diff = FFMAX3(temporal_diff0 >> 1, temporal_diff1, temporal_diff2); \ 88 int max = FFMAX3(de, dc, FFMIN(b, f)); \ 90 diff = FFMAX3(diff, min, -max);
|
D | vf_colortemperature.c | 92 l0 = (FFMAX3(r, g, b) + FFMIN3(r, g, b)) + FLT_EPSILON; \ 93 l1 = (FFMAX3(nr, ng, nb) + FFMIN3(nr, ng, nb)) + FLT_EPSILON; \
|
D | vf_colorcontrast.c | 80 li = FFMAX3(r, g, b) + FFMIN3(r, g, b); \ 81 lo = FFMAX3(nr, ng, nb) + FFMIN3(nr, ng, nb) + FLT_EPSILON; \
|
D | graphdump.c | 92 height = FFMAX3(2, filter->nb_inputs, filter->nb_outputs); in avfilter_graph_dump_to_buf()
|
D | vf_histeq.c | 227 if (((m = FFMAX3(r, g, b)) * lut) / luma > 255) { in filter_frame()
|
D | vf_drawtext.c | 1463 int offsetleft = FFMAX3(boxoffset, borderoffset, in draw_text() 1465 int offsettop = FFMAX3(boxoffset, borderoffset, in draw_text() 1468 int offsetright = FFMAX3(boxoffset, borderoffset, in draw_text() 1470 int offsetbottom = FFMAX3(boxoffset, borderoffset, in draw_text()
|
D | vf_tonemap.c | 158 sig = FFMAX(FFMAX3(*r_out, *g_out, *b_out), 1e-6); in tonemap()
|
D | vf_selectivecolor.c | 344 … const int max_color = FFMAX3(r, g, b); \
|
D | vf_normalize.c | 333 rgb_max_smoothed = FFMAX3(max[0].smoothed, max[1].smoothed, max[2].smoothed); in normalize()
|
D | vf_hqx.c | 523 int startg = FFMAX3(-bg, -rg, 0); in init()
|
D | vf_deshake_opencl.c | 1026 crop->top_left.s[0] = FFMAX3( in update_needed_crop() 1032 crop->top_left.s[1] = FFMAX3( in update_needed_crop()
|
D | vf_xbr.c | 395 int startg = FFMAX3(-bg, -rg, 0); in init()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | yadif.c | 190 #define FFMAX3(a,b,c) FFMAX(FFMAX(a,b),c) macro 213 int diff = FFMAX3(temporal_diff0 >> 1, temporal_diff1, temporal_diff2); \ 230 int max = FFMAX3(d - e, d - c, FFMIN(b - c, f - e)); \ 233 diff = FFMAX3(diff, min, -max); \
|
/third_party/ffmpeg/libavutil/ |
D | avstring.c | 274 p = FFMAX3(p, q, d); in av_basename() 293 p = FFMAX3(p, q, d); in av_dirname()
|
D | common.h | 104 #define FFMAX3(a,b,c) FFMAX(FFMAX(a,b),c) macro
|
/third_party/ffmpeg/libavformat/ |
D | argo_brp.c | 38 #define BRP_MIN_BUFFER_SIZE FFMAX3(FFMAX3(BRP_FILE_HEADER_SIZE, \
|
/third_party/ffmpeg/libavcodec/ |
D | mjpegbdec.c | 153 FFMAX3(s->qscale[0], s->qscale[1], s->qscale[2])); in mjpegb_decode_frame()
|
D | mpeg4video.c | 39 return FFMAX3(s->f_code, s->b_code, 2) + 15; in ff_mpeg4_get_video_packet_prefix_length()
|
D | g729postfilter.c | 237 tmp = FFMAX3(tmp, corr_den[k][0], corr_den[k][1]); in long_term_filter()
|
D | utils.c | 346 align = FFMAX3(align, linesize_align[1], linesize_align[2]); in avcodec_align_dimensions()
|