FFmpeg
4.3.7
|
Data Fields | |
const AVClass * | class |
char * | model_name |
int | channels |
DenoiseState * | st |
float | window [WINDOW_SIZE] |
float | dct_table [NB_BANDS *NB_BANDS] |
RNNModel * | model |
AVFloatDSPContext * | fdsp |
Definition at line 135 of file af_arnndn.c.
const AVClass* AudioRNNContext::class |
Definition at line 136 of file af_arnndn.c.
char* AudioRNNContext::model_name |
Definition at line 138 of file af_arnndn.c.
Referenced by init().
int AudioRNNContext::channels |
Definition at line 140 of file af_arnndn.c.
Referenced by config_input(), and uninit().
DenoiseState* AudioRNNContext::st |
Definition at line 141 of file af_arnndn.c.
Referenced by config_input(), rnnoise_channels(), and uninit().
float AudioRNNContext::window[WINDOW_SIZE] |
Definition at line 143 of file af_arnndn.c.
Referenced by compute_frame_features(), frame_analysis(), frame_synthesis(), and init().
Definition at line 144 of file af_arnndn.c.
RNNModel* AudioRNNContext::model |
Definition at line 146 of file af_arnndn.c.
Referenced by config_input(), init(), and uninit().
AVFloatDSPContext* AudioRNNContext::fdsp |
Definition at line 148 of file af_arnndn.c.
Referenced by compute_frame_features(), compute_gru(), frame_analysis(), frame_synthesis(), init(), and uninit().