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

Merge branch 'master' into 'master'

Added support of AC0115_INTRA_TMP_DIMD_MTS_LFNST in JVET_AC0130_NSPT

See merge request !334
parents cebfa5c5 b2d5fa2b
No related branches found
No related tags found
1 merge request!334Added support of AC0115_INTRA_TMP_DIMD_MTS_LFNST in JVET_AC0130_NSPT
Pipeline #9007 passed
...@@ -17854,7 +17854,11 @@ uint32_t PU::getFinalIntraModeForTransform( const TransformUnit &tu, const Compo ...@@ -17854,7 +17854,11 @@ uint32_t PU::getFinalIntraModeForTransform( const TransformUnit &tu, const Compo
#if JVET_V0130_INTRA_TMP #if JVET_V0130_INTRA_TMP
if( PU::isTmp( *tu.cs->getPU( area.pos(), toChannelType( compID ) ), toChannelType( compID ) ) ) 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 #endif
#if JVET_AB0155_SGPM #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