Opened 13 years ago Closed 13 years ago #441 closed defect (duplicate)Missing definition of Chroma QP
Description
The relationship between Luma QP and Chroma QP is borrowed from AVC in HM software. However, there is no definition in our committee draft. As a result, many usages are incorrect. Some examples are given here:
Change History (3)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 13 years ago by bbrosscomment:3 Changed 13 years ago by bbross
Closed as duplicate of #492. 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
|
Thanks for reporting this. Would it be possible to specify the reported issues?
Which definition is missing exactly?
Looking at the draft, this should be the AVC table: "Specification of QPC as a function of qPI" and change equations 8-255 and 8-256 as follows.
qPICb = Clip3( −QpBdOffsetC, 51, QPY + cb_qp_offset) (8 255)
qPICr = Clip3( −QpBdOffsetC, 51, QPY + cr_qp_offset) (8 256)
QP’Cb = QPCb + QpBdOffsetC (8 257)
QP’Cr = QPCr + QpBdOffsetC (8 258)
Is this related to the following items from the H1003 open issues list?
What else is broken except chroma deblocking?