/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
simple_lsf_quant.c | 28 int16_t *lsfdeq, /* (o) dequantized lsf coefficients 30 int16_t *index, /* (o) quantization index */ 31 int16_t *lsf, /* (i) the lsf coefficient vector to be 33 int16_t lpc_n /* (i) number of lsf sets to quantize */ 38 (int16_t*)WebRtcIlbcfix_kLsfCb, (int16_t*)WebRtcIlbcfix_kLsfDimCb, (int16_t*)WebRtcIlbcfix_kLsfSizeCb); 43 lsf + LPC_FILTERORDER, (int16_t*)WebRtcIlbcfix_kLsfCb, 44 (int16_t*)WebRtcIlbcfix_kLsfDimCb, (int16_t*)WebRtcIlbcfix_kLsfSizeCb) [all...] |
cb_mem_energy_augmentation.h | 23 int16_t *interpSamples, /* (i) The interpolated samples */ 24 int16_t *CBmem, /* (i) The CB memory */ 27 int16_t *energyW16, /* (o) Energy in the CB vectors */ 28 int16_t *energyShifts /* (o) Shift value of the energy */
|
cb_mem_energy_calc.h | 25 int16_t *ppi, /* (i) input pointer 1 */ 26 int16_t *ppo, /* (i) input pointer 2 */ 27 int16_t *energyW16, /* (o) Energy in the CB vectors */ 28 int16_t *energyShifts, /* (o) Shift value of the energy */
|
ilbc.c | 27 int16_t WebRtcIlbcfix_EncoderAssign(IlbcEncoderInstance** iLBC_encinst, 28 int16_t* ILBCENC_inst_Addr, 29 int16_t* size) { 31 *size=sizeof(IlbcEncoder)/sizeof(int16_t); 39 int16_t WebRtcIlbcfix_DecoderAssign(IlbcDecoderInstance** iLBC_decinst, 40 int16_t* ILBCDEC_inst_Addr, 41 int16_t* size) { 43 *size=sizeof(IlbcDecoder)/sizeof(int16_t); 51 int16_t WebRtcIlbcfix_EncoderCreate(IlbcEncoderInstance **iLBC_encinst) { 61 int16_t WebRtcIlbcfix_DecoderCreate(IlbcDecoderInstance **iLBC_decinst) [all...] |
poly_to_lsf.c | 25 int16_t *lsf, /* (o) lsf coefficients (Q13) */ 26 int16_t *a /* (i) A coefficients (Q12) */ 28 int16_t lsp[10]; 29 WebRtcIlbcfix_Poly2Lsp(a, lsp, (int16_t*)WebRtcIlbcfix_kLspMean);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
bandwidth_estimator.h | 62 const int16_t frameSize, 69 int16_t WebRtcIsacfix_UpdateUplinkBwRec(BwEstimatorstr *bwest_str, 70 const int16_t Index); 90 int16_t WebRtcIsacfix_GetUplinkBandwidth(const BwEstimatorstr *bwest_str); 93 int16_t WebRtcIsacfix_GetDownlinkMaxDelay(const BwEstimatorstr *bwest_str); 96 int16_t WebRtcIsacfix_GetUplinkMaxDelay(const BwEstimatorstr *bwest_str); 111 int16_t StreamSize, /* bytes in bitstream */ 112 const int16_t FrameLen, /* ms per frame */ 113 const int16_t BottleNeck, /* bottle neck rate; excl headers (bps) */ 114 const int16_t DelayBuildUp); /* max delay from bottle neck buffering (ms) * [all...] |
lattice_c.c | 24 void WebRtcIsacfix_FilterArLoop(int16_t* ar_g_Q0, // Input samples 25 int16_t* ar_f_Q0, // Input samples 26 int16_t* cth_Q15, // Filter coefficients 27 int16_t* sth_Q15, // Filter coefficients 33 int16_t tmpAR = 0; 43 tmpAR = (int16_t)WebRtcSpl_SatW32ToW16(tmp32); 44 ar_g_Q0[k] = (int16_t)WebRtcSpl_SatW32ToW16(tmp32_2);
|
pitch_gain_tables.h | 28 extern const int16_t WebRtcIsacfix_kLowerlimiGain[3]; 29 extern const int16_t WebRtcIsacfix_kUpperlimitGain[3]; 33 extern const int16_t WebRtcIsacfix_kPitchGain1[144]; 34 extern const int16_t WebRtcIsacfix_kPitchGain2[144]; 35 extern const int16_t WebRtcIsacfix_kPitchGain3[144]; 36 extern const int16_t WebRtcIsacfix_kPitchGain4[144]; 42 extern const int16_t WebRtcIsacfix_kTransform[4][4];
|
lattice.c | 42 void WebRtcIsacfix_FilterArLoop(int16_t* ar_g_Q0, 43 int16_t* ar_f_Q0, 44 int16_t* cth_Q15, 45 int16_t* sth_Q15, 55 void WebRtcIsacfix_FilterMaLoopC(int16_t input0, // Filter coefficient 56 int16_t input1, // Filter coefficient 65 int16_t t16a = (int16_t)(input2 >> 16); 66 int16_t t16b = (int16_t)input2 [all...] |
pitch_lag_tables.h | 39 extern const int16_t WebRtcIsacfix_kLowerLimitLo[4]; 40 extern const int16_t WebRtcIsacfix_kUpperLimitLo[4]; 46 extern const int16_t WebRtcIsacfix_kMeanLag2Lo[19]; 47 extern const int16_t WebRtcIsacfix_kMeanLag4Lo[9]; 65 extern const int16_t WebRtcIsacfix_kLowerLimitMid[4]; 66 extern const int16_t WebRtcIsacfix_kUpperLimitMid[4]; 72 extern const int16_t WebRtcIsacfix_kMeanLag2Mid[35]; 73 extern const int16_t WebRtcIsacfix_kMeanLag4Mid[19]; 90 extern const int16_t WebRtcIsacfix_kLowerLimitHi[4]; 91 extern const int16_t WebRtcIsacfix_kUpperLimitHi[4] [all...] |
/hardware/akm/AK8975_FS/akmdfs/ |
AK8975Driver.h | 23 #include <stdint.h> /* int8_t, int16_t etc. */ 49 typedef int16_t(*ACCFNC_INITDEVICE)(void); 65 typedef int16_t(*ACCFNC_GETACCDATA)(short data[3]); 72 int16_t AKD_InitDevice(void); 76 int16_t AKD_TxData( 81 int16_t AKD_RxData( 86 int16_t AKD_GetMagneticData(BYTE data[SENSOR_DATA_SIZE]); 94 int16_t AKD_SetMode(const BYTE mode); 96 int16_t AKD_GetDelay(int64_t delay[AKM_NUM_SENSORS]); 98 int16_t AKD_GetLayout(int16_t* layout) [all...] |
/external/webrtc/webrtc/common_audio/ |
audio_util.cc | 17 void FloatToS16(const float* src, size_t size, int16_t* dest) { 22 void S16ToFloat(const int16_t* src, size_t size, float* dest) { 27 void FloatS16ToS16(const float* src, size_t size, int16_t* dest) { 43 void DownmixInterleavedToMono<int16_t>(const int16_t* interleaved, 46 int16_t* deinterleaved) { 47 DownmixInterleavedToMonoImpl<int16_t, int32_t>(interleaved, num_frames,
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
get_scaling_square.c | 20 int16_t WebRtcSpl_GetScalingSquare(int16_t* in_vector, 24 int16_t nbits = WebRtcSpl_GetSizeInBits((uint32_t)times); 26 int16_t smax = -1; 27 int16_t sabs; 28 int16_t *sptr = in_vector; 29 int16_t t;
|
/external/webrtc/webrtc/modules/audio_processing/agc/legacy/ |
analog_agc.h | 37 static const int16_t kMsecSpeechInner = 520; 38 static const int16_t kMsecSpeechOuter = 340; 40 static const int16_t kNormalVadThreshold = 400; 42 static const int16_t kAlphaShortTerm = 6; // 1 >> 6 = 0.0156 43 static const int16_t kAlphaLongTerm = 10; // 1 >> 10 = 0.000977 49 int16_t compressionGaindB; // Fixed gain level in dB 50 int16_t targetLevelDbfs; // Target level in -dBfs of envelope (default -3) 51 int16_t agcMode; // Hard coded mode (adaptAna/adaptDig/fixedDig) 57 int16_t initFlag; 58 int16_t lastError [all...] |
/hardware/qcom/audio/post_proc/ |
reverb.h | 30 int16_t roomLevel; 31 int16_t roomHFLevel; 33 int16_t decayHFRatio; 34 int16_t reflectionsLevel; 36 int16_t reverbLevel; 38 int16_t diffusion; 39 int16_t density;
|
/frameworks/av/media/libaudioprocessing/ |
AudioMixerOps.h | 49 * Output type TO: int32_t (Q4.27) or int16_t (Q.15) or float [-1,1] 50 * Input signal type TI: int32_t (Q4.27) or int16_t (Q.15) or float [-1,1] 51 * Volume type TV: int32_t (U4.28) or int16_t (U4.12) or float [-1,1] 63 inline int32_t MixMul<int32_t, int16_t, int16_t>(int16_t value, int16_t volume) { 68 inline int32_t MixMul<int32_t, int32_t, int16_t>(int32_t value, int16_t volume) { 73 inline int32_t MixMul<int32_t, int16_t, int32_t>(int16_t value, int32_t volume) [all...] |
/external/compiler-rt/test/ubsan/TestCases/Integer/ |
mul-overflow.cpp | 8 (void)(int16_t(0x7fff) * int16_t(0x7fff)); 9 (void)(uint16_t(0xffff) * int16_t(0x7fff));
|
/external/libvpx/libvpx/vp9/common/ |
vp9_rtcd_defs.pl | 125 add_proto qw/void vp9_quantize_fp/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan"; 128 add_proto qw/void vp9_quantize_fp_32x32/, "const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan" [all...] |
/external/webrtc/webrtc/voice_engine/ |
dtmf_inband.cc | 20 const int16_t Dtmf_a_times2Tab8Khz[8]= 26 const int16_t Dtmf_a_times2Tab16Khz[8]= 32 const int16_t Dtmf_a_times2Tab32Khz[8]= 39 const int16_t Dtmf_ym2Tab8Khz[8]= 45 const int16_t Dtmf_ym2Tab16Khz[8]= 51 const int16_t Dtmf_ym2Tab32Khz[8]= 56 const int16_t Dtmf_dBm0kHz[37]= 149 _frameLengthSamples = static_cast<int16_t> (_outputFrequencyHz / 100); 150 _eventCode = static_cast<int16_t> (eventCode); 151 _attenuationDb = static_cast<int16_t> (attenuationDb) [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
webrtc_cng.c | 23 int16_t dec_target_reflCoefs[WEBRTC_CNG_MAX_LPC_ORDER + 1]; 24 int16_t dec_used_reflCoefs[WEBRTC_CNG_MAX_LPC_ORDER + 1]; 25 int16_t dec_filtstate[WEBRTC_CNG_MAX_LPC_ORDER + 1]; 26 int16_t dec_filtstateLow[WEBRTC_CNG_MAX_LPC_ORDER + 1]; 27 int16_t dec_Efiltstate[WEBRTC_CNG_MAX_LPC_ORDER + 1]; 28 int16_t dec_EfiltstateLow[WEBRTC_CNG_MAX_LPC_ORDER + 1]; 29 int16_t dec_order; 30 int16_t dec_target_scale_factor; /* Q29 */ 31 int16_t dec_used_scale_factor; /* Q29 */ 32 int16_t target_scale_factor; /* Q13 * [all...] |
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
quantize_msa.c | 15 static int8_t fast_quantize_b_msa(int16_t *coeff_ptr, int16_t *round, 16 int16_t *quant, int16_t *de_quant, 17 int16_t *q_coeff, int16_t *dq_coeff) { 82 int16_t *zbin_boost, int16_t *coeff_ptr, int16_t *zbin, int16_t *round [all...] |
/external/libexif/contrib/watcom/ |
_stdint.h | 9 typedef signed short int16_t; typedef
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
audio_vector.cc | 22 : array_(new int16_t[kDefaultInitialSize]), 28 : array_(new int16_t[initial_size]), 31 memset(array_.get(), 0, initial_size * sizeof(int16_t)); 44 memcpy(copy_to->array_.get(), array_.get(), Size() * sizeof(int16_t)); 52 memmove(&array_[insert_length], &array_[0], Size() * sizeof(int16_t)); 53 memcpy(&array_[0], &prepend_this.array_[0], insert_length * sizeof(int16_t)); 57 void AudioVector::PushFront(const int16_t* prepend_this, size_t length) { 66 void AudioVector::PushBack(const int16_t* append_this, size_t length) { 68 memcpy(&array_[first_free_ix_], append_this, length * sizeof(int16_t)); 78 memmove(&array_[0], &array_[length], remaining_samples * sizeof(int16_t)); [all...] |
background_noise.h | 48 void SetMuteFactor(size_t channel, int16_t value); 51 int16_t MuteFactor(size_t channel) const; 54 const int16_t* Filter(size_t channel) const; 57 const int16_t* FilterState(size_t channel) const; 61 void SetFilterState(size_t channel, const int16_t* input, size_t length); 64 int16_t Scale(size_t channel) const; 67 int16_t ScaleShift(size_t channel) const; 82 static const int16_t kLogResidualLength = 6; // log2(kResidualLength) 107 int16_t filter_state[kMaxLpcOrder]; 108 int16_t filter[kMaxLpcOrder + 1] [all...] |
/external/skia/src/gpu/ |
GrRect.h | 15 int16_t fLeft, fTop, fRight, fBottom; 23 static GrIRect16 SK_WARN_UNUSED_RESULT MakeWH(int16_t w, int16_t h) { 29 static GrIRect16 SK_WARN_UNUSED_RESULT MakeXYWH(int16_t x, int16_t y, int16_t w, int16_t h) { 42 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) [all...] |