Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/utils/
H A Dtypes.h507 struct PartitionTreeNode { struct
509 PartitionTreeNode(int row4x4, int column4x4, BlockSize block_size) in PartitionTreeNode() argument
511 int row4x4 = -1;
512 int column4x4 = -1;
513 BlockSize block_size = kBlockInvalid;