Commit ee02964b authored by vaillancour's avatar vaillancour
Browse files

Fixes 16 Dtx3_dtx_12650_16kHz.b10.COD

parent 28a3fb4b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -848,7 +848,11 @@ void hf_synth_amr_wb_fx(
                *pt1 = mult_r(*pt1,g); /*qdct  */ move16();
            }
            *pt2 = round_fx(L_shl(L_mult(*pt2,inv_g),3)); /*qdct */
#ifdef BASOP_NOGLOB
            *pt3 = add_sat(*pt1, *pt2);
#else
            *pt3 = add(*pt1, *pt2);
#endif
            move16();
            *pt3 = extract_l(L_mult0(*pt3, *pt4)); /*qdct   */
            pt1++;