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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.cc 26 this_size_(this_size),
56 cost = std::max(max_parent_size_, this_size_) -
57 std::min(min_parent_size_, this_size_);
59 cost = std::max(max_parent_size_, this_size_) - min_parent_size_;
68 if (this_size_ + size_vector_[0] <= max_size) {
74 this_size_ + size_vector_[0]);
81 if (this_size_ > 0) {
88 std::max(max_parent_size_, this_size_));
90 std::min(min_parent_size_, this_size_));
vp8_partition_aggregator.h 60 int this_size() const { return this_size_; }
73 int this_size_; member in class:webrtc::PartitionTreeNode

Completed in 80 milliseconds