Searched refs:shuffle_bytes_1230 (Results 1 – 6 of 6) sorted by relevance
165 shuffle_bytes_1230 = ff_shuffle_bytes_1230_ssse3; in rgb2rgb_init_x86()173 shuffle_bytes_1230 = ff_shuffle_bytes_1230_avx2; in rgb2rgb_init_x86()
192 check_shuffle_bytes(shuffle_bytes_1230, "shuffle_bytes_1230"); in checkasm_check_sw_rgb()
52 extern void (*shuffle_bytes_1230)(const uint8_t *src, uint8_t *dst, int src_size);
56 void (*shuffle_bytes_1230)(const uint8_t *src, uint8_t *dst, int src_size); variable
971 shuffle_bytes_1230 = shuffle_bytes_1230_c; in rgb2rgb_init_c()
1478 || CONV_IS(ARGB, RGBA)) conv = shuffle_bytes_1230; in findRgbConvFn()