Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 96)

Ticket Resolution Summary Owner Reporter
#45 fixed IBP configuration for HTM 8.1 tech dong.tian
Description

Some parameters in gopCfg_IBP_3view+depth.cfg seems incorrect, which would lead an encoder crash. The correction below is suggested:

ViewId : 0 0 2 2 1 1 => ViewId : 0 2 1

In addition, ProfileLevelTierIdx is not relevant to the crash, correction below is more have it aligned with PIP case.

ProfileLevelTierIdx : 0 0 0 0 0 0 0 => ProfileLevelTierIdx : 0 0 0 0 0 0 0 0

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

#106 fixed Inter-view bi-prediction mismatch with identical motion tech dechang
Description
  • Inter-view bi-prediction mismatch with identicalMotion Mismatch case conditions: V2 are bi-predicted from V0 and V1. (V0->V2<-V1) No Weighted Bi prediction is used. Forward MV0 is equal to backward MV1. RefPOCL0 is equal to RefPOCL1

Influence:

2 views beyond (such as 3 views) If we only target 2 views, we can ignore this potential bug.

Note: See TracQuery for help on using queries.