Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 96)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#63 fixed Global variable for low delay ic tech tech
Description

Due to style guide, global variables should be avoided. Hence following variables need to be removed:

extern UInt g_aICEnableCANDIDATE[ 10 ]; extern UInt g_aICEnableNUM[ 10 ]; extern Int g_lastlayer;

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

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