Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 1442)

Ticket Resolution Summary Owner Reporter
#1417 fixed boundary filtering condition for Intra DC mode pevsikov
Description

HM16.6+SCM5.2 performs incorrect reconstruction on INTRA_DC blocks when implicit_rdpcm_enabled_flag equal 1 and cu_transquant_bypass_flag equal 1

Boundary filter in Intra DC mode should be disabled only when sps.intra_boundary_filtering_disabled_flag is equal 1.

#1416 fixed Two SEI messages missing in table D.1 jonatan
Description

In JCTVC-U1005-v2, two of the new SEI messages are missing in table D.1 - Persistence scope of SEI messages; Dependent RAP indication SEI message and Coded region completion SEI message.

For the Dependent RAP indication SEI message the persistence scope should be "The access unit containing the SEI message".

#1415 fixed tsShift calculation with extended_precision_processing_flag Vadim
Description

Currently, transform skip shift is calculated as follows:

tsShift = ( extended_precision_processing_flag ? Min( 5, bdShift − 2 ) : 5 ) + Log2( nTbS )	(8-300)

and seems there is no dependency on extended_precision_processing_flag, since

bdShift = Max( 20 − bitDepth, extended_precision_processing_flag ? 11 : 0 )	(8-299)

and bdShift is equal at least to 11 when extended_precision_processing_flag is enabled, so Min( 5, bdShift − 2 ) will be equal to 5.

Then, spec can be simplified as

tsShift = 5 + Log2( nTbS )

or I missed something?

Note: See TracQuery for help on using queries.