HomeSort by relevance Sort by last modified time
    Searched refs:min_parent_size_ (Results 1 - 2 of 2) 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; }
78 int min_parent_size_; member in class:webrtc::PartitionTreeNode
vp8_partition_aggregator.cc 30 min_parent_size_(std::numeric_limits<int>::max()),
56 std::min(min_parent_size_, this_size_int());
58 cost = std::max(max_parent_size_, this_size_int()) - min_parent_size_;
73 children_[kLeftChild]->set_min_parent_size(min_parent_size_);
85 std::min(min_parent_size_, this_size_int()));

Completed in 205 milliseconds