Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 96)

Ticket Resolution Summary Owner Reporter
#58 fixed Mismatch between WD and Software for the coding of "depth_dc_flag" tech ewchen
Description

In the reference software HTM-10.0r1, two contexts are used to code "depth_dc_flag" according to the number of segments. However, in the WD, only one context is used to code "depth_dc_flag".

#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

#35 fixed Same variable refIdxLX appears in both input and output arg lists tech dong.tian
Description

In sub-clause H.8.5.2.1.10, same variable refIdxLX appears in both input and output arg lists.

Note: See TracQuery for help on using queries.