|
FFmpeg
|
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) |
| 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().
| 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().
1.8.17