Opened 12 years ago Closed 12 years ago #736 closed defect (fixed)"quantization group" not defined in 8.6.1
Description
Likely meant to be tied to the coded_sub_block_flag construction in 7.4.12 and lastSubBlock in 7.3.13. 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
Suggested improvement:
This will be fixed in JCTVC-K0030_v5. 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
|
Could you elaborate a bit more on how a quantization group is tied to coded_sub_block_flag semantics and the variable lastSubBlock in residual_coding syntax?
My quick first suggestion of a definition of a quantization group would be:
"The luma location ( xQG, yQG ), specifies the top-left luma sample of the current quantization group relative to the top left luma sample of the current picture. The horizontal and vertical positions xQG and yQG are set equal to ( xC − ( xC & ((1 << Log2MinCuQPDeltaSize) − 1) ) ) and ( yC − ( yC & ((1 << Log2MinCuQPDeltaSize) − 1) ) ), respectively. The luma size of a quantization group, Log2MinCuQPDeltaSize, determines the area inside a coding tree block that shares the same QP."
But I am open for improved definitions.