Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 96)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#40 fixed Wrong layer_id in decoded picture hash SEI (decoded picture hash doesn't work) tech Tomohiro Ikai
Description

The decoder picture hash doesn't work in enhancement layer.

This is because encoder always send the decoded picture hash SEI with nal_layer_id equal to 0. The decoder decodes the SEI in enhancement layer but interprets that is associated with base layer.

A patch is attached.

#41 fixed problem in cross-references tech lizhang
Description

The sub-clause H.8.5.2.2.5 (i.e., Illumination compensated sample prediction process) is never invoked.

#42 fixed typo in the syntax table of coding_unit tech lizhang
Description

The following line in coding_unit

if( !no_residual_syntax_flag && !inter_sdc_flag )

should be replaced by

if( no_residual_syntax_flag && !inter_sdc_flag )

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