Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/utils/
Dtypes.h510 struct PartitionTreeNode { struct
512 PartitionTreeNode(int row4x4, int column4x4, BlockSize block_size) in PartitionTreeNode() function
514 int row4x4 = -1;
515 int column4x4 = -1;
516 BlockSize block_size = kBlockInvalid;