Commit 8c9a4c72 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch '3gpp_issue_1419_fix' into 'main'

Fix for 3GPP issue 1419: BER detect in Stereo Decoder at 13.2 kbps DTX [allow regression]

See merge request !1324
parents 0555a9c3 c63f60e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -733,7 +733,7 @@ static void lsfq_CNG_ivas_fx(
    /* MSVQ_ROM to be updated */
    mslvq_cng_ivas_fx( idx_cv, dd, qlsf, ddq, idx_lead_cng, idx_scale_cng, wghts );

    index_lvq_ivas_fx( ddq, idx_lead_cng, idx_scale_cng, START_CNG + idx_cv, idx_lvq, 0 );
    index_lvq_ivas_fx( ddq, idx_lead_cng, idx_scale_cng, START_CNG_IVAS + idx_cv, idx_lvq, 0 );
    Vr_add( qlsf, &CNG_SN1_fx[idx_cv * M], qlsf, M );

    /* write the VQ index to the bitstream */
+1 −1
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ Word32 mslvq_cng_ivas_fx(

    /* for CNG there is only one bitrate but several lattice quantizer structures,
       depending on the previous VQ stage */
    mode_glb = add( START_CNG, idx_cv );
    mode_glb = add( START_CNG_IVAS, idx_cv );
    move16();

    p_sigma = sigma_MSLVQ_fx[mode]; // x2.56