Home
last modified time | relevance | path

Searched defs:PartitionTreeNode (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/utils/
Dtypes.h530 struct PartitionTreeNode { struct
532 PartitionTreeNode(int row4x4, int column4x4, BlockSize block_size) in PartitionTreeNode() argument
534 int row4x4 = -1;
535 int column4x4 = -1;
536 BlockSize block_size = kBlockInvalid;