Searched
full:int16_t (Results
976 -
1000 of
1335) sorted by null
<<31323334353637383940>>
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| strtest.cpp | 63 if(2!=sizeof(int16_t)) { 64 errln("2!=sizeof(int16_t)");
|
| /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
| fakewebrtcvoiceengine.h | [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
| SIInstrInfo.td | 71 [{return (int16_t)Imm >= 0 && (int16_t)Imm <= 0xfff;}]
|
| /external/icu4c/i18n/ |
| rbt_rule.cpp | 219 int16_t TransliterationRule::getIndexValue() const { 226 return (int16_t)(data->lookupMatcher(c) == NULL ? (c & 0xFF) : -1);
|
| /external/icu4c/test/intltest/ |
| strtest.cpp | 63 if(2!=sizeof(int16_t)) { 64 errln("2!=sizeof(int16_t)");
|
| /external/libvpx/libvpx/vp9/common/arm/neon/ |
| vp9_short_idct32x32_add_neon.asm | 156 ;void idct32_transpose_and_transform(int16_t *transpose_buffer, int16_t *output, int16_t *input); 158 ; r0 int16_t *transpose_buffer 159 ; r1 int16_t *output 160 ; r2 int16_t *input) [all...] |
| vp9_short_iht8x8_add_neon.asm | 562 ;void vp9_short_iht8x8_add_neon(int16_t *input, uint8_t *dest, 565 ; r0 int16_t input
|
| /external/libvpx/libvpx/vp9/encoder/ |
| vp9_encodeframe.c | [all...] |
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| DIE.cpp | 241 case dwarf::DW_FORM_data2: return sizeof(int16_t); 424 case dwarf::DW_FORM_block2: return Size + sizeof(int16_t);
|
| /external/llvm/utils/TableGen/ |
| InstrInfoEmitter.cpp | 272 OS << "int16_t getNamedOperandIdx(uint16_t Opcode, uint16_t NamedIdx) {\n"; 274 OS << " static const int16_t OperandMap [][" << Operands.size()
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| SIInstrInfo.td | 71 [{return (int16_t)Imm >= 0 && (int16_t)Imm <= 0xfff;}]
|
| /external/pixman/pixman/ |
| pixman-image.c | 756 int16_t x, 757 int16_t y)
|
| /frameworks/av/media/libeffects/testlibs/ |
| EffectsMath.h | 376 int16_t Effects_MillibelsToLinear16 (int32_t nGain); 399 int16_t Effects_Linear16ToMillibels (int32_t nGain);
|
| /frameworks/av/media/libmedia/ |
| SoundPool.cpp | 586 ((sample->format() == AUDIO_FORMAT_PCM_16_BIT) ? sizeof(int16_t) : sizeof(uint8_t)); 872 ((mSample->format() == AUDIO_FORMAT_PCM_16_BIT) ? sizeof(int16_t) : sizeof(uint8_t));
|
| /packages/inputmethods/LatinIME/native/jni/src/suggest/core/ |
| suggest.cpp | 551 const int16_t pointIndex = dicNode->getInputIndex(0); 573 const int16_t pointIndex = dicNode->getInputIndex(0);
|
| /external/chromium_org/v8/src/mips/ |
| macro-assembler-mips.h | 155 DECLARE_NORELOC_PROTOTYPE(Name, int16_t) [all...] |
| simulator-mips.cc | [all...] |
| /external/skia/src/ports/ |
| SkFontHost_FreeType.cpp | 426 static bool getWidthAdvance(FT_Face face, int gId, int16_t* data) { 547 int16_t min_width = SHRT_MAX; 553 int16_t width = bbox.xMax - bbox.xMin; 600 int16_t advance = face->max_advance_width; 615 int16_t advance = advances[i]; [all...] |
| /external/v8/src/mips/ |
| macro-assembler-mips.h | 161 DECLARE_NORELOC_PROTOTYPE(Name, int16_t) [all...] |
| simulator-mips.cc | [all...] |
| /external/chromium_org/v8/src/arm/ |
| simulator-arm.cc | [all...] |
| /external/chromium_org/third_party/libwebp/enc/ |
| frame.c | 34 const int16_t* coeffs; 269 static void SetResidualCoeffs(const int16_t* const coeffs, 331 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]) {
|
| /external/webp/src/enc/ |
| frame.c | 34 const int16_t* coeffs; 269 static void SetResidualCoeffs(const int16_t* const coeffs, 331 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]) {
|
| /frameworks/base/core/jni/ |
| android_media_AudioTrack.cpp | 538 int16_t *dst = (int16_t *)track->sharedBuffer()->pointer(); 541 *dst++ = (int16_t)(*src++^0x80) << 8; [all...] |
| /frameworks/rs/driver/runtime/arch/ |
| generic.c | 512 extern int16_t __attribute__((overloadable)) min(int16_t v1, int16_t v2) {
|
Completed in 922 milliseconds
<<31323334353637383940>>