Lines Matching refs:OPNAME
38 #define PIXOP2(OPNAME, OP) \ argument
39 static inline void OPNAME ## _no_rnd_pixels8_l2_8(uint8_t *dst, \
62 static inline void OPNAME ## _no_rnd_pixels8_x2_8_c(uint8_t *block, \
67 OPNAME ## _no_rnd_pixels8_l2_8(block, pixels, pixels + 1, \
71 static inline void OPNAME ## _pixels8_x2_8_c(uint8_t *block, \
76 OPNAME ## _pixels8_l2_8(block, pixels, pixels + 1, \
80 static inline void OPNAME ## _no_rnd_pixels8_y2_8_c(uint8_t *block, \
85 OPNAME ## _no_rnd_pixels8_l2_8(block, pixels, pixels + line_size, \
89 static inline void OPNAME ## _pixels8_y2_8_c(uint8_t *block, \
94 OPNAME ## _pixels8_l2_8(block, pixels, pixels + line_size, \
98 static inline void OPNAME ## _pixels4_x2_8_c(uint8_t *block, \
103 OPNAME ## _pixels4_l2_8(block, pixels, pixels + 1, \
107 static inline void OPNAME ## _pixels4_y2_8_c(uint8_t *block, \
112 OPNAME ## _pixels4_l2_8(block, pixels, pixels + line_size, \
116 static inline void OPNAME ## _pixels2_x2_8_c(uint8_t *block, \
121 OPNAME ## _pixels2_l2_8(block, pixels, pixels + 1, \
125 static inline void OPNAME ## _pixels2_y2_8_c(uint8_t *block, \
130 OPNAME ## _pixels2_l2_8(block, pixels, pixels + line_size, \
134 static inline void OPNAME ## _pixels2_xy2_8_c(uint8_t *block, \
170 static inline void OPNAME ## _pixels4_xy2_8_c(uint8_t *block, \
212 static inline void OPNAME ## _pixels8_xy2_8_c(uint8_t *block, \
260 static inline void OPNAME ## _no_rnd_pixels8_xy2_8_c(uint8_t *block, \
308 CALL_2X_PIXELS(OPNAME ## _pixels16_x2_8_c, \
309 OPNAME ## _pixels8_x2_8_c, \
311 CALL_2X_PIXELS(OPNAME ## _pixels16_y2_8_c, \
312 OPNAME ## _pixels8_y2_8_c, \
314 CALL_2X_PIXELS(OPNAME ## _pixels16_xy2_8_c, \
315 OPNAME ## _pixels8_xy2_8_c, \
317 CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_8_c, \
318 OPNAME ## _pixels8_8_c, \
320 CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_x2_8_c, \
321 OPNAME ## _no_rnd_pixels8_x2_8_c, \
323 CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_y2_8_c, \
324 OPNAME ## _no_rnd_pixels8_y2_8_c, \
326 CALL_2X_PIXELS(OPNAME ## _no_rnd_pixels16_xy2_8_c, \
327 OPNAME ## _no_rnd_pixels8_xy2_8_c, \