HomeSort by relevance Sort by last modified time
    Searched full:int16_t (Results 1 - 25 of 2871) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/bt/embdrv/sbc/encoder/srce/
sbc_dct_coeffs.c 29 const int16_t gas16AnalDCTcoeff4[] = {
30 (int16_t)(0.7071 * 32768), (int16_t)(0.9239 * 32768),
31 (int16_t)(1.0000 * 32767), (int16_t)(0.9239 * 32768),
32 (int16_t)(0.7071 * 32768), (int16_t)(0.3827 * 32768),
33 (int16_t)(0.0000 * 32768), (int16_t)(-0.3827 * 32768),
35 (int16_t)(-0.7071 * 32768), (int16_t)(0.3827 * 32768)
    [all...]
sbc_enc_coeffs.c 30 const int16_t gas32CoeffFor4SBs[] = {
31 (int16_t)((int32_t)0x00000000 >> 16), (int16_t)0x00000000,
32 (int16_t)((int32_t)0x001194E6 >> 16), (int16_t)0x001194E6,
33 (int16_t)((int32_t)0x0030E2D3 >> 16), (int16_t)0x0030E2D3,
34 (int16_t)((int32_t)0x00599403 >> 16), (int16_t)0x00599403,
35 (int16_t)((int32_t)0x007DBCC8 >> 16), (int16_t)0x007DBCC8
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
codec.h 35 int WebRtcIsacfix_DecodeImpl(int16_t* signal_out16,
39 void WebRtcIsacfix_DecodePlcImpl(int16_t* decoded,
43 int WebRtcIsacfix_EncodeImpl(int16_t* in,
46 int16_t CodingMode);
72 typedef void (*Time2Spec)(int16_t* inre1Q9,
73 int16_t* inre2Q9,
74 int16_t* outre,
75 int16_t* outim);
76 typedef void (*Spec2Time)(int16_t* inreQ7,
77 int16_t* inimQ7
    [all...]
pitch_estimator.h 23 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 *gainsQ12
    [all...]
filterbank_internal.h 26 typedef void (*HighpassFilterFixDec32)(int16_t* io,
27 int16_t len,
28 const int16_t* coefficient,
32 void WebRtcIsacfix_HighpassFilterFixDec32C(int16_t* io,
33 int16_t len,
34 const int16_t* coefficient,
38 void WebRtcIsacfix_HighpassFilterFixDec32MIPS(int16_t* io,
39 int16_t len,
40 const int16_t* coefficient,
45 int16_t *data_ch1, // Input and output in channel 1, in Q
    [all...]
structs.h 34 int16_t full; /* 0 - first byte in memory filled, second empty*/
47 int16_t full; /* 0 - first byte in memory filled, second empty*/
55 int16_t DataBufferLoQ0[WINLEN];
56 int16_t DataBufferHiQ0[WINLEN];
61 int16_t CorrBufLoQdom[ORDERLO+1];
62 int16_t CorrBufHiQdom[ORDERHI+1];
75 int16_t PostStateLoGQ0[ORDERLO+1];
76 int16_t PostStateHiGQ0[ORDERHI+1];
95 int16_t INLABUF1_fix[QLOOKAHEAD];
96 int16_t INLABUF2_fix[QLOOKAHEAD]
    [all...]
entropy_coding.h 26 int16_t *frQ7,
27 int16_t *fiQ7,
28 int16_t AvgPitchGain_Q12);
31 int WebRtcIsacfix_EncodeSpec(const int16_t *fr,
32 const int16_t *fi,
34 int16_t AvgPitchGain_Q12);
41 int16_t *outmodel);
44 int16_t *LPCCoef_loQ15,
45 int16_t *LPCCoef_hiQ15,
47 int16_t *outmodel)
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
ilbc_specific_functions.c 24 void WebRtcSpl_ReverseOrderMultArrayElements(int16_t *out, const int16_t *in,
25 const int16_t *win,
27 int16_t right_shifts)
30 int16_t *outptr = out;
31 const int16_t *inptr = in;
32 const int16_t *winptr = win;
35 *outptr++ = (int16_t)((*inptr++ * *winptr--) >> right_shifts);
39 void WebRtcSpl_ElementwiseVectorMult(int16_t *out, const int16_t *in
    [all...]
vector_scaling_operations.c 25 void WebRtcSpl_VectorBitShiftW16(int16_t *res, size_t length,
26 const int16_t *in, int16_t right_shifts)
48 int16_t right_shifts)
67 void WebRtcSpl_VectorBitShiftW32ToW16(int16_t* out, size_t length,
86 void WebRtcSpl_ScaleVector(const int16_t *in_vector, int16_t *out_vector,
87 int16_t gain, size_t in_vector_length,
88 int16_t right_shifts)
92 const int16_t *inptr
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
constants.h 27 extern const int16_t WebRtcIlbcfix_kHpInCoefs[];
28 extern const int16_t WebRtcIlbcfix_kHpOutCoefs[];
31 extern const int16_t WebRtcIlbcfix_kStartSequenceEnrgWin[];
34 extern const int16_t WebRtcIlbcfix_kLpFiltCoefs[];
38 extern const int16_t WebRtcIlbcfix_kLpcWin[];
39 extern const int16_t WebRtcIlbcfix_kLpcAsymWin[];
41 extern const int16_t WebRtcIlbcfix_kLpcChirpSyntDenum[];
42 extern const int16_t WebRtcIlbcfix_kLpcChirpWeightDenum[];
43 extern const int16_t WebRtcIlbcfix_kLsfDimCb[];
44 extern const int16_t WebRtcIlbcfix_kLsfSizeCb[]
    [all...]
defines.h 121 int16_t lsf[LSF_NSPLIT*LPC_N_MAX];
122 int16_t cb_index[CB_NSTAGES*(NASUB_MAX+1)]; /* First CB_NSTAGES values contains extra CB index */
123 int16_t gain_index[CB_NSTAGES*(NASUB_MAX+1)]; /* First CB_NSTAGES values contains extra CB gain */
125 int16_t state_first;
126 int16_t idxVec[STATE_SHORT_LEN_30MS];
127 int16_t firstbits;
135 int16_t mode;
140 int16_t nasub;
142 int16_t lpc_n;
146 int16_t anaMem[LPC_FILTERORDER]
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
txfm_common_sse2.h 18 _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))
25 _mm_set_epi16((int16_t)(b), (int16_t)(b), (int16_t)(b), (int16_t)(b),
    [all...]
  /external/libvpx/config/x86_64/
vp9_rtcd.h 45 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, 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);
46 void vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride, 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/modules/audio_processing/agc/legacy/
digital_agc.h 28 int16_t HPstate;
29 int16_t counter;
30 int16_t logRatio; // log( P(active) / P(inactive) ) (Q10)
31 int16_t meanLongTerm; // Q10
33 int16_t stdLongTerm; // Q10
34 int16_t meanShortTerm; // Q10
36 int16_t stdShortTerm; // Q10
45 int16_t gatePrevious;
46 int16_t agcMode;
55 int32_t WebRtcAgc_InitDigital(DigitalAgc* digitalAgcInst, int16_t agcMode)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.h 22 DECLARE_ALIGNED(16, int16_t, y_quant[QINDEX_RANGE][8]);
23 DECLARE_ALIGNED(16, int16_t, y_quant_shift[QINDEX_RANGE][8]);
24 DECLARE_ALIGNED(16, int16_t, y_zbin[QINDEX_RANGE][8]);
25 DECLARE_ALIGNED(16, int16_t, y_round[QINDEX_RANGE][8]);
29 DECLARE_ALIGNED(16, int16_t, y_quant_fp[QINDEX_RANGE][8]);
30 DECLARE_ALIGNED(16, int16_t, uv_quant_fp[QINDEX_RANGE][8]);
31 DECLARE_ALIGNED(16, int16_t, y_round_fp[QINDEX_RANGE][8]);
32 DECLARE_ALIGNED(16, int16_t, uv_round_fp[QINDEX_RANGE][8]);
34 DECLARE_ALIGNED(16, int16_t, uv_quant[QINDEX_RANGE][8]);
35 DECLARE_ALIGNED(16, int16_t, uv_quant_shift[QINDEX_RANGE][8])
    [all...]
  /external/webrtc/webrtc/voice_engine/
dtmf_inband.h 44 int Get10msTone(int16_t output[320], uint16_t& outputSizeInSamples);
52 int16_t DtmfFix_generate(int16_t* decoded,
53 int16_t value,
54 int16_t volume,
55 int16_t frameLen,
56 int16_t fs);
63 int16_t DtmfFix_generateSignal(int16_t a1_times2,
64 int16_t a2_times2
    [all...]
  /external/libvpx/config/arm/
vp9_rtcd.h 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, 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);
46 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride)
    [all...]
  /external/libvpx/config/generic/
vp9_rtcd.h 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, 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);
46 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride)
    [all...]
  /external/libvpx/config/mips32/
vp9_rtcd.h 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, 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);
46 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride)
    [all...]
  /external/libvpx/config/mips32-dspr2/
vp9_rtcd.h 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, 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);
46 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride)
    [all...]
  /external/libvpx/config/mips32-msa/
vp9_rtcd.h 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, 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);
46 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride)
    [all...]
  /external/libvpx/config/mips64/
vp9_rtcd.h 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, 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);
46 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride)
    [all...]
  /external/libvpx/config/mips64-msa/
vp9_rtcd.h 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, 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);
46 void vp9_fht16x16_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
49 void vp9_fht4x4_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
52 void vp9_fht8x8_c(const int16_t *input, tran_low_t *output, int stride, int tx_type);
55 void vp9_fwht4x4_c(const int16_t *input, tran_low_t *output, int stride)
    [all...]
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, 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);
44 void vp9_fdct8x8_quant_neon(const int16_t *input, int stride, 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/libvpx/config/arm64/
vp9_rtcd.h 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, 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);
44 void vp9_fdct8x8_quant_neon(const int16_t *input, int stride, 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...]

Completed in 1542 milliseconds

1 2 3 4 5 6 7 8 91011>>