Home
last modified time | relevance | path

Searched refs:in_vector (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/src/common_audio/vad/
Dvad_filterbank.c36 void WebRtcVad_HpOutput(int16_t* in_vector, in WebRtcVad_HpOutput() argument
41 int16_t* in_ptr = in_vector; in WebRtcVad_HpOutput()
73 void WebRtcVad_Allpass(int16_t* in_vector, in WebRtcVad_Allpass() argument
90 tmp32 = state32 + WEBRTC_SPL_MUL_16_16(filter_coefficients, (*in_vector)); in WebRtcVad_Allpass()
93 in32 = WEBRTC_SPL_LSHIFT_W32(((int32_t) (*in_vector)), 14); in WebRtcVad_Allpass()
96 in_vector += 2; in WebRtcVad_Allpass()
102 void WebRtcVad_SplitFilter(int16_t* in_vector, in WebRtcVad_SplitFilter() argument
113 WebRtcVad_Allpass(&in_vector[0], kAllPassCoefsQ15[0], half_length, in WebRtcVad_SplitFilter()
117 WebRtcVad_Allpass(&in_vector[1], kAllPassCoefsQ15[1], half_length, in WebRtcVad_SplitFilter()
129 int16_t* in_vector, in WebRtcVad_get_features() argument
[all …]
Dvad_filterbank.h38 void WebRtcVad_HpOutput(int16_t* in_vector,
62 void WebRtcVad_Allpass(int16_t* in_vector,
87 void WebRtcVad_SplitFilter(int16_t* in_vector,
118 int16_t* in_vector,
/external/webrtc/src/common_audio/signal_processing/
Dvector_scaling_operations.c51 G_CONST WebRtc_Word32 *in_vector, in WebRtcSpl_VectorBitShiftW32() argument
60 (*out_vector++) = ((*in_vector++) >> right_shifts); in WebRtcSpl_VectorBitShiftW32()
66 (*out_vector++) = ((*in_vector++) << (-right_shifts)); in WebRtcSpl_VectorBitShiftW32()
94 void WebRtcSpl_ScaleVector(G_CONST WebRtc_Word16 *in_vector, WebRtc_Word16 *out_vector, in WebRtcSpl_ScaleVector() argument
103 inptr = in_vector; in WebRtcSpl_ScaleVector()
112 void WebRtcSpl_ScaleVectorWithSat(G_CONST WebRtc_Word16 *in_vector, WebRtc_Word16 *out_vector, in WebRtcSpl_ScaleVectorWithSat() argument
122 inptr = in_vector; in WebRtcSpl_ScaleVectorWithSat()
Dauto_correlation.c20 int WebRtcSpl_AutoCorrelation(G_CONST WebRtc_Word16* in_vector, in WebRtcSpl_AutoCorrelation() argument
43 smax = WebRtcSpl_MaxAbsValueW16(in_vector, in_vector_length); in WebRtcSpl_AutoCorrelation()
73 xptr1 = in_vector; in WebRtcSpl_AutoCorrelation()
74 xptr2 = &in_vector[i]; in WebRtcSpl_AutoCorrelation()
Dget_scaling_square.c20 int WebRtcSpl_GetScalingSquare(WebRtc_Word16 *in_vector, int in_vector_length, int times) in WebRtcSpl_GetScalingSquare() argument
26 WebRtc_Word16 *sptr = in_vector; in WebRtcSpl_GetScalingSquare()
/external/webrtc/src/common_audio/signal_processing/include/
Dsignal_processing_library.h184 int WebRtcSpl_GetScalingSquare(WebRtc_Word16* in_vector,
197 WebRtc_Word16* in_vector,
199 WebRtc_Word16 WebRtcSpl_CopyFromEndW16(G_CONST WebRtc_Word16* in_vector,
244 G_CONST WebRtc_Word16* in_vector,
248 G_CONST WebRtc_Word32* in_vector,
252 G_CONST WebRtc_Word32* in_vector,
255 void WebRtcSpl_ScaleVector(G_CONST WebRtc_Word16* in_vector,
260 void WebRtcSpl_ScaleVectorWithSat(G_CONST WebRtc_Word16* in_vector,
283 G_CONST WebRtc_Word16* in_vector,
288 G_CONST WebRtc_Word16* in_vector,
[all …]