Loading lib_rend/lib_rend_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -7682,7 +7682,7 @@ static ivas_error renderMcToBinauralRoom( #endif { #ifdef FIX_BASOP_2351_EXTREND_SCALE Scale_sig32( tmpRendBuffer[i], mcInput->base.inputBuffer.config.numChannels, sub( Q11, exp ) ); /* Q11 */ Scale_sig32( tmpRendBuffer[i], mcInput->base.inputBuffer.config.numSamplesPerChannel, sub( Q11, exp ) ); /* Q11 */ #else Scale_sig32( tmpRendBuffer[i], L_FRAME48k, sub( Q11, exp ) ); /* Q11 */ #endif Loading Loading
lib_rend/lib_rend_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -7682,7 +7682,7 @@ static ivas_error renderMcToBinauralRoom( #endif { #ifdef FIX_BASOP_2351_EXTREND_SCALE Scale_sig32( tmpRendBuffer[i], mcInput->base.inputBuffer.config.numChannels, sub( Q11, exp ) ); /* Q11 */ Scale_sig32( tmpRendBuffer[i], mcInput->base.inputBuffer.config.numSamplesPerChannel, sub( Q11, exp ) ); /* Q11 */ #else Scale_sig32( tmpRendBuffer[i], L_FRAME48k, sub( Q11, exp ) ); /* Q11 */ #endif Loading