Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 96)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#43 fixed editorial changes related to tech lizhang
Description

In H.7.4.9.3, x-0 should be replaced by x0 in the sentence 'edge_dc_flag[ x0 ][ y0 ] equal to 1 specifies that edge_dc_abs[ x0 ][ y0 ][ i ] and edge_dc_sign_flag[ x-0 ][ y0 ][ i ] are present'.

#50 fixed delete problems in HTM9.0 tech jicheng
Description

In HTM9.0, the following code in TDecCU.cpp (490), TDecEntropy.cpp(404), TEncCU.cpp(2096), and TEncSearch.cpp(4494)

delete pcMvFieldSP; delete puhInterDirSP;

should be modified as

delete [] pcMvFieldSP; delete [] puhInterDirSP;

#51 fixed curAvailableFlag in Derivation process for a sub prediction block temporal inter-view motion vector candidate tech jicheng
Description

In section H.8.5.3.2.16 Derivation process for a sub prediction block temporal inter-view motion vector candidate of JCT3V-F1001_v4, the sentence: – The variable curAvailableFlag is set equal to ( spRefIdxL0[ xBlk ][ yBlk ] | | spRefIdxL1[ xBlk ][ yBlk ] ). should be modified as – The variable curAvailableFlag is set equal to ( spPredFlagL0[ xBlk ][ yBlk ] | | spPredFlagL1[ xBlk ][ yBlk ] ).

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