FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | HQDN3DContext |
Macros | |
#define | LUMA_SPATIAL 0 |
#define | LUMA_TMP 1 |
#define | CHROMA_SPATIAL 2 |
#define | CHROMA_TMP 3 |
Functions | |
void | ff_hqdn3d_init_x86 (HQDN3DContext *hqdn3d) |
#define LUMA_SPATIAL 0 |
Definition at line 42 of file vf_hqdn3d.h.
Referenced by filter_frame(), and init().
#define LUMA_TMP 1 |
Definition at line 43 of file vf_hqdn3d.h.
Referenced by filter_frame(), and init().
#define CHROMA_SPATIAL 2 |
Definition at line 44 of file vf_hqdn3d.h.
Referenced by filter_frame(), and init().
#define CHROMA_TMP 3 |
Definition at line 45 of file vf_hqdn3d.h.
Referenced by filter_frame(), and init().
void ff_hqdn3d_init_x86 | ( | HQDN3DContext * | hqdn3d | ) |
Definition at line 33 of file vf_hqdn3d_init.c.
Referenced by config_input().