FFmpeg
|
Definition at line 32 of file af_surround.c.
const AVClass* AudioSurroundContext::class |
Definition at line 33 of file af_surround.c.
char* AudioSurroundContext::out_channel_layout_str |
Definition at line 35 of file af_surround.c.
char* AudioSurroundContext::in_channel_layout_str |
Definition at line 36 of file af_surround.c.
float AudioSurroundContext::level_in |
Definition at line 38 of file af_surround.c.
float AudioSurroundContext::level_out |
Definition at line 39 of file af_surround.c.
float AudioSurroundContext::fc_in |
Definition at line 40 of file af_surround.c.
float AudioSurroundContext::fc_out |
Definition at line 41 of file af_surround.c.
float AudioSurroundContext::fl_in |
Definition at line 42 of file af_surround.c.
float AudioSurroundContext::fl_out |
Definition at line 43 of file af_surround.c.
float AudioSurroundContext::fr_in |
Definition at line 44 of file af_surround.c.
float AudioSurroundContext::fr_out |
Definition at line 45 of file af_surround.c.
float AudioSurroundContext::sl_in |
Definition at line 46 of file af_surround.c.
float AudioSurroundContext::sl_out |
Definition at line 47 of file af_surround.c.
float AudioSurroundContext::sr_in |
Definition at line 48 of file af_surround.c.
float AudioSurroundContext::sr_out |
Definition at line 49 of file af_surround.c.
float AudioSurroundContext::bl_in |
Definition at line 50 of file af_surround.c.
float AudioSurroundContext::bl_out |
Definition at line 51 of file af_surround.c.
float AudioSurroundContext::br_in |
Definition at line 52 of file af_surround.c.
float AudioSurroundContext::br_out |
Definition at line 53 of file af_surround.c.
float AudioSurroundContext::bc_in |
Definition at line 54 of file af_surround.c.
float AudioSurroundContext::bc_out |
Definition at line 55 of file af_surround.c.
float AudioSurroundContext::lfe_in |
Definition at line 56 of file af_surround.c.
float AudioSurroundContext::lfe_out |
Definition at line 57 of file af_surround.c.
int AudioSurroundContext::lfe_mode |
Definition at line 58 of file af_surround.c.
float AudioSurroundContext::angle |
Definition at line 59 of file af_surround.c.
int AudioSurroundContext::win_size |
Definition at line 60 of file af_surround.c.
int AudioSurroundContext::win_func |
Definition at line 61 of file af_surround.c.
float AudioSurroundContext::overlap |
Definition at line 62 of file af_surround.c.
float AudioSurroundContext::all_x |
Definition at line 64 of file af_surround.c.
float AudioSurroundContext::all_y |
Definition at line 65 of file af_surround.c.
float AudioSurroundContext::fc_x |
Definition at line 67 of file af_surround.c.
float AudioSurroundContext::fl_x |
Definition at line 68 of file af_surround.c.
float AudioSurroundContext::fr_x |
Definition at line 69 of file af_surround.c.
float AudioSurroundContext::bl_x |
Definition at line 70 of file af_surround.c.
float AudioSurroundContext::br_x |
Definition at line 71 of file af_surround.c.
float AudioSurroundContext::sl_x |
Definition at line 72 of file af_surround.c.
float AudioSurroundContext::sr_x |
Definition at line 73 of file af_surround.c.
float AudioSurroundContext::bc_x |
Definition at line 74 of file af_surround.c.
float AudioSurroundContext::fc_y |
Definition at line 76 of file af_surround.c.
float AudioSurroundContext::fl_y |
Definition at line 77 of file af_surround.c.
float AudioSurroundContext::fr_y |
Definition at line 78 of file af_surround.c.
float AudioSurroundContext::bl_y |
Definition at line 79 of file af_surround.c.
float AudioSurroundContext::br_y |
Definition at line 80 of file af_surround.c.
float AudioSurroundContext::sl_y |
Definition at line 81 of file af_surround.c.
float AudioSurroundContext::sr_y |
Definition at line 82 of file af_surround.c.
float AudioSurroundContext::bc_y |
Definition at line 83 of file af_surround.c.
float* AudioSurroundContext::input_levels |
Definition at line 85 of file af_surround.c.
float* AudioSurroundContext::output_levels |
Definition at line 86 of file af_surround.c.
int AudioSurroundContext::output_lfe |
Definition at line 87 of file af_surround.c.
int AudioSurroundContext::lowcutf |
Definition at line 88 of file af_surround.c.
int AudioSurroundContext::highcutf |
Definition at line 89 of file af_surround.c.
float AudioSurroundContext::lowcut |
Definition at line 91 of file af_surround.c.
float AudioSurroundContext::highcut |
Definition at line 92 of file af_surround.c.
AVChannelLayout AudioSurroundContext::out_channel_layout |
Definition at line 94 of file af_surround.c.
AVChannelLayout AudioSurroundContext::in_channel_layout |
Definition at line 95 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::input_in |
Definition at line 99 of file af_surround.c.
AVFrame* AudioSurroundContext::input |
Definition at line 100 of file af_surround.c.
AVFrame* AudioSurroundContext::output |
Definition at line 101 of file af_surround.c.
AVFrame* AudioSurroundContext::output_out |
Definition at line 102 of file af_surround.c.
AVFrame* AudioSurroundContext::overlap_buffer |
Definition at line 103 of file af_surround.c.
AVFrame* AudioSurroundContext::window |
Definition at line 104 of file af_surround.c.
int AudioSurroundContext::buf_size |
Definition at line 106 of file af_surround.c.
int AudioSurroundContext::hop_size |
Definition at line 107 of file af_surround.c.
AVTXContext** AudioSurroundContext::rdft |
Definition at line 108 of file af_surround.c.
AVTXContext ** AudioSurroundContext::irdft |
Definition at line 108 of file af_surround.c.
av_tx_fn AudioSurroundContext::tx_fn |
Definition at line 109 of file af_surround.c.
av_tx_fn AudioSurroundContext::itx_fn |
Definition at line 109 of file af_surround.c.
float* AudioSurroundContext::window_func_lut |
Definition at line 110 of file af_surround.c.
void(* AudioSurroundContext::filter) (AVFilterContext *ctx) |
Definition at line 112 of file af_surround.c.
void(* AudioSurroundContext::upmix_stereo) (AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float x, float y, int n) |
Definition at line 113 of file af_surround.c.
void(* AudioSurroundContext::upmix_2_1) (AVFilterContext *ctx, float l_phase, float r_phase, float c_phase, float mag_total, float lfe_im, float lfe_re, float x, float y, int n) |
Definition at line 120 of file af_surround.c.
void(* AudioSurroundContext::upmix_3_0) (AVFilterContext *ctx, float l_phase, float r_phase, float c_mag, float c_phase, float mag_total, float x, float y, int n) |
Definition at line 129 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 137 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 146 of file af_surround.c.