Skip to content
Snippets Groups Projects
Commit f2a2463b authored by Frank Bossen's avatar Frank Bossen
Browse files

Merge branch 'fix_ticket574' into 'master'

Fix ticket #574 on different results between sequential and parallel encoding

See merge request !1000
parents e2f2107e 40f13499
No related branches found
No related tags found
1 merge request!1000Fix ticket #574 on different results between sequential and parallel encoding
Pipeline #3010 passed
......@@ -1345,6 +1345,7 @@ void EncSlice::compressSlice( Picture* pcPic, const bool bCompressEntireSlice, c
#endif
m_pcInterSearch->resetAffineMVList();
m_pcInterSearch->resetUniMvList();
::memset(g_isReusedUniMVsFilled, 0, sizeof(g_isReusedUniMVsFilled));
encodeCtus( pcPic, bCompressEntireSlice, bFastDeltaQP, startCtuTsAddr, boundingCtuTsAddr, m_pcLib );
if (checkPLTRatio) m_pcLib->checkPltStats( pcPic );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment