HomeSort by relevance Sort by last modified time
    Searched full:shorts (Results 76 - 100 of 265) sorted by null

1 2 34 5 6 7 8 91011

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 146 ; load and extract the predictor up to shorts
  /external/okhttp/okio/
README.md 56 little-endian shorts; whatever you want. No more `InputStreamReader`!
  /external/opencv3/doc/tutorials/highgui/raster-gdal/
raster_io_gdal.markdown 52 signed shorts.
  /external/pdfium/third_party/bigint/
BigUnsignedInABase.hh 41 // The digits of a BigUnsignedInABase are unsigned shorts.
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuLayoutPortraitTest.java 132 // The long can fit in first row, and two shorts in second
  /frameworks/rs/api/
rs_value_types.spec 454 A vector of two shorts. These two shorts are packed into a single 32 bit field
463 A vector of three shorts. These three short fields packed into a single 64 bit field
472 A vector of four shorts. These four short fields packed into a single 64 bit field
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
subtract_mmx.asm 166 add rdi, 256*2 ;diff = diff + 256 (shorts)
subtract_sse2.asm 164 add rdi, 256*2 ;diff = diff + 256 (shorts)
temporal_filter_apply_sse2.asm 141 ; load and extract the predictor up to shorts
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 141 ; load and extract the predictor up to shorts
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
gmon.h 59 * histogram counters are unsigned shorts (according to the kernel).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
gmon.h 59 * histogram counters are unsigned shorts (according to the kernel).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
gmon.h 59 * histogram counters are unsigned shorts (according to the kernel).
  /toolchain/binutils/binutils-2.25/gprof/
gmon.h 86 * Histogram counters are unsigned shorts:
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
DoublesTest.java 328 List<Short> shorts = Arrays.asList((short) 0, (short) 1, (short) 2); local
335 assertTrue(Arrays.equals(array, Doubles.toArray(shorts)));
FloatsTest.java 318 List<Short> shorts = Arrays.asList((short) 0, (short) 1, (short) 2); local
325 assertTrue(Arrays.equals(array, Floats.toArray(shorts)));
IntsTest.java 308 List<Short> shorts = Arrays.asList((short) 0, (short) 1, (short) 2); local
315 assertTrue(Arrays.equals(array, Ints.toArray(shorts)));
LongsTest.java 330 List<Short> shorts = Arrays.asList((short) 0, (short) 1, (short) 2); local
337 assertTrue(Arrays.equals(array, Longs.toArray(shorts)));
  /external/guava/guava-tests/test/com/google/common/primitives/
IntsTest.java 369 List<Short> shorts = Arrays.asList((short) 0, (short) 1, (short) 2); local
376 assertTrue(Arrays.equals(array, Ints.toArray(shorts)));
LongsTest.java 352 List<Short> shorts = Arrays.asList((short) 0, (short) 1, (short) 2); local
359 assertTrue(Arrays.equals(array, Longs.toArray(shorts)));
  /frameworks/base/media/java/android/media/
AudioRecord.java     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 178 /** Given a String that has a run-length-encoding of some unsigned shorts
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DFA.java 180 /** Given a String that has a run-length-encoding of some unsigned shorts
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.m 180 /** Given a String that has a run-length-encoding of some unsigned shorts
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfCRgbaFile.h 46 ** Interpreting unsigned shorts as 16-bit floating point numbers

Completed in 673 milliseconds

1 2 34 5 6 7 8 91011