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 |
int | offset |
AVFrame * | in |
AVFrame * | cache |
int64_t | pts |
AVAudioFifo * | fifo |
int | eof_left |
AudioNLMDNDSPContext | dsp |
Definition at line 38 of file af_anlmdn.c.
const AVClass* AudioNLMeansContext::class |
Definition at line 39 of file af_anlmdn.c.
float AudioNLMeansContext::a |
Definition at line 41 of file af_anlmdn.c.
int64_t AudioNLMeansContext::pd |
Definition at line 42 of file af_anlmdn.c.
int64_t AudioNLMeansContext::rd |
Definition at line 43 of file af_anlmdn.c.
float AudioNLMeansContext::m |
Definition at line 44 of file af_anlmdn.c.
int AudioNLMeansContext::om |
Definition at line 45 of file af_anlmdn.c.
float AudioNLMeansContext::pdiff_lut_scale |
Definition at line 47 of file af_anlmdn.c.
float AudioNLMeansContext::weight_lut[WEIGHT_LUT_SIZE] |
Definition at line 48 of file af_anlmdn.c.
int AudioNLMeansContext::K |
Definition at line 50 of file af_anlmdn.c.
int AudioNLMeansContext::S |
Definition at line 51 of file af_anlmdn.c.
int AudioNLMeansContext::N |
Definition at line 52 of file af_anlmdn.c.
int AudioNLMeansContext::H |
Definition at line 53 of file af_anlmdn.c.
int AudioNLMeansContext::offset |
Definition at line 55 of file af_anlmdn.c.
AVFrame* AudioNLMeansContext::in |
Definition at line 56 of file af_anlmdn.c.
AVFrame* AudioNLMeansContext::cache |
Definition at line 57 of file af_anlmdn.c.
int64_t AudioNLMeansContext::pts |
Definition at line 59 of file af_anlmdn.c.
AVAudioFifo* AudioNLMeansContext::fifo |
Definition at line 61 of file af_anlmdn.c.
int AudioNLMeansContext::eof_left |
Definition at line 62 of file af_anlmdn.c.
AudioNLMDNDSPContext AudioNLMeansContext::dsp |
Definition at line 64 of file af_anlmdn.c.