Commit 3ab14358 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix comment in ivas_ism_dec_digest_tc_fx

parent fbc5bfd1
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1058,8 +1058,8 @@ void ivas_ism_dec_digest_tc_fx(
                    Word16 azi = azimuth_fx;   // Q0
                    Word16 ele = elevation_fx; // Q0
#else
                    Word16 azi = shr( extract_h( st_ivas->hIsmMetaData[i]->azimuth_fx ), 22 - 16 );   // Q22
                    Word16 ele = shr( extract_h( st_ivas->hIsmMetaData[i]->elevation_fx ), 22 - 16 ); // Q22
                    Word16 azi = shr( extract_h( st_ivas->hIsmMetaData[i]->azimuth_fx ), 22 - 16 );   // Q0
                    Word16 ele = shr( extract_h( st_ivas->hIsmMetaData[i]->elevation_fx ), 22 - 16 ); // Q0
#endif

                    ivas_dirac_dec_get_response_fx( azi, ele, st_ivas->hIsmRendererData->gains_fx[i], st_ivas->hIntSetup.ambisonics_order, Q30 );