Searched refs:shuffle_bytes_3012 (Results 1 – 6 of 6) sorted by relevance
186 shuffle_bytes_3012 = ff_shuffle_bytes_3012_ssse3; in rgb2rgb_init_x86()
196 check_shuffle_bytes(shuffle_bytes_3012, "shuffle_bytes_3012"); in checkasm_check_sw_rgb()
56 extern void (*shuffle_bytes_3012)(const uint8_t *src, uint8_t *dst, int src_size);
57 void (*shuffle_bytes_3012)(const uint8_t *src, uint8_t *dst, int src_size); variable
972 shuffle_bytes_3012 = shuffle_bytes_3012_c; in rgb2rgb_init_c()
1483 || CONV_IS(RGBA, ARGB)) conv = shuffle_bytes_3012; in findRgbConvFn()