HomeSort by relevance Sort by last modified time
    Searched defs:hs (Results 26 - 50 of 60) sorted by null

12 3

  /external/libvorbis/lib/
block.c 185 int hs; local
188 hs=ci->halfrate_flag;
203 mdct_init(b->transform[0][0],ci->blocksizes[0]>>hs);
204 mdct_init(b->transform[1][0],ci->blocksizes[1]>>hs);
687 int hs; local
693 hs=ci->halfrate_flag;
695 v->centerW=ci->blocksizes[1]>>(hs+1);
696 v->pcm_current=v->centerW>>hs;
724 int hs=ci->halfrate_flag; local
744 int n=ci->blocksizes[v->W]>>(hs+1)
936 int hs=ci->halfrate_flag; local
1011 int hs=ci->halfrate_flag; local
    [all...]
vorbisfile.c 2201 int n1,n2,ch1,ch2,hs; local
2262 int n1,n2,ch1,ch2,hs; local
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
vpxscale.c 634 int hs = si->HScale; local
652 switch (hr * 30 / hs) {
817 int hs = scale_vars->HScale; local
824 int sw = (scale_vars->expanded_frame_width * hr + hs - 1) / hs;
832 ew = (sw + 2) / 3 * 3 * hs / hr;
834 ew = (sw + 7) / 8 * 8 * hs / hr;
    [all...]
  /external/libyuv/files/source/
mjpeg_decoder.cc 227 int hs = GetHorizSubSampFactor(component); local
228 return DivideAndRoundUp(GetWidth(), hs);
  /external/qemu/hw/
usb-hid.c 407 static void usb_hid_changed(USBHIDState *hs)
409 hs->changed = 1;
411 if (hs->datain)
412 hs->datain(hs->datain_opaque);
418 USBHIDState *hs = opaque; local
419 USBMouseState *s = &hs->ptr;
426 usb_hid_changed(hs);
432 USBHIDState *hs = opaque; local
433 USBMouseState *s = &hs->ptr
445 USBHIDState *hs = opaque; local
    [all...]
  /external/v8/test/cctest/
test-profile-generator.cc 39 v8::HandleScope hs; local
48 v8::HandleScope hs; local
  /external/aac/libSBRenc/src/
mh_det.cpp 1196 HANDLE_SBR_MISSING_HARMONICS_DETECTOR hs = hSbrMHDet; local
1242 HANDLE_SBR_MISSING_HARMONICS_DETECTOR hs = hSbrMHDet; local
1318 HANDLE_SBR_MISSING_HARMONICS_DETECTOR hs = hSbrMHDet; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 291 BigInteger hs = gs.shiftRight(m); local
293 BigInteger js = vm.multiply(hs);
  /external/chromium/chrome/browser/download/
download_browsertest.cc 694 HistoryService* hs = local
696 DCHECK(hs);
697 hs->QueryDownloads(
    [all...]
  /dalvik/vm/alloc/
HeapSource.cpp 33 static size_t getMaximumSize(const HeapSource *hs);
195 static bool isSoftLimited(const HeapSource *hs)
203 return hs->softLimit <= hs->idealSize;
210 static size_t getAllocLimit(const HeapSource *hs)
212 if (isSoftLimited(hs)) {
213 return hs->softLimit;
215 return mspace_footprint_limit(hs2heap(hs)->msp);
223 static size_t oldHeapOverhead(const HeapSource *hs, bool includeActive)
233 for (/* i = i */; i < hs->numHeaps; i++)
275 HeapSource* hs = gDvm.gcHeap->heapSource; local
290 HeapSource* hs = gDvm.gcHeap->heapSource; local
553 HeapSource *hs; local
664 HeapSource *hs = gHs; \/\/ use a local to avoid the implicit "volatile" local
700 HeapSource *hs = (*gcHeap)->heapSource; local
726 HeapSource *hs = gHs; local
748 HeapSource *hs = gHs; local
786 HeapSource *hs = gHs; local
875 HeapSource *hs = gHs; local
940 HeapSource *hs = gHs; local
1052 HeapSource *hs = gHs; local
1142 HeapSource *hs = gHs; local
1157 HeapSource *hs = gHs; local
1199 HeapSource *hs = gHs; local
1239 HeapSource *hs = gHs; local
1252 HeapSource *hs = gHs; local
1302 HeapSource *hs = gHs; local
1364 HeapSource *hs = gHs; local
1398 HeapSource *hs = gHs; local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 190 void SetHistorySize(int hs) {
191 CHECK_GE(hs, 0);
192 CHECK_LE(hs, 7);
193 x_ = (x_ & ~7) | hs;
205 const int hs = GetHistorySize(); local
206 // When hs == 0, the trace consists of 2 parts.
207 const u64 mask = (1ull << (kTracePartSizeBits + hs + 1)) - 1;
  /external/mksh/src/
histrap.c 706 enum { hist_init_first, hist_init_retry, hist_init_restore } hs; local
719 hs = hist_init_first;
733 if (histfsize > MKSH_MAXHISTFSIZE || hs == hist_init_restore) {
792 hs = hist_init_restore;
795 if (hs == hist_init_restore)
804 if (!unlink(hname) && hs != hist_init_retry) {
805 hs = hist_init_retry;
808 if (hs != hist_init_retry)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 800 HashSet hs = new HashSet<Integer>(); local
802 Set s = Collections.checkedSet(hs, Integer.class);
  /system/core/toolbox/
newfs_msdos.c 833 off_t ms, hs = 0; local
889 hs = (ms / dlp.d_secsize) - dlp.d_secperunit;
902 bpb->hid = hs;
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 255 : start(amountStart), length(amountLength), hs(howSpecified), amt(amount),
259 : start(0),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
263 return hs == Invalid;
266 HowSpecified getHowSpecified() const { return hs; }
267 void setHowSpecified(HowSpecified h) { hs = h; }
269 bool hasDataArgument() const { return hs == Arg; }
277 assert(hs == Constant);
287 assert(hs == Constant);
307 HowSpecified hs; member in class:clang::analyze_format_string::OptionalAmount
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 3200 int hr, hs, vr, vs; local
    [all...]
  /external/v8/src/arm/
constants-arm.h 142 hs = cs, // C set Unsigned higher or same. enumerator in enum:v8::internal::Condition
160 case hs:
163 return hs;
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 2656 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
2700 HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); local
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 6686 int hs = mScrollX; local
6844 final int hs = mScrollX; local
    [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
ddmuilib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/valgrind/main/perf/
tinycc.c 18207 Section *hs; local
18253 Section *hs; local
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 365 milliseconds

12 3