Opened 12 years ago Closed 12 years ago #740 closed enhancement (duplicate)8.6.1 : qPy_prev derivation when entropy_coding_sync_enalbed_flag = 1 is incorrect
Description
In chapter 8.6.1 : Derivation process for quantization parameters, the following condition to derive of qPY_prev is incorrect :
"The current quantization group is the first quantization group in a coding tree block row and entropy_coding_sync_enabled_flag is equal to 1." (taking into account ticket #721)
According to entropy_coding_sync_enabled_flag definition :
"entropy_coding_sync_enabled_flag equal to 1 specifies that a specific synchronization process for context variables is invoked before decoding the first coding tree block of a row of coding tree blocks in each tile..."
the condition should be :
The current quantization group is the first quantization group in a coding tree block row of a tile and entropy_coding_sync_enabled_flag is equal to 1. Change History (10)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bbross
comment:3 Changed 12 years ago by bbross
comment:4 Changed 12 years ago by bbross
comment:5 Changed 12 years ago by bbross
comment:6 Changed 12 years ago by bbross
comment:7 Changed 12 years ago by bbross
comment:8 Changed 12 years ago by bbross
comment:9 Changed 12 years ago by bbross
comment:10 Changed 12 years ago by bbross
Closed as duplicate of #659. 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
|
This is related to #659 and given that we have only one profile with the following constraint, the current draft text is correct.
"– Picture parameter sets shall have tiles_enabled_flag && entropy_coding_sync_enabled_flag equal to 0."
In both cases we should first add a note saying that this does not work for the case where tiles_enabled_flag=1 and entropy_coding_sync_enabled_flag=1.
Furthermore, this is related to the work of AhG4 on high-level parallelism.