Commit 2aabf2b1 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh Committed by Manuel Jander
Browse files

Fix for 3GPP issue 1004: Modulation artifact in OMASA at 24 kbps using LTV...

Fix for 3GPP issue 1004: Modulation artifact in OMASA at 24 kbps using LTV 3ISM 2TC input and output to MONO

Link #1004, #1363
Fixes 3GPP issue #1363: Assert in BASOP decoder function protoSignalComputation2_fx when fed with BASOP encoder MASA bitstream
parent b54272a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1768,7 +1768,7 @@ void protoSignalComputation2_fx(
    Word64 W_tmp1, W_tmp2;
    Word64 reference_power_64fx[CLDFB_NO_CHANNELS_MAX];
    Word16 q_reference_power_64fx;

    Word16 head_room, q_Left_Right_power;
    /* Calculate maximum possible shift for the buffers RealBuffer_fx and ImagBuffer_fx */
    min_q_shift = Q31;
    move16();