Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 1442)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#775 fixed wrong subclause reference bbross jeromnhsu
Description

in 8.7.2.4.1 and 8.7.2.4.2 reference to subclause 0 should be changed to subclause 8.7.2.4.4

#712 fixed wrong initValue for split_transform_flag ctxIdx louis.lee
Description

according to DRAFT8, Table 9-22, there is 9 CABAC init context elements for split_transform_flag like below, {153, 138, 138, 124, 138, 94, 224, 167, 122} and the ctxIdxOffset is 0,3,6 for each initType 0,1,2.

But in HM, for every initType(0,1,2), init value written like below

static const UChar INIT_TRANS_SUBDIV_FLAG[3][NUM_TRANS_SUBDIV_FLAG_CTX] = {

{ 153, 138, 138, }, { 124, 138, 94, }, { 224, 167, 122, },

};

Because of SLICE_TYPE_ORDER in previous HM, I think that we need to reorder this array..

#1015 fixed wrong flag in figure 9-4 bbross PhuongNguyen
Description

In the figure 9-4, dependent_slice_segment_flag should be replaced by dependent_slice_segments_enabled_flag.

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