Searched refs:shuffle_bytes_0321 (Results 1 – 6 of 6) sorted by relevance
163 shuffle_bytes_0321 = ff_shuffle_bytes_0321_ssse3; in rgb2rgb_init_x86()171 shuffle_bytes_0321 = ff_shuffle_bytes_0321_avx2; in rgb2rgb_init_x86()
189 check_shuffle_bytes(shuffle_bytes_0321, "shuffle_bytes_0321"); in checkasm_check_sw_rgb()
50 extern void (*shuffle_bytes_0321)(const uint8_t *src, uint8_t *dst, int src_size);
965 shuffle_bytes_0321 = shuffle_bytes_2103_c; in rgb2rgb_init_c()968 shuffle_bytes_0321 = shuffle_bytes_0321_c; in rgb2rgb_init_c()
54 void (*shuffle_bytes_0321)(const uint8_t *src, uint8_t *dst, int src_size); variable
1476 || CONV_IS(ARGB, ABGR)) conv = shuffle_bytes_0321; in findRgbConvFn()