Searched refs:shuffle_bytes_2103 (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libswscale/x86/ |
D | rgb2rgb.c | 175 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()
|
D | rgb_2_rgb.asm | 51 cglobal shuffle_bytes_2103, 3, 5, 8, src, dst, w, tmp, x
|
/third_party/ffmpeg/libswscale/tests/ |
D | colorspace.c | 87 FUNC(4, 4, shuffle_bytes_2103), /* rgb32tobgr32 */ in main()
|
/third_party/ffmpeg/tests/checkasm/ |
D | sw_rgb.c | 187 check_shuffle_bytes(shuffle_bytes_2103, "shuffle_bytes_2103"); in checkasm_check_sw_rgb()
|
/third_party/ffmpeg/libswscale/ |
D | rgb2rgb.h | 54 extern void (*shuffle_bytes_2103)(const uint8_t *src, uint8_t *dst, int src_size);
|
D | rgb2rgb_template.c | 966 shuffle_bytes_2103 = shuffle_bytes_0321_c; in rgb2rgb_init_c() 969 shuffle_bytes_2103 = shuffle_bytes_2103_c; in rgb2rgb_init_c()
|
D | rgb2rgb.c | 55 void (*shuffle_bytes_2103)(const uint8_t *src, uint8_t *dst, int src_size); variable
|
D | swscale_unscaled.c | 1481 || CONV_IS(RGBA, BGRA)) conv = shuffle_bytes_2103; in findRgbConvFn()
|