Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 96)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#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.

#26 fixed Minor bug fix with VSP code, not affecting CTC tech dong.tian
Description

Thanks to Shinya for spotting the bug. The fix is verified under CTC and no impacts on anchor results.

Line 3560 of TEncSearch.cpp (HTM v6.0) is

motionCompensation( pcCU, pcYuvPred, pcCU->getZorderIdxInCU(), REF_PIC_LIST_1, iPartIdx );

It should be fixed to

motionCompensation( pcCU, pcYuvPred, pcCU->getZorderIdxInCU(), eRefPicList, iPartIdx );

-Dong

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.