Custom query (1557 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 1557)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#17 wontfix harmonization of new arithmetic coders and signaling of window sizes lizhang
Description

Two issues found: 1) when VCEG_AZ05_MULTI_PARAM_CABAC, the adaptive window size introduced by VCEG_AZ07_BAC_ADAPT_WDOW is always disabled at the encoder side. Please refer to the function 'Void TEncBinCABAC::encodeBin()'.

2)parallel and sequential coding results are different with the following macro settings: VCEG_AZ07_BAC_ADAPT_WDOW 1 VCEG_AZ05_MULTI_PARAM_CABAC 0

#18 fixed Memory leak in JEM3.0rc1 decoder tpoirier
Description

Trivial fix in TDecCu.cpp (patch is attached)

Tangi

#20 fixed Bug in PDPC rate computation asaid
Description

In function 'TEncSearch::xEncIntraHeader', the function call inside macro COM16_C1046_PDPC_INTRA should be after the closing bracket (}), instead of before it.

With the bug, the function `m_pcEntropyCoder->encodePDPCIdx' is called only for non-intra slices, when the correct is that it should be called for all slices.

The bug's effect in coding performance is minor. A file with the corrected version is attached.

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