Home | History | Annotate | Download | only in dsp

Lines Matching refs:DST

26 #define LOAD_32x4(SRC, DST) const uint32x4_t DST = vld1q_u32((SRC))
31 #define STORE_32x8(SRC0, SRC1, DST) do { \
32 vst1q_u32((DST) + 0, SRC0); \
33 vst1q_u32((DST) + 4, SRC1); \
61 uint8_t* const dst = wrk->dst;
81 vst1_u8(dst + x_out, D);
87 dst[x_out] = v;
102 vst1_u8(dst + x_out, F);
110 dst[x_out] = v;
117 uint8_t* const dst = wrk->dst;
143 vst1_u8(dst + x_out, E);
150 dst[x_out] = v;
161 vst1_u8(dst + x_out, C);
167 dst[x_out] = v;