Loading lib_dec/ivas_ism_param_dec_fx.c +3 −2 Original line number Diff line number Diff line Loading @@ -1047,8 +1047,9 @@ void ivas_ism_dec_digest_tc_fx( { #ifndef NONBE_1412_AVOID_ROUNDING_AZ_ELEV azimuth_fx = L_shl( azimuth_fx, Q22 ); // Q22 #endif elevation_fx = L_shl( elevation_fx, Q22 ); // Q22 #endif #ifdef NONBE_1412_AVOID_ROUNDING_AZ_ELEV efap_determine_gains_fx( st_ivas->hEFAPdata, st_ivas->hIsmRendererData->gains_fx[i], st_ivas->hIsmMetaData[i]->edited_azimuth_fx, elevation_fx, EFAP_MODE_EFAP ); Loading Loading
lib_dec/ivas_ism_param_dec_fx.c +3 −2 Original line number Diff line number Diff line Loading @@ -1047,8 +1047,9 @@ void ivas_ism_dec_digest_tc_fx( { #ifndef NONBE_1412_AVOID_ROUNDING_AZ_ELEV azimuth_fx = L_shl( azimuth_fx, Q22 ); // Q22 #endif elevation_fx = L_shl( elevation_fx, Q22 ); // Q22 #endif #ifdef NONBE_1412_AVOID_ROUNDING_AZ_ELEV efap_determine_gains_fx( st_ivas->hEFAPdata, st_ivas->hIsmRendererData->gains_fx[i], st_ivas->hIsmMetaData[i]->edited_azimuth_fx, elevation_fx, EFAP_MODE_EFAP ); Loading