Loading lib_dec/ivas_jbm_dec_fx.c +3 −4 Original line number Diff line number Diff line Loading @@ -1754,7 +1754,6 @@ void ivas_jbm_dec_feed_tc_to_renderer_fx( } } #endif } ELSE IF( EQ_16( st_ivas->ivas_format, MC_FORMAT ) ) { Loading lib_rend/ivas_dirac_dec_binaural_functions_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading lib_dec/ivas_omasa_dec_fx.c +20 −20 File changed.Contains only whitespace changes. Show changes Loading
lib_dec/ivas_jbm_dec_fx.c +3 −4 Original line number Diff line number Diff line Loading @@ -1754,7 +1754,6 @@ void ivas_jbm_dec_feed_tc_to_renderer_fx( } } #endif } ELSE IF( EQ_16( st_ivas->ivas_format, MC_FORMAT ) ) { Loading
lib_rend/ivas_dirac_dec_binaural_functions_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading