Home
last modified time | relevance | path

Searched refs:in2ptr (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/common_audio/signal_processing/
Dvector_scaling_operations.c139 G_CONST WebRtc_Word16 *in2ptr; in WebRtcSpl_ScaleAndAddVectors() local
143 in2ptr = in2; in WebRtcSpl_ScaleAndAddVectors()
149 + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(gain2, *in2ptr++, shift2); in WebRtcSpl_ScaleAndAddVectors()
Dilbc_specific_functions.c81 G_CONST WebRtc_Word16 *in2ptr = in2; in WebRtcSpl_AddVectorsAndShift() local
84 (*outptr++) = (WebRtc_Word16)(((*in1ptr++) + (*in2ptr++)) >> right_shifts); in WebRtcSpl_AddVectorsAndShift()