• Xiang Zhang's avatar
    geom/m49231: add support for non-cubic nodes with implicit qtbt · 667f9209
    Xiang Zhang authored and David Flynn's avatar David Flynn committed
    This adoption permits coding geometry with non-cubic bounding boxes.
    Since the depth of the tree remains constant for cubic and non-cubic
    bounding boxes with identical largest dimensions, quad-tree and
    binary-tree partitions are introduced to avoid coding 'fractional'
    positions.
    
    The following configuration options control the placement of non-octree
    partitions within the coding tree:
    
     --max_num_implicit_qtbt_before_ot
     --min_implicit_qtbt_size_log2
    667f9209