Home
last modified time | relevance | path

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

/external/webrtc/src/common_audio/signal_processing/
Dvector_scaling_operations.c30 WebRtc_Word16 right_shifts) in WebRtcSpl_VectorBitShiftW16() argument
34 if (right_shifts > 0) in WebRtcSpl_VectorBitShiftW16()
38 (*res++) = ((*in++) >> right_shifts); in WebRtcSpl_VectorBitShiftW16()
44 (*res++) = ((*in++) << (-right_shifts)); in WebRtcSpl_VectorBitShiftW16()
52 WebRtc_Word16 right_shifts) in WebRtcSpl_VectorBitShiftW32() argument
56 if (right_shifts > 0) in WebRtcSpl_VectorBitShiftW32()
60 (*out_vector++) = ((*in_vector++) >> right_shifts); in WebRtcSpl_VectorBitShiftW32()
66 (*out_vector++) = ((*in_vector++) << (-right_shifts)); in WebRtcSpl_VectorBitShiftW32()
74 WebRtc_Word16 right_shifts) in WebRtcSpl_VectorBitShiftW32ToW16() argument
78 if (right_shifts >= 0) in WebRtcSpl_VectorBitShiftW32ToW16()
[all …]
Dilbc_specific_functions.c29 WebRtc_Word16 right_shifts, WebRtc_Word16 *out, in WebRtcSpl_ScaleAndAddVectorsWithRound() argument
34 roundVal = 1 << right_shifts; in WebRtcSpl_ScaleAndAddVectorsWithRound()
39 + WEBRTC_SPL_MUL_16_16(vector2[i], scale2) + roundVal) >> right_shifts); in WebRtcSpl_ScaleAndAddVectorsWithRound()
46 WebRtc_Word16 right_shifts) in WebRtcSpl_ReverseOrderMultArrayElements() argument
55 *winptr--, right_shifts); in WebRtcSpl_ReverseOrderMultArrayElements()
61 WebRtc_Word16 right_shifts) in WebRtcSpl_ElementwiseVectorMult() argument
70 *winptr++, right_shifts); in WebRtcSpl_ElementwiseVectorMult()
76 WebRtc_Word16 right_shifts) in WebRtcSpl_AddVectorsAndShift() argument
84 (*outptr++) = (WebRtc_Word16)(((*in1ptr++) + (*in2ptr++)) >> right_shifts); in WebRtcSpl_AddVectorsAndShift()
90 WebRtc_Word16 right_shifts, int vector_length) in WebRtcSpl_AddAffineVectorToVector() argument
[all …]
Dcross_correlation.c23 WebRtc_Word16 right_shifts, in WebRtcSpl_CrossCorrelation() argument
144 *CrossCorrPtr = (WebRtc_Word32)(macc40 >> right_shifts); in WebRtcSpl_CrossCorrelation()
169 (*CrossCorrPtr) += WEBRTC_SPL_MUL_16_16_RSFT((*seq1Ptr), (*seq2Ptr), right_shifts); in WebRtcSpl_CrossCorrelation()
177 if (right_shifts == 0) in WebRtcSpl_CrossCorrelation()
222 right_shifts); in WebRtcSpl_CrossCorrelation()
226 right_shifts); in WebRtcSpl_CrossCorrelation()
230 right_shifts); in WebRtcSpl_CrossCorrelation()
234 right_shifts); in WebRtcSpl_CrossCorrelation()
238 right_shifts); in WebRtcSpl_CrossCorrelation()
242 right_shifts); in WebRtcSpl_CrossCorrelation()
[all …]
/external/webrtc/src/common_audio/signal_processing/include/
Dsignal_processing_library.h245 WebRtc_Word16 right_shifts);
249 WebRtc_Word16 right_shifts);
253 WebRtc_Word16 right_shifts);
259 WebRtc_Word16 right_shifts);
264 WebRtc_Word16 right_shifts);
279 WebRtc_Word16 right_shifts,
286 WebRtc_Word16 right_shifts);
291 WebRtc_Word16 right_shifts);
296 WebRtc_Word16 right_shifts);
301 WebRtc_Word16 right_shifts,
[all …]