|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| char * | filename |
| MySofa | sofa |
| int | sample_rate |
| float * | speaker_azim |
| float * | speaker_elev |
| char * | speakers_pos |
| float | lfe_gain |
| 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 57 of file af_sofalizer.c.
| const AVClass* SOFAlizerContext::class |
Definition at line 58 of file af_sofalizer.c.
| char* SOFAlizerContext::filename |
Definition at line 60 of file af_sofalizer.c.
Referenced by init(), and load_data().
| MySofa SOFAlizerContext::sofa |
Definition at line 61 of file af_sofalizer.c.
Referenced by load_data(), preload_sofa(), sofalizer_convolute(), sofalizer_fast_convolute(), and uninit().
| int SOFAlizerContext::sample_rate |
Definition at line 63 of file af_sofalizer.c.
Referenced by init(), and query_formats().
| float* SOFAlizerContext::speaker_azim |
Definition at line 64 of file af_sofalizer.c.
Referenced by load_data(), and uninit().
| float* SOFAlizerContext::speaker_elev |
Definition at line 65 of file af_sofalizer.c.
Referenced by load_data(), and uninit().
| char* SOFAlizerContext::speakers_pos |
Definition at line 66 of file af_sofalizer.c.
Referenced by get_speaker_pos(), and parse_speaker_pos().
| float SOFAlizerContext::lfe_gain |
Definition at line 67 of file af_sofalizer.c.
Referenced by config_input().
| float SOFAlizerContext::gain_lfe |
Definition at line 68 of file af_sofalizer.c.
Referenced by config_input(), sofalizer_convolute(), and sofalizer_fast_convolute().
| int SOFAlizerContext::lfe_channel |
Definition at line 69 of file af_sofalizer.c.
Referenced by get_speaker_pos(), sofalizer_convolute(), and sofalizer_fast_convolute().
| int SOFAlizerContext::n_conv |
Definition at line 71 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 74 of file af_sofalizer.c.
Referenced by filter_frame(), load_data(), and uninit().
| int SOFAlizerContext::write[2] |
Definition at line 76 of file af_sofalizer.c.
Referenced by filter_frame().
| int SOFAlizerContext::buffer_length |
Definition at line 77 of file af_sofalizer.c.
Referenced by config_input(), load_data(), sofalizer_convolute(), and sofalizer_fast_convolute().
| int SOFAlizerContext::n_fft |
Definition at line 79 of file af_sofalizer.c.
Referenced by load_data(), and sofalizer_fast_convolute().
| int* SOFAlizerContext::delay[2] |
Definition at line 82 of file af_sofalizer.c.
Referenced by filter_frame(), load_data(), and uninit().
| float* SOFAlizerContext::data_ir[2] |
Definition at line 84 of file af_sofalizer.c.
Referenced by filter_frame(), load_data(), and uninit().
| float* SOFAlizerContext::temp_src[2] |
Definition at line 86 of file af_sofalizer.c.
Referenced by filter_frame(), load_data(), and uninit().
| FFTComplex* SOFAlizerContext::temp_fft[2] |
Definition at line 87 of file af_sofalizer.c.
Referenced by filter_frame(), load_data(), sofalizer_fast_convolute(), and uninit().
| float SOFAlizerContext::gain |
Definition at line 90 of file af_sofalizer.c.
Referenced by config_input(), and load_data().
| float SOFAlizerContext::rotation |
Definition at line 91 of file af_sofalizer.c.
Referenced by config_input().
| float SOFAlizerContext::elevation |
Definition at line 92 of file af_sofalizer.c.
Referenced by config_input().
| float SOFAlizerContext::radius |
Definition at line 93 of file af_sofalizer.c.
Referenced by config_input(), and load_data().
| int SOFAlizerContext::type |
Definition at line 94 of file af_sofalizer.c.
Referenced by config_input(), filter_frame(), and load_data().
| VirtualSpeaker SOFAlizerContext::vspkrpos[64] |
Definition at line 96 of file af_sofalizer.c.
Referenced by get_speaker_pos(), and parse_speaker_pos().
| FFTContext* SOFAlizerContext::fft[2] |
Definition at line 98 of file af_sofalizer.c.
Referenced by load_data(), sofalizer_fast_convolute(), and uninit().
| FFTContext * SOFAlizerContext::ifft[2] |
Definition at line 98 of file af_sofalizer.c.
Referenced by load_data(), sofalizer_fast_convolute(), and uninit().
| FFTComplex* SOFAlizerContext::data_hrtf[2] |
Definition at line 99 of file af_sofalizer.c.
Referenced by load_data(), sofalizer_fast_convolute(), and uninit().
| AVFloatDSPContext* SOFAlizerContext::fdsp |
Definition at line 101 of file af_sofalizer.c.
Referenced by init(), sofalizer_convolute(), and uninit().
1.8.6