Searched refs:shuffle_bytes_1230 (Results 1 – 6 of 6) sorted by relevance
185 shuffle_bytes_1230 = ff_shuffle_bytes_1230_ssse3; in rgb2rgb_init_x86()
193 check_shuffle_bytes(shuffle_bytes_1230, "shuffle_bytes_1230"); in checkasm_check_sw_rgb()
55 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()
1479 || CONV_IS(ARGB, RGBA)) conv = shuffle_bytes_1230; in findRgbConvFn()