Home | History | Annotate | Download | only in dsp

Lines Matching refs:dst

27                       uint8_t* dst, int len) {                                 \
44 dst[R] = r; \
45 dst[G] = g; \
46 dst[B] = b; \
47 if (A) dst[A] = 0xff; \
51 dst[R + XSTEP] = r; \
52 dst[G + XSTEP] = g; \
53 dst[B + XSTEP] = b; \
54 if (A) dst[A + XSTEP] = 0xff; \
58 dst += 2 * XSTEP; \
73 dst[R] = r; \
74 dst[G] = g; \
75 dst[B] = b; \
76 if (A) dst[A] = 0xff; \