Commit b5cd0183 authored by emerit's avatar emerit
Browse files

same

parent 774abf81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8211,7 +8211,7 @@ static ivas_error ivas_masa_ext_rend_parambin_init(
        IF( EQ_16( *inputMasa->base.ctx.pOutConfig, IVAS_AUDIO_CONFIG_BINAURAL_ROOM_IR ) )
        {
#ifdef FIX_1123_FASTCONV_PARAMBIN_16BIT_ROM
            Copy_Scale_sig_16_32_no_sat( ( *phHrtfParambin )->parametricEarlyPartEneCorrection_fx, hDiracDecBin->earlyPartEneCorrection_fx, nBins, Q16 + ( Q15 - ( *phHrtfParambin )->factor_Q_EarlyPartEneCorrection_fx ) );
            Copy_Scale_sig_16_32_no_sat( ( *phHrtfParambin )->parametricEarlyPartEneCorrection_fx, hDiracDecBin->earlyPartEneCorrection_fx, nBins, Q13 + ( Q15 - ( *phHrtfParambin )->factor_Q_EarlyPartEneCorrection_fx ) );
#else
            Copy32( hHrtfParambin->parametricEarlyPartEneCorrection_fx, hDiracDecBin->earlyPartEneCorrection_fx, nBins );
#endif
@@ -8240,7 +8240,7 @@ static ivas_error ivas_masa_ext_rend_parambin_init(
#ifdef FIX_POINT_HRTF_FILE_FORMAT_REVERB
            IF( NE_32( error = ivas_binaural_reverb_init_fx( &( hDiracDecBin->hReverb ), hHrtfStatistics, nBins, CLDFB_NO_COL_MAX / MAX_PARAM_SPATIAL_SUBFRAMES, pRoomAcoustics, output_Fs,
                                                             ( *phHrtfParambin )->parametricReverberationTimes_fx, ( *phHrtfParambin )->factor_Q_reverberationTimes_fx,
                                                             ( *phHrtfParambin )->parametricReverberationEneCorrections_fx, ( *phHrtfParambin )->factor_Q_EarlyPartEneCorrection_fx ),
                                                             ( *phHrtfParambin )->parametricReverberationEneCorrections_fx, ( *phHrtfParambin )->factor_Q_reverberationEneCorrections_fx ),
                       IVAS_ERR_OK ) )
#else
            IF( NE_32( ( error = ivas_binaural_reverb_open_parambin( &hDiracDecBin->hReverb, nBins, CLDFB_NO_COL_MAX / MAX_PARAM_SPATIAL_SUBFRAMES, NULL, output_Fs, *phHrtfParambin ) ), IVAS_ERR_OK ) )