Loading lib_rend/lib_rend_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -2891,7 +2891,7 @@ static ivas_error updateMcPanGainsForBinauralOut( inputMc->panGains_fx[0][0] = ONE_IN_Q31; inputMc->panGains_fx[0][1] = 0; } ELSE IF( EQ_32( L_add( inputMc->nonDiegeticPanGain_fx, ONE_IN_Q31 ), 0 ) ) ELSE IF( EQ_32( inputMc->nonDiegeticPanGain_fx, MINUS_ONE_IN_Q31 ) ) { inputMc->panGains_fx[0][0] = 0; inputMc->panGains_fx[0][1] = ONE_IN_Q31; Loading Loading
lib_rend/lib_rend_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -2891,7 +2891,7 @@ static ivas_error updateMcPanGainsForBinauralOut( inputMc->panGains_fx[0][0] = ONE_IN_Q31; inputMc->panGains_fx[0][1] = 0; } ELSE IF( EQ_32( L_add( inputMc->nonDiegeticPanGain_fx, ONE_IN_Q31 ), 0 ) ) ELSE IF( EQ_32( inputMc->nonDiegeticPanGain_fx, MINUS_ONE_IN_Q31 ) ) { inputMc->panGains_fx[0][0] = 0; inputMc->panGains_fx[0][1] = ONE_IN_Q31; Loading