/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,
|
filterbank_tables.c | 25 const int16_t WebRtcIsacfix_kHpStCoeffInQ30[8] = { 36 const int16_t WebRtcIsacfix_kHPStCoeffOut1Q30[8] = { 47 const int16_t WebRtcIsacfix_kHPStCoeffOut2Q30[8] = { 55 const int16_t WebRtcIsacfix_kUpperApFactorsQ15[2] = { 60 const int16_t WebRtcIsacfix_kLowerApFactorsQ15[2] = {
|
/external/libvpx/libvpx/test/ |
fdct8x8_test.cc | 24 void vp9_idct8x8_64_add_c(const int16_t *input, uint8_t *output, int pitch); 31 typedef void (*fdct_t)(const int16_t *in, int16_t *out, int stride); 32 typedef void (*idct_t)(const int16_t *in, uint8_t *out, int stride); 33 typedef void (*fht_t) (const int16_t *in, int16_t *out, int stride, 35 typedef void (*iht_t) (const int16_t *in, uint8_t *out, int stride, 38 void fdct8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { 42 void fht8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) [all...] |
/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/armv7a/ |
vp9_rtcd.h | 210 void vp9_convolve_copy_c(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); 213 void vp9_convolve_avg_c(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); 216 void vp9_convolve8_c(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); 219 void vp9_convolve8_horiz_c(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); 222 void vp9_convolve8_vert_c(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...] |
/external/libvpx/generic/ |
vp9_rtcd.h | 210 void vp9_convolve_copy_c(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); 213 void vp9_convolve_avg_c(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); 216 void vp9_convolve8_c(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); 219 void vp9_convolve8_horiz_c(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); 222 void vp9_convolve8_vert_c(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...] |
/external/libvpx/mips/ |
vp9_rtcd.h | 210 void vp9_convolve_copy_c(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); 213 void vp9_convolve_avg_c(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); 216 void vp9_convolve8_c(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); 219 void vp9_convolve8_horiz_c(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); 222 void vp9_convolve8_vert_c(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...] |
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_idct16x16_neon.c | 14 void vp9_idct16x16_256_add_neon_pass1(const int16_t *input, 15 int16_t *output, 17 void vp9_idct16x16_256_add_neon_pass2(const int16_t *src, 18 int16_t *output, 19 int16_t *pass1Output, 20 int16_t skip_adding, 23 void vp9_idct16x16_10_add_neon_pass1(const int16_t *input, 24 int16_t *output, 26 void vp9_idct16x16_10_add_neon_pass2(const int16_t *src, 27 int16_t *output [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/libvpx/libvpx/vp9/encoder/ |
vp9_block.h | 30 int16_t *coeff[MAX_MB_PLANE][3]; 31 int16_t *qcoeff[MAX_MB_PLANE][3]; 32 int16_t *dqcoeff[MAX_MB_PLANE][3]; 36 int16_t *coeff_pbuf[MAX_MB_PLANE][3]; 37 int16_t *qcoeff_pbuf[MAX_MB_PLANE][3]; 38 int16_t *dqcoeff_pbuf[MAX_MB_PLANE][3]; 71 DECLARE_ALIGNED(16, int16_t, src_diff[64 * 64]); 72 int16_t *coeff; 76 int16_t *quant; 77 int16_t *quant_shift [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();
|
/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...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_idct.h | 84 typedef void (*transform_1d)(const int16_t*, int16_t*); 90 void vp9_iwht4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob); 92 void vp9_idct4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob); 93 void vp9_idct8x8_add(const int16_t *input, uint8_t *dest, int stride, int eob); 94 void vp9_idct16x16_add(const int16_t *input, uint8_t *dest, int stride, int 96 void vp9_idct32x32_add(const int16_t *input, uint8_t *dest, int stride, 99 void vp9_iht4x4_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, 101 void vp9_iht8x8_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest, 103 void vp9_iht16x16_add(TX_TYPE tx_type, const int16_t *input, uint8_t *dest [all...] |
/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...] |