Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 96)

Ticket Resolution Summary Owner Reporter
#93 fixed encoder does not set vertical constraint flag tech bugdayci
Description

The random access hierarchical B case (random access 3-view case, IBP cfg. MV-HEVC or MV-HEVC plus depth) is not encoded correctly. Vertical constraint that applies to the P view (for both texture and depth of this P view) is not set and the disparity vector search range is not checked accordingly.

#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.

#105 fixed layer_set_idx_for_ols_minus1[i] code length calculation diff between spec description and HTM code implementation tech dechang
Description

This syntax use u(v) to code.

  • Spec description: code length should be Ceil(Log2(NumLayerSets - 1))
  • HTM implementation: Ceil(Log2(NumLayerSets ))

Influence:

  • VPS high level syntax

We can always handle this potential problem due to SW implementation, no HW related.

Note: See TracQuery for help on using queries.