Changes between Version 1 and Version 2 of Ticket #1428, comment 1
- Timestamp:
- 19 Feb 2021, 20:25:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1428, comment 1
v1 v2 7 7 Using "Otherwise" is a bit tricky as the first sentence applies to both lists 0 and 1, while the second sentence applies to list 1 only. 8 8 9 We suggest to add "sps_num_ref_pic_lists[ 1 ] is greater than 0" as a third condition to the second sentence, i.e., change it to be as follows:9 We suggest to add "sps_num_ref_pic_lists[ 1 ] is greater than 1" as a third condition to the second sentence, i.e., change it to be as follows: 10 10 11 When rpl_sps_flag[ 1 ] is equal to 1, pps_rpl1_idx_present_flag is equal to 0,''''' and sps_num_ref_pic_lists[ 1 ] is greater than 0,''''' the value of rpl_idx[ 1 ] is inferred to be equal to rpl_idx[ 0 ].11 When rpl_sps_flag[ 1 ] is equal to 1, pps_rpl1_idx_present_flag is equal to 0,''''' and sps_num_ref_pic_lists[ 1 ] is greater than 1,''''' the value of rpl_idx[ 1 ] is inferred to be equal to rpl_idx[ 0 ]. 12 12 13 13 Please let us know if there is a better change.