Home
last modified time | relevance | path

Searched refs:shuffle_bytes_0321 (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libswscale/x86/
Drgb2rgb.c163 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()
/third_party/ffmpeg/tests/checkasm/
Dsw_rgb.c189 check_shuffle_bytes(shuffle_bytes_0321, "shuffle_bytes_0321"); in checkasm_check_sw_rgb()
/third_party/ffmpeg/libswscale/
Drgb2rgb.h50 extern void (*shuffle_bytes_0321)(const uint8_t *src, uint8_t *dst, int src_size);
Drgb2rgb_template.c965 shuffle_bytes_0321 = shuffle_bytes_2103_c; in rgb2rgb_init_c()
968 shuffle_bytes_0321 = shuffle_bytes_0321_c; in rgb2rgb_init_c()
Drgb2rgb.c54 void (*shuffle_bytes_0321)(const uint8_t *src, uint8_t *dst, int src_size); variable
Dswscale_unscaled.c1476 || CONV_IS(ARGB, ABGR)) conv = shuffle_bytes_0321; in findRgbConvFn()