Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/x86/
Drgb2rgb.c165 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()
/third_party/ffmpeg/tests/checkasm/
Dsw_rgb.c192 check_shuffle_bytes(shuffle_bytes_1230, "shuffle_bytes_1230"); in checkasm_check_sw_rgb()
/third_party/ffmpeg/libswscale/
Drgb2rgb.h52 extern void (*shuffle_bytes_1230)(const uint8_t *src, uint8_t *dst, int src_size);
Drgb2rgb.c56 void (*shuffle_bytes_1230)(const uint8_t *src, uint8_t *dst, int src_size); variable
Drgb2rgb_template.c971 shuffle_bytes_1230 = shuffle_bytes_1230_c; in rgb2rgb_init_c()
Dswscale_unscaled.c1478 || CONV_IS(ARGB, RGBA)) conv = shuffle_bytes_1230; in findRgbConvFn()