Lines Matching defs:in

5  *  that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
31 void WebRtcSpl_DownBy2IntToShort(WebRtc_Word32 *in, WebRtc_Word32 len, WebRtc_Word16 *out,
42 tmp0 = in[i << 1];
64 in[i << 1] = (state[3] >> 1);
67 in++;
72 tmp0 = in[i << 1];
94 in[i << 1] = (state[7] >> 1);
97 in--;
103 tmp0 = (in[i << 1] + in[(i << 1) + 1]) >> 15;
104 tmp1 = (in[(i << 1) + 2] + in[(i << 1) + 3]) >> 15;
124 void WebRtcSpl_DownBy2ShortToInt(const WebRtc_Word16 *in,
137 tmp0 = ((WebRtc_Word32)in[i << 1] << 15) + (1 << 14);
162 in++;
167 tmp0 = ((WebRtc_Word32)in[i << 1] << 15) + (1 << 14);
192 in--;
200 void WebRtcSpl_UpBy2ShortToInt(const WebRtc_Word16 *in, WebRtc_Word32 len, WebRtc_Word32 *out,
209 tmp0 = ((WebRtc_Word32)in[i] << 15) + (1 << 14);
239 tmp0 = ((WebRtc_Word32)in[i] << 15) + (1 << 14);
270 void WebRtcSpl_UpBy2IntToInt(const WebRtc_Word32 *in, WebRtc_Word32 len, WebRtc_Word32 *out,
279 tmp0 = in[i];
309 tmp0 = in[i];
340 void WebRtcSpl_UpBy2IntToShort(const WebRtc_Word32 *in, WebRtc_Word32 len, WebRtc_Word16 *out,
349 tmp0 = in[i];
384 tmp0 = in[i];
419 void WebRtcSpl_LPBy2ShortToInt(const WebRtc_Word16* in, WebRtc_Word32 len, WebRtc_Word32* out,
428 in++;
455 tmp0 = ((WebRtc_Word32)in[i << 1] << 15) + (1 << 14);
457 in--;
462 tmp0 = ((WebRtc_Word32)in[i << 1] << 15) + (1 << 14);
493 tmp0 = ((WebRtc_Word32)in[i << 1] << 15) + (1 << 14);
519 in++;
522 tmp0 = ((WebRtc_Word32)in[i << 1] << 15) + (1 << 14);
552 void WebRtcSpl_LPBy2IntToInt(const WebRtc_Word32* in, WebRtc_Word32 len, WebRtc_Word32* out,
561 in++;
588 tmp0 = in[i << 1];
590 in--;
595 tmp0 = in[i << 1];
626 tmp0 = in[i << 1];
652 in++;
655 tmp0 = in[i << 1];