Changes between Initial Version and Version 1 of Ticket #337
- Timestamp:
- 26 Jun 2019, 14:49:42 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #337 – Description
initial v1 1 1 In 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++ 2 3 if( TU::hasCrossCompPredInfo( tu, compID ) ) 3 4 { … … 29 30 tu.compAlpha[compID] = alpha; 30 31 } 31 32 }}} 32 33 In 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?