Home
last modified time | relevance | path

Searched refs:this_size (Results 1 – 8 of 8) 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/test/
Dvpxenc.sh434 local this_size=0
453 this_size=$(stat -c '%s' "${output}")
454 if [ "${this_size}" -lt "${last_size}" ]; then
456 echo "${this_size}" " < " "${last_size}"
459 last_size="${this_size}"
/external/tensorflow/tensorflow/core/lib/strings/
Dstrcat.cc129 const size_t this_size = piece.size(); in CatPieces() local
130 memcpy(out, piece.data(), this_size); in CatPieces()
131 out += this_size; in CatPieces()
156 const size_t this_size = piece.size(); in AppendPieces() local
157 memcpy(out, piece.data(), this_size); in AppendPieces()
158 out += this_size; in AppendPieces()
/external/libaom/libaom/av1/common/
Dscale.c43 static int get_fixed_point_scale_factor(int other_size, int this_size) { in get_fixed_point_scale_factor() argument
48 return ((other_size << REF_SCALE_SHIFT) + this_size / 2) / this_size; in get_fixed_point_scale_factor()
/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()
/external/u-boot/fs/yaffs2/
Dyaffs_yaffs2.c1156 loff_t this_size = (oh) ? in yaffs2_scan_chunk() local
1174 this_size = 0; in yaffs2_scan_chunk()
1180 this_size) in yaffs2_scan_chunk()
1182 this_size; in yaffs2_scan_chunk()