Opened 12 years ago Closed 12 years ago #1021 closed defect (fixed)Possible error in Sample Adaptive Offset for disabling chroma filtering between slices
Description
In JCTVC-L1003_v24 "Coding tree block modification process" 8.7.3.2 the text constructs the modified sample locations in luma coordinates as
However, for a chroma sample at xSi=31 and hPos[k]==1 we would get
and so when we compute the expression
we will end up examining the same transform block as the current sample and so neither condition which disable filtering across slices would activate.
This will mean that the chroma would end up filtering across the slice edge even if slice_loop_filter_across_slices_enabled_flag is equal to 0. Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bbross
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 in current version v28.