Opened 10 years ago Last modified 10 years ago #78 new defectDLT for full (256 levels) depth maps
Description
In case of Bee sequences which have 256 different depth levels present in the depth maps, DLT is defected. In particular variable uiNumDepthValues_coded is equal 256 which is 9 bit. Change history (4)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by fabianjaegercomment:3 Changed 10 years ago by tech
According to the spec text the name of the syntax element is num_entry and should have a size of u(v) = pps_bit_depth_for_depth_views_minus8 + 8 bit. The software should be aligned with this. Moreover, there are further hard-coded values/conditions in the software that only match the spec under CTC. This should be fixes by the proponent. comment:4 Changed 10 years ago by tech
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
|
Wouldn't it make more sense to code a symbol "uiNumDepthValues_coded_minus1" with 8 bit?