Skip to content
Snippets Groups Projects
Commit b2d5fa2b authored by Patrick Garus's avatar Patrick Garus
Browse files

Added support of AC0115_INTRA_TMP_DIMD_MTS_LFNST in JVET_AC0130_NSPT

parent cebfa5c5
No related branches found
No related tags found
1 merge request!334Added support of AC0115_INTRA_TMP_DIMD_MTS_LFNST in JVET_AC0130_NSPT
......@@ -17854,7 +17854,11 @@ uint32_t PU::getFinalIntraModeForTransform( const TransformUnit &tu, const Compo
#if JVET_V0130_INTRA_TMP
if( PU::isTmp( *tu.cs->getPU( area.pos(), toChannelType( compID ) ), toChannelType( compID ) ) )
{
intraMode = PLANAR_IDX;
#if JVET_AC0115_INTRA_TMP_DIMD_MTS_LFNST
intraMode = tu.cu->intraTmpDimdMode;
#else
intraMode = PLANAR_IDX;
#endif
}
#endif
#if JVET_AB0155_SGPM
......
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