FFmpeg
|
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | NLMeansDSPContext |
Functions | |
void | ff_nlmeans_init (NLMeansDSPContext *dsp) |
void | ff_nlmeans_init_aarch64 (NLMeansDSPContext *dsp) |
void ff_nlmeans_init | ( | NLMeansDSPContext * | dsp | ) |
Definition at line 514 of file vf_nlmeans.c.
Referenced by checkasm_check_nlmeans(), init(), and main().
void ff_nlmeans_init_aarch64 | ( | NLMeansDSPContext * | dsp | ) |
Definition at line 27 of file vf_nlmeans_init.c.
Referenced by ff_nlmeans_init().