Home
last modified time | relevance | path

Searched refs:shuffle_bytes_2103 (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libswscale/x86/
Drgb2rgb.c175 shuffle_bytes_2103 = ff_shuffle_bytes_2103_mmxext; in rgb2rgb_init_x86()
184 shuffle_bytes_2103 = ff_shuffle_bytes_2103_ssse3; in rgb2rgb_init_x86()
Drgb_2_rgb.asm51 cglobal shuffle_bytes_2103, 3, 5, 8, src, dst, w, tmp, x
/third_party/ffmpeg/libswscale/tests/
Dcolorspace.c87 FUNC(4, 4, shuffle_bytes_2103), /* rgb32tobgr32 */ in main()
/third_party/ffmpeg/tests/checkasm/
Dsw_rgb.c187 check_shuffle_bytes(shuffle_bytes_2103, "shuffle_bytes_2103"); in checkasm_check_sw_rgb()
/third_party/ffmpeg/libswscale/
Drgb2rgb.h54 extern void (*shuffle_bytes_2103)(const uint8_t *src, uint8_t *dst, int src_size);
Drgb2rgb_template.c966 shuffle_bytes_2103 = shuffle_bytes_0321_c; in rgb2rgb_init_c()
969 shuffle_bytes_2103 = shuffle_bytes_2103_c; in rgb2rgb_init_c()
Drgb2rgb.c55 void (*shuffle_bytes_2103)(const uint8_t *src, uint8_t *dst, int src_size); variable
Dswscale_unscaled.c1481 || CONV_IS(RGBA, BGRA)) conv = shuffle_bytes_2103; in findRgbConvFn()