Lines Matching refs:OPNAME
28 #define PIXOP2(OPNAME, OP) \
29 static inline void OPNAME ## _no_rnd_pixels8_l2_8(uint8_t *dst, \
52 static inline void OPNAME ## _no_rnd_pixels16_l2_8(uint8_t *dst, \
60 OPNAME ## _no_rnd_pixels8_l2_8(dst, src1, src2, dst_stride, \
62 OPNAME ## _no_rnd_pixels8_l2_8(dst + 8, \
69 static inline void OPNAME ## _pixels8_l4_8(uint8_t *dst, \
119 static inline void OPNAME ## _no_rnd_pixels8_l4_8(uint8_t *dst, \
169 static inline void OPNAME ## _pixels16_l4_8(uint8_t *dst, \
181 OPNAME ## _pixels8_l4_8(dst, src1, src2, src3, src4, dst_stride, \
184 OPNAME ## _pixels8_l4_8(dst + 8, \
191 static inline void OPNAME ## _no_rnd_pixels16_l4_8(uint8_t *dst, \
203 OPNAME ## _no_rnd_pixels8_l4_8(dst, src1, src2, src3, src4, \
207 OPNAME ## _no_rnd_pixels8_l4_8(dst + 8, \