Loading lib_rend/ivas_dirac_output_synthesis_dec.c +4 −1 Original line number Diff line number Diff line Loading @@ -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 ) { Loading @@ -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 ) { Loading Loading
lib_rend/ivas_dirac_output_synthesis_dec.c +4 −1 Original line number Diff line number Diff line Loading @@ -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 ) { Loading @@ -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 ) { Loading