Searched refs:INPUT_PLANER_RGB_UV_FUNC_CASE (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale.c | 669 #define INPUT_PLANER_RGB_UV_FUNC_CASE(fmt, name, opt) \ in ff_sws_init_swscale_x86() macro 682 INPUT_PLANER_RGB_UV_FUNC_CASE(rgb_fmt##LE, name##le, opt) \ in ff_sws_init_swscale_x86() 684 INPUT_PLANER_RGB_UV_FUNC_CASE(rgb_fmt##BE, name##be, opt) in ff_sws_init_swscale_x86() 695 INPUT_PLANER_RGB_UV_FUNC_CASE(rgb_fmt##LE, name##le, opt) \ in ff_sws_init_swscale_x86() 696 INPUT_PLANER_RGB_UV_FUNC_CASE(rgb_fmt##BE, name##be, opt) in ff_sws_init_swscale_x86() 712 INPUT_PLANER_RGB_UV_FUNC_CASE( AV_PIX_FMT_GBRP, rgb, sse2); in ff_sws_init_swscale_x86()
|
Completed in 2 milliseconds