/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_short_idct16x16_1_add_neon.asm | 18 ;void vp9_short_idct16x16_1_add_neon(int16_t *input, uint8_t *dest, 21 ; r0 int16_t input
|
vp9_short_iht4x4_add_neon.asm | 142 ;void vp9_short_iht4x4_add_neon(int16_t *input, uint8_t *dest, 145 ; r0 int16_t input
|
/external/llvm/tools/llvm-readobj/ |
StreamWriter.h | 38 HexNumber(int16_t Value) : Value(static_cast<uint16_t>(Value)) { } 167 void printNumber(StringRef Label, int16_t Value) {
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_blorp.h | 150 int16_t multiplier; 151 int16_t offset;
|
/external/speex/libspeex/ |
resample_neon.h | 55 static inline int32_t inner_product_single(const int16_t *a, const int16_t *b, unsigned int len)
|
/external/v8/src/ |
cached-powers.cc | 42 int16_t binary_exponent; 43 int16_t decimal_exponent;
|
/hardware/libhardware_legacy/audio/ |
AudioHardwareStub.cpp | 131 usleep(bytes * 1000000 / sizeof(int16_t) / AudioSystem::popCount(channels()) / sampleRate()); 177 usleep(bytes * 1000000 / sizeof(int16_t) / AudioSystem::popCount(channels()) / sampleRate());
|
/ndk/sources/cxx-stl/gabi++/src/ |
dwarf_helper.cc | 178 result = static_cast<uintptr_t>(static_cast<int16_t>(readUData2(p))); 179 p += sizeof(int16_t);
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/ |
typing_weighting.h | 114 const int16_t parentPointIndex = parentDicNode->getInputIndex(0); 129 const int16_t insertedPointIndex = parentDicNode->getInputIndex(0);
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
main.cpp | 144 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) 474 static int16_t handleEventCarbon(NPP instance, PluginObject* obj, EventRecord* event) 582 static int16_t handleEventCocoa(NPP instance, PluginObject* obj, NPCocoaEvent* event) 663 static int16_t handleEventX11(NPP instance, PluginObject* obj, XEvent* event) 723 static int16_t handleEventWin(NPP instance, PluginObject* obj, NPEvent* event) 774 int16_t NPP_HandleEvent(NPP instance, void *event)
|
/external/chromium_org/third_party/icu/source/tools/gensprep/ |
store.c | 154 static int16_t currentIndex = 0; /* the current index into the data trie */ 214 int16_t length; 378 int16_t adjustedLen=0, i; 433 int16_t delta = (int16_t)((int32_t)codepoint - (int16_t) mapping[0]);
|
/external/icu4c/tools/gensprep/ |
store.c | 155 static int16_t currentIndex = 0; /* the current index into the data trie */ 214 int16_t length; 359 int16_t adjustedLen=0, i, j; 410 int16_t delta = (int16_t)((int32_t)codepoint - (int16_t) mapping[0]);
|
/external/libmtp/m4/ |
stdint.m4 | 463 /* int8_t int16_t int32_t defined by inet code, redeclare the u_intXX types */ 492 typedef short int16_t; 504 typedef short int16_t; 516 typedef short int16_t; 533 typedef short int16_t; 563 typedef int16_t int_least16_t;
|
/external/qemu/ |
cpu-all.h | 244 return (int16_t)val; 247 return (int16_t)(p[0] | (p[1] << 8)); 350 return *(int16_t *)ptr; 426 return (int16_t)val; 429 return (int16_t)((b[0] << 8) | b[1]); 539 return *(int16_t *)ptr;
|
/external/qemu/elff/ |
elf_file.h | 178 int16_t pull_val(const int16_t* val) const {
179 return static_cast<int16_t>
182 int16_t pull_val(const int16_t& val) const {
183 return static_cast<int16_t>
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elf_file.h | 178 int16_t pull_val(const int16_t* val) const { 179 return static_cast<int16_t> 182 int16_t pull_val(const int16_t& val) const { 183 return static_cast<int16_t>
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_idct_intrin_sse2.c | 18 void vp9_short_idct4x4_add_sse2(int16_t *input, uint8_t *dest, int stride) { 21 const __m128i cst = _mm_setr_epi16((int16_t)cospi_16_64, (int16_t)cospi_16_64, 22 (int16_t)cospi_16_64, (int16_t)-cospi_16_64, 23 (int16_t)cospi_24_64, (int16_t)-cospi_8_64, 24 (int16_t)cospi_8_64, (int16_t)cospi_24_64); 151 void vp9_short_idct4x4_1_add_sse2(int16_t *input, uint8_t *dest, int stride) [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_dct_sse2.c | 15 void vp9_short_fdct4x4_sse2(int16_t *input, int16_t *output, int pitch) { 115 void vp9_short_fdct8x4_sse2(int16_t *input, int16_t *output, int pitch) { 120 static INLINE void load_buffer_4x4(int16_t *input, __m128i *in, int stride) { 140 static INLINE void write_buffer_4x4(int16_t *output, __m128i *res) { 252 void vp9_short_fht4x4_sse2(int16_t *input, int16_t *output, 280 void vp9_short_fdct8x8_sse2(int16_t *input, int16_t *output, int pitch) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
utf8tst.c | 61 static void printUChars(const uint8_t *uchars, int16_t len); 93 int16_t i; 135 int16_t i; 137 for(i=0; i<sizeof(codepoint)/sizeof(codepoint[0]); i=(int16_t)(i+2)){ 564 static const int16_t start_unsafe[] 566 static const int16_t start_safe[] 568 static const int16_t limit_unsafe[] 570 static const int16_t limit_safe[] [all...] |
/external/chromium_org/third_party/libwebp/dsp/ |
enc_sse2.c | 65 int16_t out[16]; 105 static void ITransformSSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst, 326 int16_t* out) { 458 static void FTransformWHTSSE2(const int16_t* in, int16_t* out) { 459 int16_t tmp[16]; [all...] |
/external/icu4c/test/cintltst/ |
utf8tst.c | 61 static void printUChars(const uint8_t *uchars, int16_t len); 103 int16_t i; 145 int16_t i; 147 for(i=0; i<LENGTHOF(codepoint); i=(int16_t)(i+2)){ 725 static const int16_t start_safe[] 727 static const int16_t limit_safe[] 766 static const int16_t start_unsafe[] 768 static const int16_t limit_unsafe[] [all...] |
/external/webp/src/dsp/ |
enc_sse2.c | 65 int16_t out[16]; 105 static void ITransformSSE2(const uint8_t* ref, const int16_t* in, uint8_t* dst, 326 int16_t* out) { 458 static void FTransformWHTSSE2(const int16_t* in, int16_t* out) { 459 int16_t tmp[16]; [all...] |
/device/asus/grouper/audio/ |
audio_hw.c | 123 int16_t *buffer; 144 int16_t *buffer; 465 (int16_t *)((char *)buffer + 618 int16_t *in_buffer = (int16_t *)buffer; 961 int16_t *in_buffer = (int16_t *)buffer; [all...] |
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioGroup.cpp | 130 int16_t *mBuffer; 185 mBuffer = new int16_t[mBufferMask]; 316 int16_t samples[mSampleCount]; 403 int16_t samples[count]; 863 int16_t one; 870 int16_t output[sampleCount]; 875 int16_t input[sampleCount];
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
itrbnf.cpp | 460 // public int16_t constructor 461 LLAssert(llong((int16_t)0).asInt() == (int16_t)0); 462 LLAssert(llong((int16_t)1).asInt() == (int16_t)1); 463 LLAssert(llong((int16_t)-1).asInt() == (int16_t)-1); 464 LLAssert(llong((int16_t)0x7fff).asInt() == (int16_t)0x7fff); 465 LLAssert(llong((int16_t)0xffff).asInt() == (int16_t)0xffff) [all...] |