Skip to content
Snippets Groups Projects
Commit 7ace1a6e authored by Lai Zhang's avatar Lai Zhang
Browse files

Fix for enc/dec mismatch from JVET-AJ0082

parent 2dfde6c5
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
{
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];
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