Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator.cc24 size_t this_size) in PartitionTreeNode() argument
26 this_size_(this_size), in PartitionTreeNode()
207 size_t this_size = 0; in CalcMinMax() local
210 this_size += size_vector_[j]; in CalcMinMax()
214 if (this_size < static_cast<size_t>(*min_size)) { in CalcMinMax()
215 *min_size = this_size; in CalcMinMax()
217 if (this_size > static_cast<size_t>(*max_size)) { in CalcMinMax()
218 *max_size = this_size; in CalcMinMax()
Dvp8_partition_aggregator.h29 size_t this_size);
60 size_t this_size() const { return this_size_; } in this_size() function
Dvp8_partition_aggregator_unittest.cc39 EXPECT_EQ(3u, root->left_child()->this_size()); in TEST()
40 EXPECT_EQ(2u, root->right_child()->this_size()); in TEST()
/external/libvpx/libvpx/vp9/common/
Dvp9_scale.c29 static int get_fixed_point_scale_factor(int other_size, int this_size) { in get_fixed_point_scale_factor() argument
34 return (other_size << REF_SCALE_SHIFT) / this_size; in get_fixed_point_scale_factor()