Changes between Initial Version and Version 1 of Ticket #337


Ignore:
Timestamp:
26 Jun 2019, 14:49:42 (5 years ago)
Author:
ksuehring
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #337 – Description

    initial v1  
    11In VTM 5.0 within CABACReader::transform_unit, the following code may result in the decoding of a CCP flag, and then a CCP alpha value
     2{{{ #!C++
    23        if( TU::hasCrossCompPredInfo( tu, compID ) )
    34        {
     
    2930  tu.compAlpha[compID] = alpha;
    3031}
    31 
     32}}}
    3233In the current spec there are no syntax elements for CCP. Given the CCLM intra prediction mode and the joint chroma residual coding, is CCP to be removed?