Loading lib_dec/dec_higher_acelp_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ void transf_cdbk_dec_fx( } } st_fx->last_code_preq = extract_h( code_preQ[L_SUBFR - 1] ); // q_Code_preQ-16 st_fx->last_code_preq = code_preQ[L_SUBFR - 1]; // q_Code_preQ move16(); #endif PREEMPH_FX( code_preQ, FAC_PRE_AVQ_FX, L_SUBFR, &st_fx->mem_preemp_preQ_fx ); Loading Loading
lib_dec/dec_higher_acelp_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -219,7 +219,7 @@ void transf_cdbk_dec_fx( } } st_fx->last_code_preq = extract_h( code_preQ[L_SUBFR - 1] ); // q_Code_preQ-16 st_fx->last_code_preq = code_preQ[L_SUBFR - 1]; // q_Code_preQ move16(); #endif PREEMPH_FX( code_preQ, FAC_PRE_AVQ_FX, L_SUBFR, &st_fx->mem_preemp_preQ_fx ); Loading