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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.h 56 void set_min_parent_size(int size) { min_parent_size_ = size; } function in class:webrtc::PartitionTreeNode
vp8_partition_aggregator.cc 73 children_[kLeftChild]->set_min_parent_size(min_parent_size_);
84 children_[kRightChild]->set_min_parent_size(
172 root_->set_min_parent_size(min_size);
vp8_partition_aggregator_unittest.cc 55 root->set_min_parent_size(300);

Completed in 174 milliseconds