Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 96)

Ticket Resolution Summary Owner Reporter
#86 fixed Memory leak tech tech
Description

Following object is not deleted in TDecCAVLC.cpp:

TComDLT* pcDLT = new TComDLT;

#87 fixed Memory leak tech tech
Description

For some reasons

m_pbUseDDD = (Bool* ) xMalloc( Bool, uiNumPartition);

is not freed at the decoder, although

if ( m_pbUseDDD ) { xFree(m_pbUseDDD); m_pbUseDDD = NULL; }

is present in code.

#88 fixed Missing part_mode binaryzation when quad-tree limitation enabled tech Tomohiro Ikai
Description

When lim_qt_pred_flag is equal to 1, the quad-tree limitation is used. Then the modified part_mode binaryzation and PartMode derivation is used.

The latest spec (JCT3V-I1001_v3) defines the PartMode derivation part's modification (Table I 3 – Name association to prediction mode and partitioning type). However part_mode binaryzation's modification seems missing in the spec as follows:

I.9.3.3.6 Binarization process for part_mode The specifications in subclause 9.3.3.6 apply.

Note: See TracQuery for help on using queries.