/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/ |
dic_node_state_prevword.h | 68 void init(const int16_t prevWordCount, const int16_t prevWordProbability, 69 const int prevWordNodePos, const int *const src0, const int16_t length0, 70 const int *const src1, const int16_t length1, 72 mPrevWordCount = min(prevWordCount, static_cast<int16_t>(MAX_RESULTS)); 82 mPrevWordLength = static_cast<int16_t>(twoWordsLen + 1); 107 int16_t getPrevWordLength() const { 111 int16_t getPrevWordCount() const { 115 int16_t getPrevWordStart() const { 146 int16_t mPrevWordCount [all...] |
/cts/suite/audio_quality/lib/src/audio/ |
AudioSignalFactory.cpp | 31 int16_t* data = reinterpret_cast<int16_t*>(buffer->getData()); 35 *data = (int16_t)val; 38 *data = (int16_t)val; 53 int16_t* data = reinterpret_cast<int16_t*>(buffer->getData()); 58 val = (int16_t)((val - middle) * maxPositive / middle); 77 int16_t* data = reinterpret_cast<int16_t*>(buffer->getData());
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFFontImpl.h | 49 bool addFontDescriptor(int16_t defaultWidth, 64 bool populate(int16_t glyphID); 65 bool addFontDescriptor(int16_t defaultWidth); 66 void addWidthInfoFromRange(int16_t defaultWidth, 80 bool populate(int16_t glyphID);
|
/external/libvpx/libvpx/test/ |
fdct4x4_test.cc | 28 void fdct4x4(int16_t *in, int16_t *out, uint8_t* /*dst*/, 32 void idct4x4_add(int16_t* /*in*/, int16_t *out, uint8_t *dst, 36 void fht4x4(int16_t *in, int16_t *out, uint8_t* /*dst*/, 40 void iht4x4_add(int16_t* /*in*/, int16_t *out, uint8_t *dst, 60 void RunFwdTxfm(int16_t *in, int16_t *out, uint8_t *dst [all...] |
fdct8x8_test.cc | 22 void vp9_short_idct8x8_add_c(int16_t *input, uint8_t *output, int pitch); 31 void fdct8x8(int16_t *in, int16_t *out, uint8_t* /*dst*/, 35 void idct8x8_add(int16_t* /*in*/, int16_t *out, uint8_t *dst, 39 void fht8x8(int16_t *in, int16_t *out, uint8_t* /*dst*/, 49 void iht8x8_add(int16_t* /*in*/, int16_t *out, uint8_t *dst, 70 void RunFwdTxfm(int16_t *in, int16_t *out, uint8_t *dst [all...] |
/external/skia/src/pdf/ |
SkPDFFontImpl.h | 49 bool addFontDescriptor(int16_t defaultWidth, 64 bool populate(int16_t glyphID); 65 bool addFontDescriptor(int16_t defaultWidth); 66 void addWidthInfoFromRange(int16_t defaultWidth, 80 bool populate(int16_t glyphID);
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
filterbank_tables.h | 32 extern const int16_t WebRtcIsacfix_kHpStCoeffInQ30[8]; 36 extern const int16_t WebRtcIsacfix_kHPStCoeffOut1Q30[8]; 40 extern const int16_t WebRtcIsacfix_kHPStCoeffOut2Q30[8]; 43 extern const int16_t WebRtcIsacfix_kUpperApFactorsQ15[2]; 46 extern const int16_t WebRtcIsacfix_kLowerApFactorsQ15[2];
|
filterbank_internal.h | 26 void WebRtcIsacfix_HighpassFilterFixDec32(int16_t *io, 27 int16_t len, 28 const int16_t *coefficient,
|
/external/chromium_org/third_party/skia/src/core/ |
SkDebug.cpp | 24 int16_t SkToS16(intmax_t x) { 25 SkASSERT((int16_t)x == x); 26 return (int16_t)x;
|
/external/compiler-rt/lib/ubsan/lit_tests/Integer/ |
umul-overflow.cpp | 8 (void)(int16_t(0x7fff) * int16_t(0x7fff)); 9 (void)(uint16_t(0xffff) * int16_t(0x7fff));
|
/external/skia/src/core/ |
SkDebug.cpp | 24 int16_t SkToS16(intmax_t x) { 25 SkASSERT((int16_t)x == x); 26 return (int16_t)x;
|
/external/webrtc/src/common_audio/vad/ |
vad_gmm.c | 17 static const int16_t kLog2Exp = 5909; // log2(exp(1)) in Q12. 30 int32_t WebRtcVad_GaussianProbability(int16_t input, 31 int16_t mean, 32 int16_t std, 33 int16_t* delta) { 34 int16_t tmp16, inv_std, inv_std2, exp_value = 0; 41 inv_std = (int16_t) WebRtcSpl_DivW32W16(tmp32, std); 46 inv_std2 = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(tmp16, tmp16, 2); 48 // |inv_std2| = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(|inv_std|, |inv_std|, 6); 57 *delta = (int16_t) WEBRTC_SPL_MUL_16_16_RSFT(inv_std2, tmp16, 10) [all...] |
vad_gmm.h | 34 int32_t WebRtcVad_GaussianProbability(int16_t input, 35 int16_t mean, 36 int16_t std, 37 int16_t* delta);
|
vad_sp.c | 21 static const int16_t kAllPassCoefsQ13[2] = { 5243, 1392 }; // Q13 25 void WebRtcVad_Downsampling(int16_t* signal_in, 26 int16_t* signal_out, 29 int16_t tmp16_1 = 0, tmp16_2 = 0; 38 tmp16_1 = (int16_t) ((tmp32_1 >> 1) + 45 tmp16_2 = (int16_t) ((tmp32_2 >> 1) + 59 int16_t WebRtcVad_FindMinimum(VadInstT* self, 60 int16_t feature_value, 66 int16_t current_median = 1600; 67 int16_t alpha = 0 [all...] |
/external/chromium_org/skia/ |
fix_for_1186198.diff | 19 + fFirstY = (int16_t)(top); // inlined skToS16() 22 + fFirstY = std::numeric_limits<int16_t>::max(); 24 + fFirstY = std::numeric_limits<int16_t>::min(); 28 + fLastY = (int16_t)(bot - 1); // inlined SkToS16() 31 + fLastY = std::numeric_limits<int16_t>::max(); 33 + fLastY = std::numeric_limits<int16_t>::min();
|
/external/chromium_org/third_party/ots/src/ |
vdmx.h | 23 int16_t y_max; 24 int16_t y_min;
|
/external/chromium_org/tools/idl_parser/test_lexer/ |
keywords_ppapi.in | 30 INT16_T int16_t
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_idct16x16_neon.c | 14 extern void vp9_short_idct16x16_add_neon_pass1(int16_t *input, 15 int16_t *output, 17 extern void vp9_short_idct16x16_add_neon_pass2(int16_t *src, 18 int16_t *output, 19 int16_t *pass1Output, 20 int16_t skip_adding, 23 extern void vp9_short_idct10_16x16_add_neon_pass1(int16_t *input, 24 int16_t *output, 26 extern void vp9_short_idct10_16x16_add_neon_pass2(int16_t *src, 27 int16_t *output [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_rtcd_defs.sh | 34 prototype void vp9_idct_add_16x16 "int16_t *input, uint8_t *dest, int stride, int eob" 37 prototype void vp9_idct_add_8x8 "int16_t *input, uint8_t *dest, int stride, int eob" 40 prototype void vp9_idct_add "int16_t *input, uint8_t *dest, int stride, int eob" 43 prototype void vp9_idct_add_32x32 "int16_t *q, uint8_t *dst, int stride, int eob" 206 prototype void vp9_add_constant_residual_8x8 "const int16_t diff, uint8_t *dest, int stride" 209 prototype void vp9_add_constant_residual_16x16 "const int16_t diff, uint8_t *dest, int stride" 212 prototype void vp9_add_constant_residual_32x32 "const int16_t diff, uint8_t *dest, int stride" 270 prototype void vp9_convolve_copy "const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h" 273 prototype void vp9_convolve_avg "const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h [all...] |
/system/media/audio_utils/include/audio_utils/ |
primitives.h | 48 void memcpy_to_i16_from_u8(int16_t *dst, const uint8_t *src, size_t count); 59 void memcpy_to_u8_from_i16(uint8_t *dst, const int16_t *src, size_t count); 70 void memcpy_to_i16_from_i32(int16_t *dst, const int32_t *src, size_t count); 82 void memcpy_to_i16_from_float(int16_t *dst, const float *src, size_t count); 92 void downmix_to_mono_i16_from_stereo_i16(int16_t *dst, const int16_t *src, size_t count); 102 void upmix_to_stereo_i16_from_mono_i16(int16_t *dst, const int16_t *src, size_t count); 107 static inline int16_t clamp16(int32_t sample) 118 int32_t mulAdd(int16_t in, int16_t v, int32_t a [all...] |
/external/libogg/macos/compat/sys/ |
types.h | 8 #ifndef __SYS_TYPES_H__
#define __SYS_TYPES_H__ 1
#include <MacTypes.h>
#include <alloca.h>
#include <string.h>
typedef short int16_t;
typedef long int32_t;
typedef long long int64_t;
#define vorbis_size32_t long
#if defined(__c (…)
|
/external/libvorbis/macos/compat/sys/ |
types.h | 8 #ifndef __SYS_TYPES_H__
#define __SYS_TYPES_H__ 1
#include <MacTypes.h>
#include <alloca.h>
#include <string.h>
typedef short int16_t;
typedef long int32_t;
typedef long long int64_t;
#define vorbis_size32_t l (…)
|
/external/webrtc/src/modules/audio_processing/ns/ |
nsx_core_neon.c | 19 const int16_t kExp2Const = 11819; // Q13 20 int16_t* ptr_noiseEstLogQuantile = NULL; 21 int16_t* ptr_noiseEstQuantile = NULL; 27 int16_t tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset, 51 // tmp16 = (int16_t) WEBRTC_SPL_RSHIFT_W32(tmp32no2, 21); 57 // tmp16 += (int16_t) inst->qNoise; 83 tmp16 = (int16_t) WEBRTC_SPL_RSHIFT_W32(tmp32no2, 21); 85 tmp16 += (int16_t) inst->qNoise; //shift to get result in Q(qNoise) 98 int16_t* q_noise) { 99 int16_t lmagn[HALF_ANAL_BLOCKL], counter, countDiv [all...] |
/cts/suite/audio_quality/test/ |
BufferTest.cpp | 43 int16_t* data = (int16_t*)buffer->getData(); 56 int16_t* dataRead = (int16_t*)bufferRead->getData(); 68 int16_t* data = (int16_t*)buffer->getData(); 75 data = (int16_t*)bufferl->getData();
|
/frameworks/av/media/libeffects/downmix/ |
EffectDownmix.h | 99 void Downmix_foldFromQuad(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate); 100 void Downmix_foldFromSurround(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate); 101 void Downmix_foldFrom5Point1(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate); 102 void Downmix_foldFrom7Point1(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate); 104 uint32_t mask, int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate) [all...] |