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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.h 55 void set_max_parent_size(int size) { max_parent_size_ = size; }
76 int max_parent_size_; member in class:webrtc::PartitionTreeNode
vp8_partition_aggregator.cc 29 max_parent_size_(0),
56 cost = std::max(max_parent_size_, this_size_) -
59 cost = std::max(max_parent_size_, this_size_) - min_parent_size_;
75 children_[kLeftChild]->set_max_parent_size(max_parent_size_);
88 std::max(max_parent_size_, this_size_));

Completed in 558 milliseconds