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

  /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;
  /external/v8/src/
interface.cc 164 int this_size = this->exports_ == NULL ? 0 : this->exports_->occupancy(); local
166 if (that->IsFrozen() && this_size > that_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...]
  /art/compiler/dex/
type_inference.cc 636 size_t this_size = (is_static ? 0u : 1u); local
638 size_t size = this_size + param_size;
645 param_types[this_size + i] = Type::DexType(dex_file, type_idx);
    [all...]

Completed in 144 milliseconds