FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | IDETDSPContext |
Typedefs | |
typedef int(* | ff_idet_filter_func) (const uint8_t *a, const uint8_t *b, const uint8_t *c, int w) |
Functions | |
void | ff_idet_dsp_init (IDETDSPContext *idet, int depth) |
void | ff_idet_dsp_init_x86 (IDETDSPContext *idet, int depth) |
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) |
Definition at line 24 of file vf_idetdsp.h.
void ff_idet_dsp_init | ( | IDETDSPContext * | idet, |
int | depth | ||
) |
Definition at line 56 of file vf_idetdsp.c.
Referenced by check_idet(), filter_frame(), and init().
void ff_idet_dsp_init_x86 | ( | IDETDSPContext * | idet, |
int | depth | ||
) |
Definition at line 72 of file vf_idetdsp_init.c.
Referenced by ff_idet_dsp_init().
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().
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().