Searched refs:in_vector (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/src/common_audio/vad/ |
D | vad_filterbank.c | 36 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 …]
|
D | vad_filterbank.h | 38 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/ |
D | vector_scaling_operations.c | 51 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()
|
D | auto_correlation.c | 20 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()
|
D | get_scaling_square.c | 20 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/ |
D | signal_processing_library.h | 184 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 …]
|