/external/webrtc/src/modules/audio_processing/test/ |
process_test.cc | 571 ASSERT_EQ(sizeof(int16_t) * samples_per_channel * 603 ASSERT_EQ(sizeof(int16_t) * samples_per_channel * 664 sizeof(int16_t), 679 int16_t event = 0; 744 sizeof(int16_t), 752 EXPECT_EQ(0, fseek(near_file, read_count * sizeof(int16_t), 785 sizeof(int16_t), 789 near_read_bytes += read_count * sizeof(int16_t); 863 sizeof(int16_t), [all...] |
/art/runtime/ |
disassembler_mips.cc | 197 int32_t offset = static_cast<int16_t>(instruction & 0xffff); 223 args << static_cast<int16_t>(instruction & 0xffff); 236 int32_t offset = static_cast<int16_t>(instruction & 0xffff);
|
/external/chromium_org/third_party/icu/source/common/ |
udataswp.c | 166 U_CAPI int16_t U_EXPORT2 167 udata_readInt16(const UDataSwapper *ds, int16_t x) { 168 return (int16_t)ds->readUInt16((uint16_t)x);
|
udataswp.h | 233 * Convert one int16_t from input to platform endianness. 236 U_CAPI int16_t U_EXPORT2 237 udata_readInt16(const UDataSwapper *ds, int16_t x);
|
/external/chromium_org/third_party/skia/src/core/ |
SkBlitter_A8.cpp | 51 const int16_t runs[]) { 284 const int16_t runs[]) { 361 const int16_t runs[]) {
|
/external/harfbuzz_ng/src/ |
hb-font-private.hh | 180 inline hb_position_t em_scale_x (int16_t v) { return em_scale (v, this->x_scale); } 181 inline hb_position_t em_scale_y (int16_t v) { return em_scale (v, this->y_scale); } 459 inline hb_position_t em_scale (int16_t v, int scale) { return v * (int64_t) scale / hb_face_get_upem (this->face); }
|
/external/icu4c/common/ |
udataswp.c | 166 U_CAPI int16_t U_EXPORT2 167 udata_readInt16(const UDataSwapper *ds, int16_t x) { 168 return (int16_t)ds->readUInt16((uint16_t)x);
|
udataswp.h | 233 * Convert one int16_t from input to platform endianness. 236 U_CAPI int16_t U_EXPORT2 237 udata_readInt16(const UDataSwapper *ds, int16_t x);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_onyxc_int.h | 88 DECLARE_ALIGNED(16, int16_t, y_dequant[QINDEX_RANGE][8]); 89 DECLARE_ALIGNED(16, int16_t, uv_dequant[QINDEX_RANGE][8]); 91 DECLARE_ALIGNED(16, int16_t, a_dequant[QINDEX_RANGE][8]);
|
/external/skia/src/core/ |
SkBlitter_A8.cpp | 51 const int16_t runs[]) { 284 const int16_t runs[]) { 361 const int16_t runs[]) {
|
/external/tcpdump/ |
nameser.h | 262 int16_t r_zone; /* zone number */ 263 int16_t r_class; /* class number */ 264 int16_t r_type; /* type number */
|
/external/valgrind/main/memcheck/tests/amd64/ |
more_x87_fp.c | 98 int16_t fpuc; 102 int16_t wa; 116 int16_t tmp = (fpuc & ~0x0c00) | (i << 10);
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
filterbanks.c | 53 void WebRtcIsacfix_HighpassFilterFixDec32(int16_t *io, 54 int16_t len, 55 const int16_t *coefficient,
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
SoftAMRWBEncoder.cpp | 81 def.nBufferSize = kNumSamplesPerFrame * sizeof(int16_t); 328 size_t numBytesPerInputFrame = kNumSamplesPerFrame * sizeof(int16_t); 366 (copy * 1000000ll / kSampleRate) / sizeof(int16_t);
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
SoftVorbis.cpp | 104 def.nBufferSize = kMaxNumSamplesPerBuffer * sizeof(int16_t); 359 mState, (int16_t *)outHeader->pBuffer, 377 outHeader->nFilledLen = numFrames * sizeof(int16_t) * mVi->channels;
|
/ndk/tests/build/b9193874-neon/jni/ |
b9193874-neon.c | 1 typedef short int16_t; typedef 134 vld1_s16 (const int16_t * __a) 161 static const int16_t coef[4] = { 89858 / 4, 22014, 45773 / 2, 113618 / 4 };
|
/external/chromium_org/v8/src/mips/ |
assembler-mips.cc | 595 return (static_cast<int16_t>(instr & kImm16Mask)) << 2; 604 int16_t Assembler::GetLwOffset(Instr instr) { 610 Instr Assembler::SetLwOffset(Instr instr, int16_t offset) { 626 Instr Assembler::SetSwOffset(Instr instr, int16_t offset) { 637 Instr Assembler::SetAddImmediateOffset(Instr instr, int16_t offset) { 1064 void Assembler::b(int16_t offset) { 1069 void Assembler::bal(int16_t offset) { 1075 void Assembler::beq(Register rs, Register rt, int16_t offset) { 1082 void Assembler::bgez(Register rs, int16_t offset) { 1089 void Assembler::bgezal(Register rs, int16_t offset) [all...] |
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans16_dspr2.c | 22 static void idct16_1d_rows_dspr2(const int16_t *input, int16_t *output, 407 static void idct16_1d_cols_add_blk_dspr2(int16_t *input, uint8_t *dest, [all...] |
/external/v8/src/mips/ |
assembler-mips.cc | 601 return ((int16_t)(instr & kImm16Mask)) << 2; 610 int16_t Assembler::GetLwOffset(Instr instr) { 616 Instr Assembler::SetLwOffset(Instr instr, int16_t offset) { 632 Instr Assembler::SetSwOffset(Instr instr, int16_t offset) { 643 Instr Assembler::SetAddImmediateOffset(Instr instr, int16_t offset) { 1059 void Assembler::b(int16_t offset) { 1064 void Assembler::bal(int16_t offset) { 1070 void Assembler::beq(Register rs, Register rt, int16_t offset) { 1077 void Assembler::bgez(Register rs, int16_t offset) { 1084 void Assembler::bgezal(Register rs, int16_t offset) [all...] |
/external/webrtc/src/modules/audio_processing/aec/ |
aec_core.c | 157 sizeof(int16_t)) == -1) { 165 sizeof(int16_t)) == -1) { 173 sizeof(int16_t)) == -1) { 181 sizeof(int16_t)) == -1) { 202 sizeof(int16_t) * PART_LEN) == -1) { 655 int16_t nearend[PART_LEN]; 656 int16_t* nearend_ptr = NULL; 657 int16_t output[PART_LEN]; 658 int16_t outputH[PART_LEN]; 685 int16_t farend[PART_LEN] [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_acosl.c | 48 int16_t expsign, expt;
|
e_asinl.c | 38 int16_t expsign, expt;
|
s_atanl.c | 38 int16_t expsign, expt;
|
/dalvik/vm/ |
Common.h | 90 typedef int16_t s2;
|
/device/asus/grouper/keymaster/ |
s_type.h | 67 typedef short int16_t; typedef
|