Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 96)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#24 fixed cabac ctx initialization error for edge_Intra and SDC tech hongbin.liu
Description

In HTM-6.1 ContextTables.h, Following array including INIT_EDGE_INTRA, INIT_EDGE_INTRA_DELTA_DC, INIT_SDC_FLAG, INIT_SDC_RESIDUAL_FLAG, INIT_SDC_SIGN_FLAG, INIT_SDC_RESIDUAL and INIT_SDC_PRED_MODE should be defined as "static const UChar" instead of "static const Short"

#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

#27 fixed Obsolete IC process in new MPI tech Tomohiro Ikai
Description

Due to JCT3V-C0137 adoption, which changes implicit motion inheritance to explit merge mode, the derivation process anyIvRefPicFlag for depth was obsolete. Specifically, the result of depth's anyIvRefPicFlag derivation is equal to the result of texture's anyIvRefPicFlag derivation.

I talked this part with the original IC proponent and they confirmed this part is obsolete and agreed that this part's removal.

While basically this change is editorial change, HTM also needs to be fixed.

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