FFmpeg
|
Data Fields | |
const AVClass * | class |
float | a |
int64_t | pd |
int64_t | rd |
float | m |
int | om |
float | pdiff_lut_scale |
float | weight_lut [WEIGHT_LUT_SIZE] |
int | K |
int | S |
int | N |
int | H |
AVFrame * | in |
AVFrame * | cache |
AVFrame * | window |
AudioNLMDNDSPContext | dsp |
Definition at line 34 of file af_anlmdn.c.
const AVClass* AudioNLMeansContext::class |
Definition at line 35 of file af_anlmdn.c.
float AudioNLMeansContext::a |
Definition at line 37 of file af_anlmdn.c.
int64_t AudioNLMeansContext::pd |
Definition at line 38 of file af_anlmdn.c.
int64_t AudioNLMeansContext::rd |
Definition at line 39 of file af_anlmdn.c.
float AudioNLMeansContext::m |
Definition at line 40 of file af_anlmdn.c.
int AudioNLMeansContext::om |
Definition at line 41 of file af_anlmdn.c.
float AudioNLMeansContext::pdiff_lut_scale |
Definition at line 43 of file af_anlmdn.c.
float AudioNLMeansContext::weight_lut[WEIGHT_LUT_SIZE] |
Definition at line 44 of file af_anlmdn.c.
int AudioNLMeansContext::K |
Definition at line 46 of file af_anlmdn.c.
int AudioNLMeansContext::S |
Definition at line 47 of file af_anlmdn.c.
int AudioNLMeansContext::N |
Definition at line 48 of file af_anlmdn.c.
int AudioNLMeansContext::H |
Definition at line 49 of file af_anlmdn.c.
AVFrame* AudioNLMeansContext::in |
Definition at line 51 of file af_anlmdn.c.
AVFrame* AudioNLMeansContext::cache |
Definition at line 52 of file af_anlmdn.c.
AVFrame* AudioNLMeansContext::window |
Definition at line 53 of file af_anlmdn.c.
AudioNLMDNDSPContext AudioNLMeansContext::dsp |
Definition at line 55 of file af_anlmdn.c.