Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 96)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#111 fixed Log2MpiSubPbSizeMinus3 should be 0 in baseCfg_2view+depth.cfg tech Tomohiro Ikai
Description

About a 3D-HEVC cfg file, tags/HTM-15.1/cfg/3D-HEVC/baseCfg_2view+depth.cfg:

To use MPI as default in 2 view case, we should replace the value: Log2MpiSubPbSizeMinus3 : 3 with Log2MpiSubPbSizeMinus3 : 0

Note: 3 view case(baseCfg_3view+depth.cfg) or other cfg files seems correct.

#68 fixed MV clipping bug in the sub-PU MPI default MV generation tech jicheng
Description

In HTM11, there is a MV clipping operation in the sub-PU MPI default MV generation, which is obviously a bug and should be removed to align with the WD. (This kind of bug was previously solved by NTT_BUG_FIX_TK54, but here it is introduced again by MPI_SUBPU_DEFAULT_MV_H0077_H0099_H0111_H0133.)

In TComDataCU.cpp, line 4499, the following coded should be removed:

clipMv( cMv );
#85 fixed Memory leak tech tech
Description

Following arrays are not deleted in TEncTop.cpp:

#if MTK_LOW_LATENCY_IC_ENCODING_H0086_FIX

m_aICEnableCandidate = new Int[ 10 ]; m_aICEnableNum = new Int[ 10 ];

....

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