Home | History | Annotate | Download | only in dsp

Lines Matching defs:in

4 // that can be found in the COPYING file in the root of the source
6 // in the file PATENTS. All contributing project authors may
7 // be found in the AUTHORS file in the root of the source tree.
250 const uint8_t* in = (const uint8_t*)src;
258 LD_UB2(in, 16, src0, src1);
262 in += 32;
268 src0 = LD_UB(in);
272 in += 16;
277 const uint8_t b = in[0];
278 const uint8_t g = in[1];
279 const uint8_t r = in[2];
283 out[4] = in[4];