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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.h 88 typedef std::vector<size_t> ConfigVec;
108 ConfigVec FindOptimalConfiguration(size_t max_size, size_t penalty);
114 void CalcMinMax(const ConfigVec& config, int* min_size, int* max_size) const;
vp8_partition_aggregator_unittest.cc 95 const Vp8PartitionAggregator::ConfigVec& opt_config,
105 const Vp8PartitionAggregator::ConfigVec& opt_config,
139 Vp8PartitionAggregator::ConfigVec opt_config =
171 Vp8PartitionAggregator::ConfigVec opt_config =
189 Vp8PartitionAggregator::ConfigVec opt_config =
vp8_partition_aggregator.cc 176 Vp8PartitionAggregator::ConfigVec
182 ConfigVec config_vector(num_partitions_, 0);
196 void Vp8PartitionAggregator::CalcMinMax(const ConfigVec& config,
rtp_format_vp8.cc 433 Vp8PartitionAggregator::ConfigVec optimal_config =

Completed in 544 milliseconds