Home
last modified time | relevance | path

Searched refs:FFMAX3 (Results 1 - 25 of 38) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
H A Dpreserve_color.h61 *icolor = FFMAX3(ir, ig, ib) + FFMIN3(ir, ig, ib); in preserve_color()
62 *ocolor = FFMAX3( r, g, b) + FFMIN3( r, g, b); in preserve_color()
65 *icolor = FFMAX3(ir, ig, ib); in preserve_color()
66 *ocolor = FFMAX3( r, g, b); in preserve_color()
H A 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()
H A Dvf_colorbalance.c120 float max = FFMAX3(*r, *g, *b); in preservel()
175 const float l = FFMAX3(r, g, b) + FFMIN3(r, g, b); in color_balance8_p()
229 const float l = (FFMAX3(r, g, b) + FFMIN3(r, g, b)); in color_balance16_p()
286 const float l = (FFMAX3(r, g, b) + FFMIN3(r, g, b)); in color_balance8()
338 const float l = (FFMAX3(r, g, b) + FFMIN3(r, g, b)); in color_balance16()
H A Dvf_vibrance.c86 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()
H A Dvf_bwdif.c76 int diff = FFMAX3(temporal_diff0 >> 1, temporal_diff1, temporal_diff2); \
87 int max = FFMAX3(de, dc, FFMIN(b, f)); \
89 diff = FFMAX3(diff, min, -max);
H A Dvf_yadif.c58 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); \
H A Dvf_colortemperature.c92 l0 = (FFMAX3(r, g, b) + FFMIN3(r, g, b)) + FLT_EPSILON; \
93 l1 = (FFMAX3(nr, ng, nb) + FFMIN3(nr, ng, nb)) + FLT_EPSILON; \
H A Dvf_colorcontrast.c80 li = FFMAX3(r, g, b) + FFMIN3(r, g, b); \
81 lo = FFMAX3(nr, ng, nb) + FFMIN3(nr, ng, nb) + FLT_EPSILON; \
H A Dgraphdump.c95 height = FFMAX3(2, filter->nb_inputs, filter->nb_outputs); in avfilter_graph_dump_to_buf()
H A Dvf_histeq.c220 if (((m = FFMAX3(r, g, b)) * lut) / luma > 255) { in filter_frame()
H A Dvf_drawtext.c1565 int offsetleft = FFMAX3(boxoffset, borderoffset, in draw_text()
1567 int offsettop = FFMAX3(boxoffset, borderoffset, in draw_text()
1570 int offsetright = FFMAX3(boxoffset, borderoffset, in draw_text()
1572 int offsetbottom = FFMAX3(boxoffset, borderoffset, in draw_text()
H A Dvf_tonemap.c139 sig = FFMAX(FFMAX3(*r_out, *g_out, *b_out), 1e-6); in tonemap()
H A Dvf_normalize.c333 rgb_max_smoothed = FFMAX3(max[0].smoothed, max[1].smoothed, max[2].smoothed); in normalize()
H A Dvf_selectivecolor.c347 const int max_color = FFMAX3(r, g, b); \
H A Dvf_huesaturation.c130 const int max = FFMAX3(ir, ig, ib); \
H A Dvf_xbr.c383 int startg = FFMAX3(-bg, -rg, 0); in init()
H A Dvf_deshake_opencl.c1012 crop->top_left.s[0] = FFMAX3( in update_needed_crop()
1018 crop->top_left.s[1] = FFMAX3( in update_needed_crop()
/third_party/ffmpeg/libavutil/
H A Dmacros.h48 #define FFMAX3(a,b,c) FFMAX(FFMAX(a,b),c) macro
H A Davstring.c277 p = FFMAX3(p, q, d); in av_basename()
296 p = FFMAX3(p, q, d); in av_dirname()
/third_party/ffmpeg/libavcodec/
H A Dmjpegbdec.c153 FFMAX3(s->qscale[0], s->qscale[1], s->qscale[2])); in mjpegb_decode_frame()
H A Dmpeg4video.c51 return FFMAX3(s->f_code, s->b_code, 2) + 15; in ff_mpeg4_get_video_packet_prefix_length()
H A Dg729postfilter.c240 tmp = FFMAX3(tmp, corr_den[k][0], corr_den[k][1]); in long_term_filter()
H A Dutils.c361 align = FFMAX3(align, linesize_align[1], linesize_align[2]); in avcodec_align_dimensions()
/third_party/ffmpeg/libavformat/
H A Dargo_brp.c38 #define BRP_MIN_BUFFER_SIZE FFMAX3(FFMAX3(BRP_FILE_HEADER_SIZE, \
/third_party/ffmpeg/fftools/
H A Dffmpeg_mux.c124 - FFMAX3(pkt->pts, pkt->dts, ost->last_mux_dts + 1); in of_write_packet()

Completed in 22 milliseconds

12