Commit f2c82000 authored by vasilache's avatar vasilache Committed by Sandesh Venkatesh
Browse files

fix clang

parent e2801e12
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -5584,7 +5584,7 @@ static Word16 ivas_decode_masaism_metadata_fx(
                test();
                test();
                test();
                // if ( azimuth * hMasaIsmData->q_azimuth_old[obj] > 0 )
                /*  if ( azimuth * hMasaIsmData->q_azimuth_old[obj] > 0 ) */
                IF( ( ( azimuth > 0 ) && ( hMasaIsmData->q_azimuth_old_fx[obj] > 0 ) ) || ( ( azimuth < 0 ) && ( hMasaIsmData->q_azimuth_old_fx[obj] < 0 ) ) )
                {
                    Word16 tmp_e;
@@ -5607,7 +5607,6 @@ static Word16 ivas_decode_masaism_metadata_fx(
                    ELSE
                    {
#ifdef FIX_853_DECODE_MASA_ISM_AZIMUTH_PREC
             
                        IF( GT_64( MINUS_TOLERANCE_360_Q22, tmp_64 ) )
#else
                        if ( GT_32( L_sub( hMasaIsmData->q_azimuth_old_fx[obj], azimuth ), delta_phi ) )