Home
last modified time | relevance | path

Searched refs:out_vector (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/src/common_audio/vad/
Dvad_filterbank.c39 int16_t* out_vector) { in WebRtcVad_HpOutput() argument
42 int16_t* out_ptr = out_vector; in WebRtcVad_HpOutput()
77 int16_t* out_vector) { in WebRtcVad_Allpass() argument
92 *out_vector++ = tmp16; in WebRtcVad_Allpass()
131 int16_t* out_vector) { in WebRtcVad_get_features() argument
165 &out_vector[5]); in WebRtcVad_get_features()
169 &out_vector[4]); in WebRtcVad_get_features()
184 &out_vector[3]); in WebRtcVad_get_features()
199 &out_vector[2]); in WebRtcVad_get_features()
214 &out_vector[1]); in WebRtcVad_get_features()
[all …]
Dvad_filterbank.h41 int16_t* out_vector);
120 int16_t* out_vector);
/external/webrtc/src/common_audio/signal_processing/
Dvector_scaling_operations.c49 void WebRtcSpl_VectorBitShiftW32(WebRtc_Word32 *out_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
104 outptr = out_vector; in WebRtcSpl_ScaleVector()
112 void WebRtcSpl_ScaleVectorWithSat(G_CONST WebRtc_Word16 *in_vector, WebRtc_Word16 *out_vector, in WebRtcSpl_ScaleVectorWithSat() argument
123 outptr = out_vector; in WebRtcSpl_ScaleVectorWithSat()
/external/webrtc/src/common_audio/signal_processing/include/
Dsignal_processing_library.h196 void WebRtcSpl_MemCpyReversedOrder(WebRtc_Word16* out_vector,
202 WebRtc_Word16* out_vector);
242 void WebRtcSpl_VectorBitShiftW16(WebRtc_Word16* out_vector,
246 void WebRtcSpl_VectorBitShiftW32(WebRtc_Word32* out_vector,
250 void WebRtcSpl_VectorBitShiftW32ToW16(WebRtc_Word16* out_vector,
256 WebRtc_Word16* out_vector,
261 WebRtc_Word16* out_vector,
269 WebRtc_Word16* out_vector,
280 WebRtc_Word16* out_vector,
282 void WebRtcSpl_ReverseOrderMultArrayElements(WebRtc_Word16* out_vector,
[all …]