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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.cc 24 int this_size)
26 this_size_(this_size),
209 int this_size = 0; local
212 this_size += size_vector_[j];
216 if (this_size < *min_size) {
217 *min_size = this_size;
219 if (this_size > *max_size) {
220 *max_size = this_size;
vp8_partition_aggregator.h 29 int this_size);
60 int this_size() const { return this_size_; } function in class:webrtc::PartitionTreeNode
vp8_partition_aggregator_unittest.cc 39 EXPECT_EQ(3, root->left_child()->this_size());
40 EXPECT_EQ(2, root->right_child()->this_size());
  /external/chromium_org/third_party/libvpx/source/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;
  /external/chromium_org/v8/src/
interface.cc 170 int this_size = this->exports_ == NULL ? 0 : this->exports_->occupancy(); local
172 if (that->IsFrozen() && this_size > that_size) {
  /external/libvpx/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;
  /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;
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 317 long this_size; /* Size of this block (does not include member in struct:stk_trailer
374 size = trailer->this_size;
394 if (trailer->this_size <= 0)
396 result += trailer->this_size;
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTrampolineHandler.cpp 368 lldb::addr_t this_size = m_descriptors[i + 1].code_start - m_descriptors[i].code_start; local
370 code_size = this_size;
373 if (this_size != code_size)
375 if (this_size > code_size)
376 code_size = this_size;
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/
libgcc_eh.a     [all...]

Completed in 653 milliseconds