Commit ff7c953a authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

address formatting comments

parent c7f4ff07
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1829,6 +1829,7 @@ void ivas_dirac_dec_compute_directional_responses(
            {
                set_f( direct_response_hoa, 1.0f, MAX_OUTPUT_CHANNELS );
                set_f( direct_response_dir2, 1.0f, MAX_OUTPUT_CHANNELS );

#ifndef FIX_998_UNUSED_FUNCTION
                if ( p_Rmat != 0 )
                {
@@ -1840,15 +1841,17 @@ void ivas_dirac_dec_compute_directional_responses(
                    }
                }
                else
#endif
                {
#endif
                    ivas_dirac_dec_get_response( azimuth[k], elevation[k], direct_response_hoa, hDirACRend->hOutSetup.ambisonics_order );

                    if ( hodirac_flag )
                    {
                        ivas_dirac_dec_get_response( azimuth2[k], elevation2[k], direct_response_dir2, hDirACRend->hOutSetup.ambisonics_order );
                    }
#ifndef FIX_998_UNUSED_FUNCTION
                }
#endif

                if ( masa_band_mapping == NULL && hDirACRend->synthesisConf == DIRAC_SYNTHESIS_GAIN_SHD )
                {