Opened 11 years ago Closed 11 years ago #10 closed defect (fixed)Derivation F-2 and F-3
Description
The derivation of VpsInterLayerSamplePredictionEnabled and VpsInterLayerMotionPredictionEnabled is not right in the text.
VpsInterLayerSamplePredictionEnabled[ i ][ j ] = direct_dependency_type[ i ][ j ] & 0x1 (F 2)
VpsInterLayerSamplePredictionEnabled and VpsInterLayerMotionPredictionEnabled shall also be true when direct_dependency_type[ i ][ j ] is equal to 0. Change history (3)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by jlchen
comment:3 Changed 11 years ago by jlchen
According to the below semantic of syntax element direct_dependency_type
The equations were modified as following in SHVC draft 5,
VpsInterLayerSamplePredictionEnabled[ i ][ j ] = ( direct_dependency_type[ i ][ j ] + 1 ) & 0x1 (F 3) Note: See TracTickets for help on using tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Milestone Draft Text 4 deleted