FFmpeg
Functions
vf_idetdsp.c File Reference
#include <libavutil/attributes.h>
#include <libavutil/common.h>
#include "vf_idetdsp.h"

Go to the source code of this file.

Functions

int ff_idet_filter_line_c (const uint8_t *a, const uint8_t *b, const uint8_t *c, int w)
 
int ff_idet_filter_line_c_16bit (const uint8_t *a, const uint8_t *b, const uint8_t *c, int w)
 
void av_cold ff_idet_dsp_init (IDETDSPContext *dsp, int depth)
 

Function Documentation

◆ ff_idet_filter_line_c()

int ff_idet_filter_line_c ( const uint8_t *  a,
const uint8_t *  b,
const uint8_t *  c,
int  w 
)

Definition at line 26 of file vf_idetdsp.c.

Referenced by ff_idet_dsp_init().

◆ ff_idet_filter_line_c_16bit()

int ff_idet_filter_line_c_16bit ( const uint8_t *  a,
const uint8_t *  b,
const uint8_t *  c,
int  w 
)

Definition at line 39 of file vf_idetdsp.c.

Referenced by ff_idet_dsp_init().

◆ ff_idet_dsp_init()

void av_cold ff_idet_dsp_init ( IDETDSPContext dsp,
int  depth 
)

Definition at line 56 of file vf_idetdsp.c.

Referenced by check_idet(), filter_frame(), and init().