Go to the source code of this file.
|
| AVFILTER_DEFINE_CLASS (median) |
|
static void | hadd (htype *dst, const htype *src, int bins) |
|
static void | hsub (htype *dst, const htype *src, int bins) |
|
static void | hmuladd (htype *dst, const htype *src, int f, int bins) |
|
static int | query_formats (AVFilterContext *ctx) |
|
static void | check_params (MedianContext *s, AVFilterLink *inlink) |
|
static int | config_input (AVFilterLink *inlink) |
|
static int | filter_slice (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
|
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
|
static av_cold void | uninit (AVFilterContext *ctx) |
|
static int | process_command (AVFilterContext *ctx, const char *cmd, const char *args, char *res, int res_len, int flags) |
|
◆ DEPTH [1/6]
◆ DEPTH [2/6]
◆ DEPTH [3/6]
◆ DEPTH [4/6]
◆ DEPTH [5/6]
◆ DEPTH [6/6]
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
median |
| ) |
|
◆ hadd()
◆ hsub()
Definition at line 75 of file vf_median.c.
Referenced by blend_frame(), blend_line(), blend_line16(), blend_line_hv(), blend_line_hv16(), blend_slice_planar_rgb(), buffer_needs_copy(), config_input(), config_input0(), config_input1(), config_inputx(), config_inputy(), config_props(), copy_picture_field(), decimate_frame(), ff_h264_decode_seq_parameter_set(), filter_frame(), filter_slice(), get_video_buffer(), lut2_config_output(), mpv_reconstruct_mb_internal(), opencl_get_plane_format(), resample_cubic(), resample_linear(), vectorscope16(), and vectorscope8().
◆ hmuladd()
◆ query_formats()
◆ check_params()
◆ config_input()
◆ filter_slice()
◆ filter_frame()
◆ uninit()
◆ process_command()
static int process_command |
( |
AVFilterContext * |
ctx, |
|
|
const char * |
cmd, |
|
|
const char * |
args, |
|
|
char * |
res, |
|
|
int |
res_len, |
|
|
int |
flags |
|
) |
| |
|
static |
◆ median_options
◆ median_inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 270 of file vf_median.c.
◆ median_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 280 of file vf_median.c.
◆ ff_vf_median
Initial value:= {
.name = "median",
.priv_class = &median_class,
}
Definition at line 288 of file vf_median.c.