Opened 5 years ago
Closed 5 years ago
#475 closed defect (fixed)
SPS-PPS dependency on log2_transform_skip_max_size_minus2
Reported by: | ksuehring | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | spec | Version: | VVC D6 vE |
Keywords: | Cc: | ksuehring, bbross, XiangLi, fbossen, jvet@… |
Description (last modified by ksuehring)
While HLS experts resolved dependencies in one room, low-level experts added a new dependency in another room:
if( sps_transform_skip_enabled_flag ) log2_transform_skip_max_size_minus2
Can be resolved by putting both syntax elements into the same parameter set.
Alternatively the size could be sent unconditionally.
Change history (3)
comment:1 Changed 5 years ago by ksuehring
- Description modified (diff)
comment:2 Changed 5 years ago by yk
comment:3 Changed 5 years ago by yk
- Resolution set to fixed
- Status changed from new to closed
Since there was no proposal for this, I simply fixed this in a simpler way, by signalling log2_transform_skip_max_size_minus2 unconditionally.
Note: See TracTickets for help on using tickets.
To me it'd be good if a proposal is submitted, such that we can have a formal decision on which way to go for the fix.