Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 96)

Ticket Resolution Summary Owner Reporter
#44 fixed Missing of splitFlag definition for DoNBDV and VSP tech Tomohiro Ikai
Description

The process "H.8.5.4 Derivation process for disparity vectors" uses splitFlag. But the input definition of splitFlag seems missing and DoNBDV and VSP process doesn't set the value of splitFlag on calling H.8.5.4.

Fixed WD is attached(same change as WD of JCT3V-E0207).

#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

#46 fixed Problem of all zero residual method in intra-picture tech jinheo
Description

I found a bug on A0087 document in HTM reference SW version 8.1 as well as 8.0. In the document, all zero residual method is only applied to inter-picture of depth. However, the method is only applied to intra-picture in both 3D-HTMv8.0 and v8.1.

Line 2995 of TEncSearch.cpp (HTM8.0) is bTestZeroResi |= pcCU->getSlice()->getIsDepth() && pcCU->getSlice()->isIRAP(); It should be fixed to bTestZeroResi |= pcCU->getSlice()->getIsDepth() && !pcCU->getSlice()->isIRAP(); It affects the coding performance of AI and CTC.

Note: See TracQuery for help on using queries.