/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_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_vibrance.c | 79 float max_color = FFMAX3(r, g, b); in vibrance_slice8() 138 float max_color = FFMAX3(r, g, b); in vibrance_slice16()
|
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 | 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 | 1461 int offsetleft = FFMAX3(boxoffset, borderoffset, in draw_text() 1463 int offsettop = FFMAX3(boxoffset, borderoffset, in draw_text() 1466 int offsetright = FFMAX3(boxoffset, borderoffset, in draw_text() 1468 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_xbr.c | 395 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_ciescope.c | 1157 jmax = FFMAX3(jr, jg, jb); in fill_in_tongue()
|
D | af_sofalizer.c | 821 s->sofa.max_delay = FFMAX3(s->sofa.max_delay, s->delay[0][i], s->delay[1][i]); in load_data()
|
/third_party/gstreamer/gstplugins_bad/gst/yadif/ |
D | vf_yadif.c | 35 #define FFMAX3(a,b,c) FFMAX(FFMAX(a,b),c) macro 57 int diff = FFMAX3(temporal_diff0 >> 1, temporal_diff1, temporal_diff2); \ 71 int max = FFMAX3(d - e, d - c, FFMIN(b - c, f - e)); \ 74 diff = FFMAX3(diff, min, -max); \
|
/third_party/ffmpeg/libavutil/ |
D | avstring.c | 272 p = FFMAX3(p, q, d); in av_basename() 291 p = FFMAX3(p, q, d); in av_dirname()
|
D | common.h | 95 #define FFMAX3(a,b,c) FFMAX(FFMAX(a,b),c) macro
|
/third_party/ffmpeg/libavcodec/ |
D | mjpegbdec.c | 149 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 | aaccoder_twoloop.h | 436 int new_sf = FFMAX3(minsf[i], SCALE_ONE_POS, sce->sf_idx[i] - qstep); in search_for_quantizers_twoloop()
|
D | indeo3.c | 986 FFMAX3(y_offset, v_offset, u_offset) >= ctx->data_size - 16 || in decode_frame_headers()
|
D | qsvenc.c | 601 …brc_param_multiplier = (FFMAX(FFMAX3(target_bitrate_kbps, max_bitrate_kbps, buffer_size_in_k… in init_video_param()
|