Home
last modified time | relevance | path

Searched refs:largest_partition_size_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator.cc151 largest_partition_size_(0) { in Vp8PartitionAggregator()
157 largest_partition_size_ = in Vp8PartitionAggregator()
158 std::max(largest_partition_size_, size_vector_[i]); in Vp8PartitionAggregator()
180 assert(max_size >= largest_partition_size_); in FindOptimalConfiguration()
Dvp8_partition_aggregator.h131 size_t largest_partition_size_; variable