Home | History | Annotate | Download | only in signal_processing

Lines Matching refs:G_CONST

43 void WebRtcSpl_ReverseOrderMultArrayElements(WebRtc_Word16 *out, G_CONST WebRtc_Word16 *in,
44 G_CONST WebRtc_Word16 *win,
50 G_CONST WebRtc_Word16 *inptr = in;
51 G_CONST WebRtc_Word16 *winptr = win;
59 void WebRtcSpl_ElementwiseVectorMult(WebRtc_Word16 *out, G_CONST WebRtc_Word16 *in,
60 G_CONST WebRtc_Word16 *win, WebRtc_Word16 vector_length,
65 G_CONST WebRtc_Word16 *inptr = in;
66 G_CONST WebRtc_Word16 *winptr = win;
74 void WebRtcSpl_AddVectorsAndShift(WebRtc_Word16 *out, G_CONST WebRtc_Word16 *in1,
75 G_CONST WebRtc_Word16 *in2, WebRtc_Word16 vector_length,
80 G_CONST WebRtc_Word16 *in1ptr = in1;
81 G_CONST WebRtc_Word16 *in2ptr = in2;