Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 96)

Ticket Resolution Summary Owner Reporter
#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

#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 ];

....

#86 fixed Memory leak tech tech
Description

Following object is not deleted in TDecCAVLC.cpp:

TComDLT* pcDLT = new TComDLT;

Note: See TracQuery for help on using queries.