Lines Matching defs:left
42 static void add_hfyu_median_pred_int16_c(uint16_t *dst, const uint16_t *src, const uint16_t *diff, unsigned mask, int w, int *left, int *left_top){
46 l = *left;
55 *left = l;
60 intptr_t w, uint8_t *left)
63 uint8_t r = left[R], g = left[G], b = left[B], a = left[A];
77 left[B] = b;
78 left[G] = g;
79 left[R] = r;
80 left[A] = a;