Commit e534435f authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch '3gpp_issue_1512_fix' into 'main'

Fix for 3GPP issue 1512: Decoder 160 kbit/s 7.1+4: Binaural Rendering introduces bigger differences [allow regression]

See merge request !1771
parents 49fbd624 d5bf98b4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5137,7 +5137,7 @@ void decoder_tcx_imdct_fx(
                }
            }

            ITF_Detect_fx( x_fx + IGF_START_MN, startLine, endLine, 8 /*maxOrder*/, A_itf_fx, &q_a_itf, &predictionGain_fx, &curr_order, shl( x_e, 1 ) );
            ITF_Detect_ivas_fx( x_fx + IGF_START_MN, startLine, endLine, 8 /*maxOrder*/, A_itf_fx, &q_a_itf, &predictionGain_fx, &curr_order, q_x );

            ITF_Apply_fx( x_fx, startLine, endLine, A_itf_fx, q_a_itf, curr_order );