HomeSort by relevance Sort by last modified time
    Searched full:int16_t (Results 751 - 775 of 1371) sorted by null

<<31323334353637383940>>

  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 72 uint32_t frameSize() const { return popcount(channels())*((format()==AUDIO_FORMAT_PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
148 uint32_t frameSize() const { return AudioSystem::popCount(channels())*((format()==AudioSystem::PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 28 void vp9_idct4x4_16_add_sse2(const int16_t *input, uint8_t *dest, int stride) {
31 const __m128i cst = _mm_setr_epi16((int16_t)cospi_16_64, (int16_t)cospi_16_64,
32 (int16_t)cospi_16_64, (int16_t)-cospi_16_64,
33 (int16_t)cospi_24_64, (int16_t)-cospi_8_64,
34 (int16_t)cospi_8_64, (int16_t)cospi_24_64);
158 void vp9_idct4x4_1_add_sse2(const int16_t *input, uint8_t *dest, int stride)
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.c 474 int16_t* q_noise) {
478 const int16_t log2_const = 22713; // Q15
479 const int16_t width_factor = 21845;
530 delta = (int16_t)(FACTOR_Q16 >> (14 - factor));
594 static void PrepareSpectrumC(NsxInst_t* inst, int16_t* freq_buf) {
596 int16_t tmp16 = 0;
619 static __inline void DenormalizeC(NsxInst_t* inst, int16_t* in, int factor) {
632 int16_t* out_frame,
633 int16_t gain_factor) {
635 int16_t tmp16a = 0
    [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.cc 839 int16_t num_to_push = NumberOfBitsSet(regs);
840 int16_t stack_offset = num_to_push * kPointerSize;
843 for (int16_t i = kNumRegisters - 1; i >= 0; i--) {
853 int16_t num_to_push = NumberOfBitsSet(regs);
854 int16_t stack_offset = num_to_push * kPointerSize;
857 for (int16_t i = 0; i < kNumRegisters; i++) {
867 int16_t stack_offset = 0;
869 for (int16_t i = 0; i < kNumRegisters; i++) {
880 int16_t stack_offset = 0;
882 for (int16_t i = kNumRegisters - 1; i >= 0; i--)
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 801 int16_t num_to_push = NumberOfBitsSet(regs);
802 int16_t stack_offset = num_to_push * kPointerSize;
805 for (int16_t i = kNumRegisters - 1; i >= 0; i--) {
815 int16_t num_to_push = NumberOfBitsSet(regs);
816 int16_t stack_offset = num_to_push * kPointerSize;
819 for (int16_t i = 0; i < kNumRegisters; i++) {
829 int16_t stack_offset = 0;
831 for (int16_t i = 0; i < kNumRegisters; i++) {
842 int16_t stack_offset = 0;
844 for (int16_t i = kNumRegisters - 1; i >= 0; i--)
    [all...]
  /art/runtime/mirror/
array.cc 162 template class PrimitiveArray<int16_t>; // ShortArray
object.h 47 typedef PrimitiveArray<int16_t> ShortArray;
  /art/runtime/
thread-inl.h 88 int16_t old_state = old_state_and_flags.as_struct.state;
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atan2l.c 52 int16_t exptx, expsignx, expty, expsigny;
  /external/chromium_org/gpu/command_buffer/common/
types.h 176 typedef int16_t Int16;
  /external/chromium_org/ppapi/c/
ppb_audio_config.h 86 * <code>int16_t *buffer16;</code>
  /external/chromium_org/ppapi/cpp/
audio_config.h 30 /// <code>int16_t *buffer16;</code>
  /external/chromium_org/third_party/WebKit/Source/platform/
Decimal.h 92 int16_t m_exponent;
  /external/chromium_org/third_party/angle/src/compiler/
64bit-lexer-safety.patch 3 @@ -68,6 +68,7 @@ typedef int16_t flex_int16_t;
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
64bit-tokenizer-safety.patch 3 @@ -56,6 +56,7 @@ typedef int16_t flex_int16_t;
  /external/chromium_org/third_party/icu/source/common/
ubidi_props.c 144 int32_t delta=((int16_t)props)>>UBIDI_MIRROR_DELTA_SHIFT;
usprep.cpp 476 getValues(uint16_t trieWord, int16_t& value, UBool& isIndex){
501 value = (int16_t)trieWord;
529 int16_t value;
748 int16_t value;
  /external/chromium_org/third_party/icu/source/test/cintltst/
utf16tst.c 58 int16_t i;
95 int16_t i;
97 for(i=0; i<sizeof(codepoint)/sizeof(codepoint[0]); i=(int16_t)(i+2)){
730 int16_t i=0;
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 90 typedef __int16 int16_t; typedef
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 185 typedef int16_t NPError;
186 typedef int16_t NPReason;
828 uint16_t mode, int16_t argc, char* argn[],
843 int16_t NP_LOADDS NPP_HandleEvent(NPP instance, void* event);
  /external/chromium_org/third_party/ots/src/
ots.h 108 bool ReadS16(int16_t *value) {
  /external/chromium_org/third_party/skia/include/gpu/
GrConfig.h 46 typedef short int16_t; typedef
  /external/clang/lib/Headers/
stdint.h 216 #ifndef __int8_t_defined /* glibc sys/types.h also defines int16_t*/
217 typedef signed __INT16_TYPE__ int16_t; typedef
220 # define __int_least16_t int16_t
222 # define __int_least8_t int16_t
  /external/clang/test/SemaCXX/
conversion.cpp 7 typedef signed short int16_t; typedef
  /external/harfbuzz_ng/test/api/
test-common.c 38 g_assert_cmpint (sizeof (int16_t), ==, 2);

Completed in 887 milliseconds

<<31323334353637383940>>