Searched refs:shuffle_bytes_3210 (Results 1 – 6 of 6) sorted by relevance
167 shuffle_bytes_3210 = ff_shuffle_bytes_3210_ssse3; in rgb2rgb_init_x86()175 shuffle_bytes_3210 = ff_shuffle_bytes_3210_avx2; in rgb2rgb_init_x86()
198 check_shuffle_bytes(shuffle_bytes_3210, "shuffle_bytes_3210"); in checkasm_check_sw_rgb()
54 extern void (*shuffle_bytes_3210)(const uint8_t *src, uint8_t *dst, int src_size);
58 void (*shuffle_bytes_3210)(const uint8_t *src, uint8_t *dst, int src_size); variable
973 shuffle_bytes_3210 = shuffle_bytes_3210_c; in rgb2rgb_init_c()
1474 || CONV_IS(RGBA, ABGR)) conv = shuffle_bytes_3210; in findRgbConvFn()