Opened 11 years ago Closed 11 years ago #1234 closed defect (fixed)8.4.5.1 uses incorrect coordinate system assigning to xTb1 and yTb1
Description
Following on from ticket #1208, I think the following section in 8.4.5.1:
should say:
as xTb1 and yTb1 are in chroma coordinates. Change History (6)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by davidf
comment:3 Changed 11 years ago by jackh
Apologies, this correction was incomplete. The previous equations were only incorrect for chroma blocks, so the derivation should say:
comment:4 Changed 11 years ago by davidf
I am not sure that this is correct. As i understand, the issue is for 4:2:2 where the non square tree is currently using incorrect vertical co-ordinates.
For 4:2:0, this should revert to the previous text.
The following seems to describe this behaviour:
The variables xTb1 and yTb1 are derived as follows:
– If either cIdx is equal to 0 or ChromaArrayType is not equal to 2, the following applies:
– Otherwise (ChromaArrayType is equal to 2 and cIdx is greater than 0), the following applies:
comment:5 Changed 11 years ago by jackh
I agree - the code I suggested won't work for 4:4:4. Yours is correct. comment:6 Changed 11 years ago by davidf
Fixed in P1005_v4 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
|
Fixed