FFmpeg
|
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | ATADenoiseDSPContext |
Enumerations | |
enum | ATAAlgorithm { PARALLEL, SERIAL, NB_ATAA } |
Functions | |
void | ff_atadenoise_init_x86 (ATADenoiseDSPContext *dsp, int depth, int algorithm, const float *sigma) |
enum ATAAlgorithm |
Enumerator | |
---|---|
PARALLEL | |
SERIAL | |
NB_ATAA |
Definition at line 27 of file atadenoise.h.
void ff_atadenoise_init_x86 | ( | ATADenoiseDSPContext * | dsp, |
int | depth, | ||
int | algorithm, | ||
const float * | sigma | ||
) |
Definition at line 37 of file vf_atadenoise_init.c.
Referenced by config_input().