/frameworks/compile/mclinker/lib/LD/ |
TextDiagnosticPrinter.cpp | 130 int16_t error_limit = m_Config.options().maxErrorNum(); 143 int16_t warning_limit = m_Config.options().maxWarnNum();
|
/frameworks/opt/net/voip/src/jni/rtp/ |
EchoSuppressor.cpp | 97 void EchoSuppressor::run(int16_t *playbacked, int16_t *recorded)
|
/device/lge/hammerhead/kernel-headers/media/ |
msm_cam_sensor.h | 291 int16_t gyro[2]; 292 int16_t target[2]; 294 int16_t hall[2]; 479 int16_t dest_step_pos; 486 int16_t initial_code;
|
/hardware/qcom/msm8x74/kernel-headers/media/ |
msm_cam_sensor.h | 289 int16_t gyro[2]; 290 int16_t target[2]; 291 int16_t hall[2]; 469 int16_t dest_step_pos; 476 int16_t initial_code;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/ |
cstdint.pass.cpp | 27 // typedef std::int16_t 28 static_assert(sizeof(std::int16_t)*CHAR_BIT == 16, 29 "sizeof(std::int16_t)*CHAR_BIT == 16"); 30 static_assert(std::is_signed<std::int16_t>::value, 31 "std::is_signed<std::int16_t>::value");
|
/external/chromium_org/third_party/libwebp/dsp/ |
enc_neon.c | 31 const int16_t* in, uint8_t* dst) { 33 const int16_t kC1C2[] = { 20091, 17734, 0, 0 }; // kC1 / (kC2 >> 1) / 0 / 0 145 const int16_t* in, uint8_t* dst, int do_two) { 153 static void ITransformWHT(const int16_t* in, int16_t* out) { 223 static const int16_t kCoeff16[] = { 234 int16_t* out) { 238 const int16_t* coeff16 = kCoeff16; 346 static void FTransformWHT(const int16_t* in, int16_t* out) [all...] |
dec.c | 68 static void TransformOne(const int16_t* in, uint8_t* dst) { 108 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { 115 static void TransformUV(const int16_t* in, uint8_t* dst) { 120 static void TransformDC(const int16_t *in, uint8_t* dst) { 130 static void TransformDCUV(const int16_t* in, uint8_t* dst) { 142 static void TransformWHT(const int16_t* in, int16_t* out) { 169 void (*VP8TransformWHT)(const int16_t* in, int16_t* out) = TransformWHT;
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapProcState_matrix_clamp_neon.h | 110 int16_t *dst16 = (int16_t *)xy; 193 int16_t *dst16 = (int16_t *) xy; 312 int16_t *mysrc = (int16_t *) srcXY; 313 int16_t *mydst = (int16_t *) xy; 314 int16x4_t maxX4 = vdup_n_s16((int16_t)maxX); 315 int16x4_t maxY4 = vdup_n_s16((int16_t)maxY) [all...] |
/external/skia/src/opts/ |
SkBitmapProcState_matrix_clamp_neon.h | 110 int16_t *dst16 = (int16_t *)xy; 193 int16_t *dst16 = (int16_t *) xy; 312 int16_t *mysrc = (int16_t *) srcXY; 313 int16_t *mydst = (int16_t *) xy; 314 int16x4_t maxX4 = vdup_n_s16((int16_t)maxX); 315 int16x4_t maxY4 = vdup_n_s16((int16_t)maxY) [all...] |
/external/webp/src/dsp/ |
enc_neon.c | 31 const int16_t* in, uint8_t* dst) { 33 const int16_t kC1C2[] = { 20091, 17734, 0, 0 }; // kC1 / (kC2 >> 1) / 0 / 0 145 const int16_t* in, uint8_t* dst, int do_two) { 153 static void ITransformWHT(const int16_t* in, int16_t* out) { 223 static const int16_t kCoeff16[] = { 234 int16_t* out) { 238 const int16_t* coeff16 = kCoeff16; 346 static void FTransformWHT(const int16_t* in, int16_t* out) [all...] |
dec.c | 68 static void TransformOne(const int16_t* in, uint8_t* dst) { 108 static void TransformTwo(const int16_t* in, uint8_t* dst, int do_two) { 115 static void TransformUV(const int16_t* in, uint8_t* dst) { 120 static void TransformDC(const int16_t *in, uint8_t* dst) { 130 static void TransformDCUV(const int16_t* in, uint8_t* dst) { 142 static void TransformWHT(const int16_t* in, int16_t* out) { 169 void (*VP8TransformWHT)(const int16_t* in, int16_t* out) = TransformWHT;
|
/frameworks/av/media/libeffects/downmix/ |
EffectDownmix.c | 273 int16_t *pSrc, *pDst; 702 int16_t value16; 704 pDownmixer, param, *(int16_t *)pValue, *(int32_t *)pValue); 714 value16 = *(int16_t *)pValue; 757 int16_t *pValue16; 762 if (*pSize < sizeof(int16_t)) { 766 pValue16 = (int16_t *)pValue; 767 *pValue16 = (int16_t) pDownmixer->type; 768 *pSize = sizeof(int16_t); 798 void Downmix_foldFromQuad(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/ |
ax_create_stdint_h.m4 | 15 dnl int8_t,uint8_t,int16_t,uint16_t,int32_t,uint32_t,intptr_t,uintptr_t 406 /* int8_t int16_t int32_t defined by inet code, redeclare the u_intXX types */ 435 typedef short int16_t; 447 typedef short int16_t; 459 typedef short int16_t; 476 typedef short int16_t; 506 typedef int16_t int_least16_t;
|
/external/libvpx/libvpx/nestegg/m4/ |
ax_create_stdint_h.m4 | 16 dnl int8_t,uint8_t,int16_t,uint16_t,int32_t,uint32_t,intptr_t,uintptr_t 426 /* int8_t int16_t int32_t defined by inet code, redeclare the u_intXX types */ 455 typedef short int16_t; 467 typedef short int16_t; 479 typedef short int16_t; 496 typedef short int16_t; 526 typedef int16_t int_least16_t;
|
/external/qemu/target-arm/ |
iwmmxt_helper.c | 53 #define EXTEND16(a) ((uint32_t) (int16_t) (a)) 54 #define EXTEND16S(a) ((int32_t) (int16_t) (a)) 292 IWMMXT_OP_CMP(cmpgts, int8_t, int16_t, int32_t, >) 297 IWMMXT_OP_CMP(mins, int8_t, int16_t, int32_t, <) 299 IWMMXT_OP_CMP(maxs, int8_t, int16_t, int32_t, >) 312 IWMMXT_OP_CMP(subs, int8_t, int16_t, int32_t, -) 313 IWMMXT_OP_CMP(adds, int8_t, int16_t, int32_t, +)
|
/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/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/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/ |
SkMaskFilter.cpp | 125 size_t storageSize = (innerW + 1) * (sizeof(int16_t) + sizeof(uint8_t)); 127 int16_t* runs = (int16_t*)storage.get();
|
/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/skia/src/core/ |
SkMaskFilter.cpp | 125 size_t storageSize = (innerW + 1) * (sizeof(int16_t) + sizeof(uint8_t)); 127 int16_t* runs = (int16_t*)storage.get();
|