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

Bugfix: mismatch with spec.

This part was originally integrated in HEVC SCM8.0 but was later removed as a bugfix in SCM8.3.....
parent 87219159
No related branches found
No related tags found
1 merge request!759JVET-O0119: Base palette mode for 4:4:4
...@@ -728,12 +728,6 @@ void SampleAdaptiveOffset::xPCMCURestoration(CodingStructure& cs, const UnitArea ...@@ -728,12 +728,6 @@ void SampleAdaptiveOffset::xPCMCURestoration(CodingStructure& cs, const UnitArea
void SampleAdaptiveOffset::xPCMSampleRestoration(CodingUnit& cu, const ComponentID compID) void SampleAdaptiveOffset::xPCMSampleRestoration(CodingUnit& cu, const ComponentID compID)
{ {
#if JVET_O0119_BASE_PALETTE_444
if (CU::isPLT(cu))
{
return;
}
#endif
const CompArea& ca = cu.block(compID); const CompArea& ca = cu.block(compID);
if( CU::isLosslessCoded( cu ) && !cu.ipcm ) if( CU::isLosslessCoded( cu ) && !cu.ipcm )
{ {
......
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