Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 105)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#17 fixed SPS layer ID should not be used for layer ID of slice Vadim adarsh
Description

In some places, the SPS layer ID is used instead of the slice layer ID, which could be wrong in many cases.

Attached ticket fixes this issue.

#18 fixed pps_extension_type_flag index jlchen Vadim
Description

For MV-HEVC/SHVC, the index of pps_extension_type_flag should be 1 instead of 0 marked with bold below.

pps_extension_flag if( pps_extension_flag ) {

for ( i = 0; i < 8; i++ )

pps_extension_type_flag[ i ]

if( pps_extension_type_flag[ 0 ] )

poc_reset_info_present_flag

if( pps_extension_type_flag[ 7 ] )

while( more_rbsp_data( ) )

pps_extension_data_flag

}

Also, it might be better to align the flag naming across MV-HEVC/SHVC and RExt extensions. Currently, it is pps_extension_flag and pps_extension_type_flag in MV-HEVC/SHVC, and pps_extension_present_flag and pps_extension_flag in RExt, respectively.

#19 fixed typo in SHVC text jlchen axink
Description

I came across the following type in the SHVC spec:

H.8.5 Decoding process for coding units coded in inter prediction mode The specifications in subclause F.8.5 apply with the following addtions.

This should be: The specifications in subclause F.8.5 apply with the following additions.

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