Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 96)

Ticket Resolution Summary Owner Reporter
#57 fixed A bug for dbbp_flag signalization in 3D-HEVC Draft tech XianguoZhang
Description

A bug is found in 3D-HEVC Draft Text 7, JCT3V-G1001_v1.doc. Generally speaking, the current text signalizes dbbp_flag with "u(1)", however in HTM10, a quite reasonable approach of "ae(v)" with 1 context is utilized to signalize dbbp_flag. It seems to be an editing bug. The next version(v2) of JCT3V-G1001 should accord with the software. Also, there should be an additional table for "Values of initValue for dbbp_flag ctxIdx" and additional row for dbbp_flag in Table I-12, I-21 and I-23.

#58 fixed Mismatch between WD and Software for the coding of "depth_dc_flag" tech ewchen
Description

In the reference software HTM-10.0r1, two contexts are used to code "depth_dc_flag" according to the number of segments. However, in the WD, only one context is used to code "depth_dc_flag".

#61 fixed layerIdsInSets size check tech kkawamura
Description

vps_max_layers_minus1 shall be less then 63 in JCT3V-G1004_v6. m_layerIdsInSets[lsIdx].size() shall be less than 64. The HTM-10.2 confirms the error condition like size() >= 63. An expected error condition is size() > 63.

Proposed patch is attached.

Note: See TracQuery for help on using queries.