Skip to content
Snippets Groups Projects
Commit d192d821 authored by Vadim Seregin's avatar Vadim Seregin
Browse files

Merge branch 'FIX_JVET_AJ0082' into 'master'

Fix for enc/dec mismatch from JVET-AJ0082

See merge request !786
parents 577eee58 7ace1a6e
No related branches found
No related tags found
No related merge requests found
...@@ -4431,7 +4431,7 @@ bool IntraSearch::estIntraPredLumaQT(CodingUnit &cu, Partitioner &partitioner, c ...@@ -4431,7 +4431,7 @@ bool IntraSearch::estIntraPredLumaQT(CodingUnit &cu, Partitioner &partitioner, c
{ {
pu.intraDir[0] -= m_numSigEip; pu.intraDir[0] -= m_numSigEip;
} }
if ((cu.lfnstIdx || cu.mtsFlag) && cu.eipModel.eipDimdMode == -1) if (cu.eipModel.eipDimdMode == -1)
{ {
const auto modeIdx = cu.eipMmFlag ? (pu.intraDir[0] + m_numSigEip): pu.intraDir[0]; const auto modeIdx = cu.eipMmFlag ? (pu.intraDir[0] + m_numSigEip): pu.intraDir[0];
if(cu.eipMerge) if(cu.eipMerge)
......
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