Changes between Initial Version and Version 1 of Ticket #1303, comment 2
- Timestamp:
- 14 Aug 2020, 19:01:10 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1303, comment 2
initial v1 6 6 Accordingly, in 8.7.5.3, it should read: 7 7 8 – tu_cb_coded_flag [ xCurr '''* SubWidthC''' ][ yCurr '''* SubHeightC''' ] is equal to 0, and tu_cr_coded_flag [ xCurr ][ yCurr] is equal to 0 and cu_act_enabled_flag[ xCurr * SubWidthC ][ yCurr * SubHeightC ] is equal to 0.8 – tu_cb_coded_flag [ xCurr '''* SubWidthC''' ][ yCurr '''* SubHeightC''' ] is equal to 0, and tu_cr_coded_flag [ xCurr '''* SubWidthC''' ][ yCurr '''* SubHeightC''' ] is equal to 0 and cu_act_enabled_flag[ xCurr * SubWidthC ][ yCurr * SubHeightC ] is equal to 0. 9 9 10 10 I also noticed that there are only a few occurrences of "subHeightC" and "subWidthC" but more than 200 each of "SubHeightC" and "SubWidthC", so I conclude that the upper-case writing is the correct one. Which means equation (1188) in 8.7.5.1 should be corrected as well.