Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (88 - 90 of 96)

Ticket Resolution Summary Owner Reporter
#100 fixed num_extra_slice_header_bits is not set correctly by the encoder. tech tech
Description

num_extra_slice_header_bits is set equal to 3 by the encoder, although only values in the range of 0 to 2 are allowed.

#101 fixed Camera parameters are not present in slice headers of pictures in depth layers tech tech
Description

Camera parameters are not present in slice headers of pictures in depth layers, but derived from texture.

However, according to the specification, they should be.

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