Skip to content
Snippets Groups Projects

Two changes are included: (1) disable fractional MVD for UHD sequences (M0312...

Merged LI JINGYA requested to merge lijingya/VVCSoftware_VTM:master into master
1 unresolved thread
Files
6
@@ -491,6 +491,9 @@ void MergeCtx::setMergeInfo( PredictionUnit& pu, int candIdx )
#if JVET_M0068_M0171_MMVD_CLEANUP
PU::restrictBiPredMergeCandsOne(pu);
#endif
#if JVET_M0823_MMVD_ENCOPT
pu.mmvdEncOptMode = 0;
#endif
}
void MergeCtx::setMmvdMergeCandiInfo(PredictionUnit& pu, int candIdx)
{
Loading