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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.cc 24 size_t this_size)
26 this_size_(this_size),
207 size_t this_size = 0; local
210 this_size += size_vector_[j];
214 if (this_size < static_cast<size_t>(*min_size)) {
215 *min_size = this_size;
217 if (this_size > static_cast<size_t>(*max_size)) {
218 *max_size = this_size;
vp8_partition_aggregator.h 29 size_t this_size);
60 size_t this_size() const { return this_size_; } function in class:webrtc::PartitionTreeNode
vp8_partition_aggregator_unittest.cc 39 EXPECT_EQ(3u, root->left_child()->this_size());
40 EXPECT_EQ(2u, root->right_child()->this_size());
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_scale.c 28 static int get_fixed_point_scale_factor(int other_size, int this_size) {
33 return (other_size << REF_SCALE_SHIFT) / this_size;
  /ndk/sources/host-tools/make-3.81/
alloca.c 329 long this_size; /* Size of this block (does not include member in struct:stk_trailer
386 size = trailer->this_size;
406 if (trailer->this_size <= 0)
408 result += trailer->this_size;
  /toolchain/binutils/binutils-2.25/libiberty/
alloca.c 312 long this_size; /* Size of this block (does not include member in struct:stk_trailer
369 size = trailer->this_size;
389 if (trailer->this_size <= 0)
391 result += trailer->this_size;
  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 29 static int get_fixed_point_scale_factor(int other_size, int this_size) {
34 return (other_size << REF_SCALE_SHIFT) / this_size;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c 1085 int this_size; local
1089 this_size = this_try->opcode->how & SN;
1258 else if (this_size != size && (this_size != SN && size != SN))
    [all...]
tc-xtensa.c 3087 int this_size = 0; local
3133 int this_size = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ieee.c 1628 bfd_vma this_size; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 2449 uint64_t this_size; local
    [all...]

Completed in 391 milliseconds