Loading lib_dec/hf_synth_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -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++; Loading Loading
lib_dec/hf_synth_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -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++; Loading