Opened 12 years ago Closed 12 years ago #932 closed defect (fixed)Collection of minor edits for rev13
Description
The definition in 3.152 for transform unit talks of 32x22 instead of 32x32 (occurs twice).
In 6.4.1 "Derivation process for z-scan order block availability" the condition "xN is greater than pic_width_in_luma_samples" should be "xN is greater than or equal to pic_width_in_luma_samples" and similarly for yN.
In 8.5.2 "Inter prediction process" modfied should be modified.
In 8.5.3 "Decoding process for prediction units in inter prediction mode" the assignments in 8-61 (and 8-62,8-63,8-64,8-65,8-66) should change from MvL0[x][y]=mvL0 to MvL0[xC+x][yC+y]=mvL0.
In several places in 8.5.3.1.6 "Derivation process for motion vector predictor candidates" the text uses refIdxLX[xAk][yAk] instead of RefIdxLX[xAk][yAk]. Similarly, refIdxLY is used instead of RefIdxLY. Note that refIdxLX (with a lower case r) is an input parameter, while RefIdxLX is an array.
In 8.5.3.1.7 "Derivation process for temporal luma motion vector prediction" there is a check "xPRb is less than pic_width_in_luma_samples", and there should be a similar check for yPRb.
In 8.5.4.2 "Decoding process for chroma residual blocks" split_transform_flag[xB0][yB0][trafoDepth] should be split_transform_flag[xC+xB0][yC+yB0][trafoDepth]. (Occurs twice) Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bbrosscomment:3 Changed 12 years ago by bbross
Fixed in JCTVC-L0030_v3. 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
|
Also in 8.5.3.1.6, in the second point 4, "refIdxLXB" need to be changed to "refIdxB".