Changes between Initial Version and Version 1 of Ticket #429, comment 2


Ignore:
Timestamp:
7 Aug 2019, 13:45:15 (5 years ago)
Author:
adamjw
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #429, comment 2

    initial v1  
    11As 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.
     2The 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.