HomeSort by relevance Sort by last modified time
    Searched refs:CreateRootNode (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator_unittest.cc 22 PartitionTreeNode::CreateRootNode(kVector, kNumPartitions);
35 PartitionTreeNode::CreateRootNode(kVector, kNumPartitions);
53 PartitionTreeNode::CreateRootNode(kVector, kNumPartitions);
84 PartitionTreeNode::CreateRootNode(kVector, kNumPartitions);
vp8_partition_aggregator.h 32 static PartitionTreeNode* CreateRootNode(const size_t* size_vector,
vp8_partition_aggregator.cc 38 PartitionTreeNode* PartitionTreeNode::CreateRootNode(const size_t* size_vector,
160 root_ = PartitionTreeNode::CreateRootNode(size_vector_, num_partitions_);

Completed in 208 milliseconds