Opened 12 years ago Closed 12 years ago #656 closed defect (fixed)Access Invalid index of MinTbAddrZS
Description
In 7.4.2.3 Picture parameter set RBSP semantics, indexes of array MinTbAddrZS are defined inside picture boundary. 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
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
|
I fixed this by conditioning the derivation of minBlockAddrN like this:
"The minimum luma block address in z-scan order minBlockAddrN of the block covering the location ( xN, yN ) is derived as follows.
– If one or more of the following conditions are true, minBlockAddrN is set to −1.
– Otherwise (xN and yN are inside picture boundaries),
Then, the condition "minBlockAddrN is less than 0" will make sure that availableN is set to FALSE.
This will be fixed in JCTVC-K0030_v3 (to be released).