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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.cc 55 cost = std::max(max_parent_size_, this_size_int()) -
56 std::min(min_parent_size_, this_size_int());
58 cost = std::max(max_parent_size_, this_size_int()) - min_parent_size_;
83 std::max(max_parent_size_, this_size_int()));
85 std::min(min_parent_size_, this_size_int()));
vp8_partition_aggregator.h 69 int this_size_int() const { return static_cast<int>(this_size_); } function in class:webrtc::PartitionTreeNode

Completed in 418 milliseconds