FFmpeg
|
Data Fields | |
const AVClass * | class |
char * | filename |
NCSofa | sofa |
int | sample_rate |
float * | speaker_azim |
float * | speaker_elev |
char * | speakers_pos |
float | gain_lfe |
int | lfe_channel |
int | n_conv |
float * | ringbuffer [2] |
int | write [2] |
int | buffer_length |
int | n_fft |
int * | delay [2] |
float * | data_ir [2] |
float * | temp_src [2] |
FFTComplex * | temp_fft [2] |
float | gain |
float | rotation |
float | elevation |
float | radius |
int | type |
VirtualSpeaker | vspkrpos [64] |
FFTContext * | fft [2] |
FFTContext * | ifft [2] |
FFTComplex * | data_hrtf [2] |
AVFloatDSPContext * | fdsp |
Definition at line 63 of file af_sofalizer.c.
const AVClass* SOFAlizerContext::class |
Definition at line 64 of file af_sofalizer.c.
char* SOFAlizerContext::filename |
Definition at line 66 of file af_sofalizer.c.
Referenced by init().
NCSofa SOFAlizerContext::sofa |
Definition at line 67 of file af_sofalizer.c.
Referenced by compensate_volume(), config_input(), find_m(), init(), load_data(), load_sofa(), sofalizer_convolute(), sofalizer_fast_convolute(), and uninit().
int SOFAlizerContext::sample_rate |
Definition at line 69 of file af_sofalizer.c.
Referenced by init(), and query_formats().
float* SOFAlizerContext::speaker_azim |
Definition at line 70 of file af_sofalizer.c.
Referenced by config_input(), load_data(), and uninit().
float* SOFAlizerContext::speaker_elev |
Definition at line 71 of file af_sofalizer.c.
Referenced by config_input(), load_data(), and uninit().
char* SOFAlizerContext::speakers_pos |
Definition at line 72 of file af_sofalizer.c.
Referenced by get_speaker_pos(), and parse_speaker_pos().
float SOFAlizerContext::gain_lfe |
Definition at line 73 of file af_sofalizer.c.
Referenced by config_input(), sofalizer_convolute(), and sofalizer_fast_convolute().
int SOFAlizerContext::lfe_channel |
Definition at line 74 of file af_sofalizer.c.
Referenced by get_speaker_pos(), sofalizer_convolute(), and sofalizer_fast_convolute().
int SOFAlizerContext::n_conv |
Definition at line 76 of file af_sofalizer.c.
Referenced by config_input(), get_speaker_pos(), load_data(), sofalizer_convolute(), and sofalizer_fast_convolute().
float* SOFAlizerContext::ringbuffer[2] |
Definition at line 79 of file af_sofalizer.c.
Referenced by config_input(), filter_frame(), and uninit().
int SOFAlizerContext::write[2] |
Definition at line 81 of file af_sofalizer.c.
Referenced by filter_frame().
int SOFAlizerContext::buffer_length |
Definition at line 82 of file af_sofalizer.c.
Referenced by config_input(), sofalizer_convolute(), and sofalizer_fast_convolute().
int SOFAlizerContext::n_fft |
Definition at line 84 of file af_sofalizer.c.
Referenced by config_input(), load_data(), and sofalizer_fast_convolute().
int* SOFAlizerContext::delay[2] |
Definition at line 87 of file af_sofalizer.c.
Referenced by config_input(), filter_frame(), load_data(), load_sofa(), and uninit().
float* SOFAlizerContext::data_ir[2] |
Definition at line 89 of file af_sofalizer.c.
Referenced by config_input(), filter_frame(), load_data(), load_sofa(), and uninit().
float* SOFAlizerContext::temp_src[2] |
Definition at line 91 of file af_sofalizer.c.
Referenced by filter_frame(), load_data(), and uninit().
FFTComplex* SOFAlizerContext::temp_fft[2] |
Definition at line 92 of file af_sofalizer.c.
Referenced by config_input(), filter_frame(), sofalizer_fast_convolute(), and uninit().
float SOFAlizerContext::gain |
Definition at line 95 of file af_sofalizer.c.
Referenced by config_input(), and load_data().
float SOFAlizerContext::rotation |
Definition at line 96 of file af_sofalizer.c.
Referenced by config_input().
float SOFAlizerContext::elevation |
Definition at line 97 of file af_sofalizer.c.
Referenced by config_input().
float SOFAlizerContext::radius |
Definition at line 98 of file af_sofalizer.c.
Referenced by config_input().
int SOFAlizerContext::type |
Definition at line 99 of file af_sofalizer.c.
Referenced by config_input(), filter_frame(), and load_data().
VirtualSpeaker SOFAlizerContext::vspkrpos[64] |
Definition at line 101 of file af_sofalizer.c.
Referenced by get_speaker_pos(), and parse_speaker_pos().
FFTContext* SOFAlizerContext::fft[2] |
Definition at line 103 of file af_sofalizer.c.
Referenced by config_input(), load_data(), sofalizer_fast_convolute(), and uninit().
FFTContext * SOFAlizerContext::ifft[2] |
Definition at line 103 of file af_sofalizer.c.
Referenced by config_input(), sofalizer_fast_convolute(), and uninit().
FFTComplex* SOFAlizerContext::data_hrtf[2] |
Definition at line 104 of file af_sofalizer.c.
Referenced by load_data(), sofalizer_fast_convolute(), and uninit().
AVFloatDSPContext* SOFAlizerContext::fdsp |
Definition at line 106 of file af_sofalizer.c.
Referenced by compensate_volume(), init(), sofalizer_convolute(), and uninit().