Searched refs:int16_t (Results 1 - 25 of 1375) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbank_tables.c25 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] = {
H A Dfft.h37 int16_t WebRtcIsacfix_FftRadix16Fastest(int16_t RexQx[], int16_t ImxQx[], int16_t iSign);
H A Dpitch_gain_tables.c54 const int16_t WebRtcIsacfix_kLowerlimiGain[3] = {
58 const int16_t WebRtcIsacfix_kUpperlimitGain[3] = {
72 const int16_t WebRtcIsacfix_kPitchGain1[144] = {
89 const int16_t WebRtcIsacfix_kPitchGain2[144] = {
106 const int16_t WebRtcIsacfix_kPitchGain3[144] = {
124 const int16_t WebRtcIsacfix_kPitchGain4[144] = {
144 const int16_t WebRtcIsacfix_kTransform[4][4] = {
H A Dpitch_estimator.h23 void WebRtcIsacfix_PitchAnalysis(const int16_t *in, /* PITCH_FRAME_LEN samples */
24 int16_t *outQ0, /* PITCH_FRAME_LEN+QLOOKAHEAD samples */
26 int16_t *lagsQ7,
27 int16_t *PitchGains_Q12);
29 void WebRtcIsacfix_InitialPitch(const int16_t *in,
31 int16_t *qlags);
33 void WebRtcIsacfix_PitchFilter(int16_t *indatFix,
34 int16_t *outdatQQ,
36 int16_t *lagsQ7,
37 int16_t *gainsQ1
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dgain_dequant.h29 int16_t WebRtcIlbcfix_GainDequant(
31 int16_t index, /* (i) quantization index */
32 int16_t maxIn, /* (i) maximum of unquantized gain (Q14) */
33 int16_t stage /* (i) The stage of the search */
H A Dchebyshev.h31 int16_t WebRtcIlbcfix_Chebyshev(
33 int16_t x, /* (i) Value to the Chevyshev polynomial */
34 int16_t *f /* (i) The coefficients in the polynomial */
H A Dgain_quant.h28 int16_t WebRtcIlbcfix_GainQuant( /* (o) quantized gain value */
29 int16_t gain, /* (i) gain value Q14 */
30 int16_t maxIn, /* (i) maximum of gain value Q14 */
31 int16_t stage, /* (i) The stage of the search */
32 int16_t *index /* (o) quantization index */
H A Dinterpolate.h29 int16_t *out, /* (o) output vector */
30 int16_t *in1, /* (i) first input vector */
31 int16_t *in2, /* (i) second input vector */
32 int16_t coef, /* (i) weight coefficient in Q14 */
33 int16_t length); /* (i) number of sample is vectors */
H A Dlsf_interpolate_to_poly_dec.h29 int16_t *a, /* (o) lpc coefficients Q12 */
30 int16_t *lsf1, /* (i) first set of lsf coefficients Q13 */
31 int16_t *lsf2, /* (i) second set of lsf coefficients Q13 */
32 int16_t coef, /* (i) weighting coefficient to use between
34 int16_t length /* (i) length of coefficient vectors */
H A Dlsf_interpolate_to_poly_enc.h30 int16_t *a, /* (o) lpc coefficients Q12 */
31 int16_t *lsf1, /* (i) first set of lsf coefficients Q13 */
32 int16_t *lsf2, /* (i) second set of lsf coefficients Q13 */
33 int16_t coef, /* (i) weighting coefficient to use between
35 int16_t length /* (i) length of coefficient vectors */
H A Dsort_sq.h29 int16_t *xq, /* (o) the quantized value */
30 int16_t *index, /* (o) the quantization index */
31 int16_t x, /* (i) the value to quantize */
32 const int16_t *cb, /* (i) the quantization codebook */
33 int16_t cb_size /* (i) the size of the quantization codebook */
H A Dvq3.h29 int16_t *Xq, /* (o) the quantized vector (Q13) */
30 int16_t *index, /* (o) the quantization index */
31 int16_t *CB, /* (i) the vector quantization codebook (Q13) */
32 int16_t *X, /* (i) the vector to quantize (Q13) */
33 int16_t n_cb /* (i) the number of vectors in the codebook */
H A Dvq4.h29 int16_t *Xq, /* (o) the quantized vector (Q13) */
30 int16_t *index, /* (o) the quantization index */
31 int16_t *CB, /* (i) the vector quantization codebook (Q13) */
32 int16_t *X, /* (i) the vector to quantize (Q13) */
33 int16_t n_cb /* (i) the number of vectors in the codebook */
H A Dsimple_interpolate_lsf.h29 int16_t *syntdenum, /* (o) the synthesis filter denominator
32 int16_t *weightdenum, /* (o) the weighting filter denominator
35 int16_t *lsf, /* (i) the unquantized lsf coefficients Q13 */
36 int16_t *lsfdeq, /* (i) the dequantized lsf coefficients Q13 */
37 int16_t *lsfold, /* (i) the unquantized lsf coefficients of
39 int16_t *lsfdeqold, /* (i) the dequantized lsf coefficients of the
41 int16_t length, /* (i) should equate FILTERORDER */
H A Dsplit_vq.h29 int16_t *qX, /* (o) the quantized vector in Q13 */
30 int16_t *index, /* (o) a vector of indexes for all vector
32 int16_t *X, /* (i) the vector to quantize */
33 int16_t *CB, /* (i) the quantizer codebook in Q13 */
34 int16_t *dim, /* (i) the dimension of X and qX */
35 int16_t *cbsize /* (i) the number of vectors in the codebook */
H A Dlsf_to_lsp.h29 int16_t *lsf, /* (i) lsf in Q13 values between 0 and pi */
30 int16_t *lsp, /* (o) lsp in Q15 values between -1 and 1 */
31 int16_t m /* (i) number of coefficients */
H A Dlsp_to_lsf.h29 int16_t *lsp, /* (i) lsp vector -1...+1 in Q15 */
30 int16_t *lsf, /* (o) Lsf vector 0...Pi in Q13
32 int16_t m /* (i) Number of coefficients */
H A Dpoly_to_lsp.h30 int16_t *a, /* (o) A coefficients in Q12 */
31 int16_t *lsp, /* (i) LSP coefficients in Q15 */
32 int16_t *old_lsp /* (i) old LSP coefficients that are used if the new
H A Dsimple_lsf_dequant.h29 int16_t *lsfdeq, /* (o) dequantized lsf coefficients */
30 int16_t *index, /* (i) quantization index */
31 int16_t lpc_n /* (i) number of LPCs */
H A Dsmooth.h29 int16_t *odata, /* (o) smoothed output */
30 int16_t *current, /* (i) the un enhanced residual for
32 int16_t *surround /* (i) The approximation from the
H A Dabs_quant_loop.h29 void WebRtcIlbcfix_AbsQuantLoop(int16_t *syntOutIN, int16_t *in_weightedIN,
30 int16_t *weightDenumIN, size_t *quantLenIN,
31 int16_t *idxVecIN);
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dtxfm_common_sse2.h18 _mm_set_epi16((int16_t)(b), (int16_t)(a), (int16_t)(b), (int16_t)(a), \
19 (int16_t)(b), (int16_t)(a), (int16_t)(b), (int16_t)(a))
22 _mm_set_epi16((int16_t)(b), (int16_t)(
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_gain_tables.c47 const int16_t WebRtcIsac_kIndexLowerLimitGain[3] = {
50 const int16_t WebRtcIsac_kIndexUpperLimitGain[3] = {
62 const int16_t WebRtcIsac_kQMeanGain1Q12[144] = {
73 const int16_t WebRtcIsac_kQMeanGain2Q12[144] = {
84 const int16_t WebRtcIsac_kQMeanGain3Q12[144] = {
96 const int16_t WebRtcIsac_kQMeanGain4Q12[144] = {
H A Dpitch_gain_tables.h29 extern const int16_t WebRtcIsac_kIndexLowerLimitGain[3];
31 extern const int16_t WebRtcIsac_kIndexUpperLimitGain[3];
36 extern const int16_t WebRtcIsac_kQMeanGain1Q12[144];
37 extern const int16_t WebRtcIsac_kQMeanGain2Q12[144];
38 extern const int16_t WebRtcIsac_kQMeanGain3Q12[144];
39 extern const int16_t WebRtcIsac_kQMeanGain4Q12[144];
/external/webrtc/webrtc/common_audio/vad/
H A Dvad_gmm.h34 int32_t WebRtcVad_GaussianProbability(int16_t input,
35 int16_t mean,
36 int16_t std,
37 int16_t* delta);

Completed in 1476 milliseconds

1234567891011>>