Home
last modified time | relevance | path

Searched refs:CreateRootNode (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator_unittest.cc22 PartitionTreeNode::CreateRootNode(kVector, kNumPartitions); in TEST()
35 PartitionTreeNode::CreateRootNode(kVector, kNumPartitions); in TEST()
53 PartitionTreeNode::CreateRootNode(kVector, kNumPartitions); in TEST()
84 PartitionTreeNode::CreateRootNode(kVector, kNumPartitions); in TEST()
Dvp8_partition_aggregator.cc38 PartitionTreeNode* PartitionTreeNode::CreateRootNode(const size_t* size_vector, in CreateRootNode() function in webrtc::PartitionTreeNode
160 root_ = PartitionTreeNode::CreateRootNode(size_vector_, num_partitions_); in Vp8PartitionAggregator()
Dvp8_partition_aggregator.h32 static PartitionTreeNode* CreateRootNode(const size_t* size_vector,