Home
last modified time | relevance | path

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

/external/webrtc/common_audio/signal_processing/
Dilbc_specific_functions.c32 const int16_t *winptr = win; in WebRtcSpl_ReverseOrderMultArrayElements() local
35 *outptr++ = (int16_t)((*inptr++ * *winptr--) >> right_shifts); in WebRtcSpl_ReverseOrderMultArrayElements()
46 const int16_t *winptr = win; in WebRtcSpl_ElementwiseVectorMult() local
49 *outptr++ = (int16_t)((*inptr++ * *winptr++) >> right_shifts); in WebRtcSpl_ElementwiseVectorMult()