Changes between Initial Version and Version 1 of Ticket #429, comment 2
- Timestamp:
- 7 Aug 2019, 13:45:15 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #429, comment 2
initial v1 1 1 As far as I remember, this constraint is not really directly connected to the actual allowed MaxTbSize, but rather the VPDU size (which is fixed as 64, or MAX_TB_SIZEY). So I think the software actually represents the intended behavior and this should be fixed in the spec to match 64. 2 The canSplit function for TU_MAX_TR_SPLIT correctly respects the now variable maximal transform size, so if a block is larger than the maximal allowed transform size, it would be sub-split into smaller TUs. There is no reason to restrict BT/TT splits depending on maximal allowed transform size.