Home
last modified time | relevance | path

Searched refs:ConfigVec (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator.h88 typedef std::vector<size_t> ConfigVec; typedef
108 ConfigVec FindOptimalConfiguration(size_t max_size, size_t penalty);
114 void CalcMinMax(const ConfigVec& config, int* min_size, int* max_size) const;
Dvp8_partition_aggregator_unittest.cc95 const Vp8PartitionAggregator::ConfigVec& opt_config, in VerifyConfiguration()
105 const Vp8PartitionAggregator::ConfigVec& opt_config, in VerifyMinMax()
139 Vp8PartitionAggregator::ConfigVec opt_config = in TEST()
171 Vp8PartitionAggregator::ConfigVec opt_config = in TEST()
189 Vp8PartitionAggregator::ConfigVec opt_config = in TEST()
Dvp8_partition_aggregator.cc176 Vp8PartitionAggregator::ConfigVec
182 ConfigVec config_vector(num_partitions_, 0); in FindOptimalConfiguration()
196 void Vp8PartitionAggregator::CalcMinMax(const ConfigVec& config, in CalcMinMax()
Drtp_format_vp8.cc433 Vp8PartitionAggregator::ConfigVec optimal_config = in AggregateSmallPartitions()