Go to the source code of this file.
Classes | |
| class | decoder_impl |
Typedefs | |
| typedef FFTSample | FFTComplexArray [2] |
| typedef std::complex< float > | cfloat |
Variables | |
| const float | PI = 3.141592654 |
| const float | epsilon = 0.000001 |
| const float | center_level = 1.0 |
| const float | window_gain = 0.95 |
| typedef FFTSample FFTComplexArray[2] |
Definition at line 30 of file el_processor.cpp.
| typedef std::complex<float> cfloat |
Definition at line 39 of file el_processor.cpp.
| const float PI = 3.141592654 |
Definition at line 41 of file el_processor.cpp.
Referenced by audio_encode_example(), decoder_impl::block_decode(), AAFilter::calculateCoeffs(), GLSingleView::EffectCube(), decoder_impl::get_yfs(), init_fdct(), initFilter(), decoder_impl::phase_mode(), decoder_impl::surround_gain(), and sws_getGaussianVec().
| const float epsilon = 0.000001 |
| const float center_level = 1.0 |
| const float window_gain = 0.95 |
1.5.5