FFmpeg
|
Definition at line 61 of file af_surround.c.
const AVClass* AudioSurroundContext::class |
Definition at line 62 of file af_surround.c.
AVChannelLayout AudioSurroundContext::out_ch_layout |
Definition at line 64 of file af_surround.c.
AVChannelLayout AudioSurroundContext::in_ch_layout |
Definition at line 65 of file af_surround.c.
float AudioSurroundContext::level_in |
Definition at line 67 of file af_surround.c.
float AudioSurroundContext::level_out |
Definition at line 68 of file af_surround.c.
Definition at line 69 of file af_surround.c.
Definition at line 70 of file af_surround.c.
int AudioSurroundContext::lfe_mode |
Definition at line 71 of file af_surround.c.
float AudioSurroundContext::smooth |
Definition at line 72 of file af_surround.c.
float AudioSurroundContext::angle |
Definition at line 73 of file af_surround.c.
float AudioSurroundContext::focus |
Definition at line 74 of file af_surround.c.
int AudioSurroundContext::win_size |
Definition at line 75 of file af_surround.c.
int AudioSurroundContext::win_func |
Definition at line 76 of file af_surround.c.
float AudioSurroundContext::win_gain |
Definition at line 77 of file af_surround.c.
float AudioSurroundContext::overlap |
Definition at line 78 of file af_surround.c.
float AudioSurroundContext::all_x |
Definition at line 80 of file af_surround.c.
float AudioSurroundContext::all_y |
Definition at line 81 of file af_surround.c.
Definition at line 83 of file af_surround.c.
Definition at line 84 of file af_surround.c.
float* AudioSurroundContext::input_levels |
Definition at line 86 of file af_surround.c.
float* AudioSurroundContext::output_levels |
Definition at line 87 of file af_surround.c.
int AudioSurroundContext::output_lfe |
Definition at line 88 of file af_surround.c.
int AudioSurroundContext::create_lfe |
Definition at line 89 of file af_surround.c.
int AudioSurroundContext::lowcutf |
Definition at line 90 of file af_surround.c.
int AudioSurroundContext::highcutf |
Definition at line 91 of file af_surround.c.
float AudioSurroundContext::lowcut |
Definition at line 93 of file af_surround.c.
float AudioSurroundContext::highcut |
Definition at line 94 of file af_surround.c.
int AudioSurroundContext::nb_in_channels |
Definition at line 96 of file af_surround.c.
int AudioSurroundContext::nb_out_channels |
Definition at line 97 of file af_surround.c.
AVFrame* AudioSurroundContext::factors |
Definition at line 99 of file af_surround.c.
AVFrame* AudioSurroundContext::sfactors |
Definition at line 100 of file af_surround.c.
AVFrame* AudioSurroundContext::input_in |
Definition at line 101 of file af_surround.c.
AVFrame* AudioSurroundContext::input |
Definition at line 102 of file af_surround.c.
AVFrame* AudioSurroundContext::output |
Definition at line 103 of file af_surround.c.
AVFrame* AudioSurroundContext::output_mag |
Definition at line 104 of file af_surround.c.
AVFrame* AudioSurroundContext::output_ph |
Definition at line 105 of file af_surround.c.
AVFrame* AudioSurroundContext::output_out |
Definition at line 106 of file af_surround.c.
AVFrame* AudioSurroundContext::overlap_buffer |
Definition at line 107 of file af_surround.c.
AVFrame* AudioSurroundContext::window |
Definition at line 108 of file af_surround.c.
float* AudioSurroundContext::x_pos |
Definition at line 110 of file af_surround.c.
float* AudioSurroundContext::y_pos |
Definition at line 111 of file af_surround.c.
float* AudioSurroundContext::l_phase |
Definition at line 112 of file af_surround.c.
float* AudioSurroundContext::r_phase |
Definition at line 113 of file af_surround.c.
float* AudioSurroundContext::c_phase |
Definition at line 114 of file af_surround.c.
float* AudioSurroundContext::c_mag |
Definition at line 115 of file af_surround.c.
float* AudioSurroundContext::lfe_mag |
Definition at line 116 of file af_surround.c.
float* AudioSurroundContext::lfe_phase |
Definition at line 117 of file af_surround.c.
float* AudioSurroundContext::mag_total |
Definition at line 118 of file af_surround.c.
int AudioSurroundContext::rdft_size |
Definition at line 120 of file af_surround.c.
int AudioSurroundContext::hop_size |
Definition at line 121 of file af_surround.c.
AVTXContext** AudioSurroundContext::rdft |
Definition at line 122 of file af_surround.c.
AVTXContext ** AudioSurroundContext::irdft |
Definition at line 122 of file af_surround.c.
av_tx_fn AudioSurroundContext::tx_fn |
Definition at line 123 of file af_surround.c.
av_tx_fn AudioSurroundContext::itx_fn |
Definition at line 123 of file af_surround.c.
float* AudioSurroundContext::window_func_lut |
Definition at line 124 of file af_surround.c.
void(* AudioSurroundContext::filter) (AVFilterContext *ctx) |
Definition at line 126 of file af_surround.c.
void(* AudioSurroundContext::upmix) (AVFilterContext *ctx, int ch) |
Definition at line 127 of file af_surround.c.
void(* AudioSurroundContext::upmix_5_0) (AVFilterContext *ctx, float c_re, float c_im, float mag_totall, float mag_totalr, float fl_phase, float fr_phase, float bl_phase, float br_phase, float sl_phase, float sr_phase, float xl, float yl, float xr, float yr, int n) |
Definition at line 128 of file af_surround.c.
void(* AudioSurroundContext::upmix_5_1) (AVFilterContext *ctx, float c_re, float c_im, float lfe_re, float lfe_im, float mag_totall, float mag_totalr, float fl_phase, float fr_phase, float bl_phase, float br_phase, float sl_phase, float sr_phase, float xl, float yl, float xr, float yr, int n) |
Definition at line 137 of file af_surround.c.