Commit 3e985497 authored by multrus's avatar multrus
Browse files

added missing move16()s

parent 1b4e9761
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 ) )