Opened 13 years ago Closed 12 years ago #525 closed defect (fixed)The size of chroma component in pcm_samle() is different from HM software.
Description
The size of chroma component in text is same as 422, not 420. Change the PCM syntax 7.3.7.2 as follows.
pcm_sample( x0, y0, log2CbSize ) {
for( i = 0; i < ( 1 << ( log2CbSize << 1 ) ) >> 2; i++ )
NumPCMBlock-- Change History (2)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bbross
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Current text is OK because Cb and Cr samples are parsed together in pcm_sample_chroma.