Skip to content
Snippets Groups Projects
Commit 3de50ac6 authored by Yung-Hsuan Chao (Jessie)'s avatar Yung-Hsuan Chao (Jessie)
Browse files

Disable SCIPU for YUV444 format

parent 0b6523f2
No related branches found
No related tags found
1 merge request!852Fix #456 issue of SCIPU in YUV444 format
......@@ -199,7 +199,7 @@ void CodingStructure::setDecomp(const UnitArea &_area, const bool _isCoded /*= t
#if JVET_O0050_LOCAL_DUAL_TREE
const int CodingStructure::signalModeCons( const PartSplit split, Partitioner &partitioner, const ModeType modeTypeParent ) const
{
if( CS::isDualITree( *this ) || modeTypeParent != MODE_TYPE_ALL )
if( CS::isDualITree( *this ) || modeTypeParent != MODE_TYPE_ALL || partitioner.currArea().chromaFormat == CHROMA_444 )
return LDT_MODE_TYPE_INHERIT;
int width = partitioner.currArea().lwidth();
......
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