Commit d9488106 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix formatting

parent 4ff9c1fb
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -1754,7 +1754,6 @@ void ivas_jbm_dec_feed_tc_to_renderer_fx(
            }
        }
#endif

    }
    ELSE IF( EQ_16( st_ivas->ivas_format, MC_FORMAT ) )
    {
+2 −2
Original line number Diff line number Diff line
@@ -3263,8 +3263,8 @@ static void ivas_dirac_dec_binaural_determine_processing_matrices_fx(
            IF( EQ_16( ivas_format, MASA_ISM_FORMAT ) )
            {
#ifdef NONBE_FIX_982_OMASA_DELAY_COMP_5MS
				Word32 ginfactor_fx = L_shl( (Word32) OMASA_TDREND_MATCHING_GAIN_FX, Q16 ); // constant in Q31 as Word32 
				gainFactor_fx = Mpy_32_32(ginfactor_fx , tmp1); // 1705746262 = 0.7943f in Q31
                Word32 gainfactor_fx = L_shl( (Word32) OMASA_TDREND_MATCHING_GAIN_FX, Q16 ); // constant in Q31 as Word32
                gainFactor_fx = Mpy_32_32( gainfactor_fx, tmp1 );                            // 1705746262 = 0.7943f in Q31
#else
                gainFactor_fx = Mpy_32_32( 1705746262, tmp1 ); // 1705746262 = 0.7943f in Q31
#endif
+20 −20

File changed.

Contains only whitespace changes.