Lines Matching defs:dst
29 static void add_bytes_c(uint8_t *dst, uint8_t *src, ptrdiff_t w)
35 long b = *(long *) (dst + i);
36 *(long *) (dst + i) = ((a & pb_7f) + (b & pb_7f)) ^ ((a ^ b) & pb_80);
39 dst[i + 0] += src[i + 0];
42 static void add_median_pred_c(uint8_t *dst, const uint8_t *src1,
55 dst[i] = l;
62 static int add_left_pred_c(uint8_t *dst, const uint8_t *src, ptrdiff_t w,
69 dst[i] = acc;
72 dst[i] = acc;
77 dst[i] = acc;
83 static int add_left_pred_int16_c(uint16_t *dst, const uint16_t *src, unsigned mask, ptrdiff_t w, unsigned acc){
88 dst[i]= acc &= mask;
91 dst[i]= acc &= mask;
96 dst[i]= acc &= mask;