Custom query (96 matches)
Results (28 - 30 of 96)
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
.... |
|||
#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.