Commit 0560efb6 authored by fotopoulou's avatar fotopoulou
Browse files

remove scaling also fro elevation_fx

parent 1a9156a9
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 );