Loading lib_dec/ivas_mdct_core_dec_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -1552,6 +1552,9 @@ void ivas_mdct_core_tns_ns_fx( L_frame_global[ch] = shr( st->L_frame, 1 ); L_frameTCX_glob[ch] = shr( st->hTcxDec->L_frameTCX, 1 ); L_spec[ch] = shr( st->hTcxCfg->tcx_coded_lines, 1 ); move16(); move16(); move16(); } #else IF( EQ_16( st->core, TCX_20_CORE ) ) Loading Loading
lib_dec/ivas_mdct_core_dec_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -1552,6 +1552,9 @@ void ivas_mdct_core_tns_ns_fx( L_frame_global[ch] = shr( st->L_frame, 1 ); L_frameTCX_glob[ch] = shr( st->hTcxDec->L_frameTCX, 1 ); L_spec[ch] = shr( st->hTcxCfg->tcx_coded_lines, 1 ); move16(); move16(); move16(); } #else IF( EQ_16( st->core, TCX_20_CORE ) ) Loading