Opened 13 years ago Closed 13 years ago #365 closed defect (fixed)on enable_temporal_mvp_flag
Description
(actual version dK)
7.4.2.2
enable_temporal_mvp_flag equal to 0 together with temporal_id equal to 0 also indicates that the marking process will occur before decoding the first picture with an output order greater than the current non-TMVP picture.
should be
enable_temporal_mvp_flag equal to 0 together with temporal_id equal to 0 also indicates that the marking process will occur before decoding the current non-TMVP picture.
to match the decoding process specified in 8.3.5. Change History (3)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 13 years ago by bbross
comment:3 Changed 13 years ago by bbross
Fixed in JCTVC-I1003 d4. 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
|
In d7 HLS text, this flag is replaced by sps_temporal_mvp_enable_flag and pic_temporal_mvp_enable_flag.
New semantics is:
"When both pic_temporal_mvp_enable_flag and temporal_id are equal to 0, all coded pictures that follow the current picture in decoding order shall not use temporal motion vector vectors from any picture that precedes the current picture in decoding order."