Home
last modified time | relevance | path

Searched refs:FFMAX3 (Results 1 – 25 of 35) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Dvf_cas.c96 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()
Dvf_colorbalance.c127 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()
Dvf_yadif.c60 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); \
Dvf_vibrance.c79 float max_color = FFMAX3(r, g, b); in vibrance_slice8()
138 float max_color = FFMAX3(r, g, b); in vibrance_slice16()
Dvf_bwdif.c77 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);
Dgraphdump.c92 height = FFMAX3(2, filter->nb_inputs, filter->nb_outputs); in avfilter_graph_dump_to_buf()
Dvf_histeq.c227 if (((m = FFMAX3(r, g, b)) * lut) / luma > 255) { in filter_frame()
Dvf_drawtext.c1461 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()
Dvf_tonemap.c158 sig = FFMAX(FFMAX3(*r_out, *g_out, *b_out), 1e-6); in tonemap()
Dvf_selectivecolor.c344 … const int max_color = FFMAX3(r, g, b); \
Dvf_normalize.c333 rgb_max_smoothed = FFMAX3(max[0].smoothed, max[1].smoothed, max[2].smoothed); in normalize()
Dvf_hqx.c523 int startg = FFMAX3(-bg, -rg, 0); in init()
Dvf_xbr.c395 int startg = FFMAX3(-bg, -rg, 0); in init()
Dvf_deshake_opencl.c1026 crop->top_left.s[0] = FFMAX3( in update_needed_crop()
1032 crop->top_left.s[1] = FFMAX3( in update_needed_crop()
Dvf_ciescope.c1157 jmax = FFMAX3(jr, jg, jb); in fill_in_tongue()
Daf_sofalizer.c821 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/
Dvf_yadif.c35 #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/
Davstring.c272 p = FFMAX3(p, q, d); in av_basename()
291 p = FFMAX3(p, q, d); in av_dirname()
Dcommon.h95 #define FFMAX3(a,b,c) FFMAX(FFMAX(a,b),c) macro
/third_party/ffmpeg/libavcodec/
Dmjpegbdec.c149 FFMAX3(s->qscale[0], s->qscale[1], s->qscale[2])); in mjpegb_decode_frame()
Dmpeg4video.c39 return FFMAX3(s->f_code, s->b_code, 2) + 15; in ff_mpeg4_get_video_packet_prefix_length()
Dg729postfilter.c237 tmp = FFMAX3(tmp, corr_den[k][0], corr_den[k][1]); in long_term_filter()
Daaccoder_twoloop.h436 int new_sf = FFMAX3(minsf[i], SCALE_ONE_POS, sce->sf_idx[i] - qstep); in search_for_quantizers_twoloop()
Dindeo3.c986 FFMAX3(y_offset, v_offset, u_offset) >= ctx->data_size - 16 || in decode_frame_headers()
Dqsvenc.c601 …brc_param_multiplier = (FFMAX(FFMAX3(target_bitrate_kbps, max_bitrate_kbps, buffer_size_in_k… in init_video_param()

12