Home
last modified time | relevance | path

Searched refs:INPUT_PLANER_RGB_A_FUNC_CASE (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libswscale/x86/
H A Dswscale.c652 #define INPUT_PLANER_RGB_A_FUNC_CASE(fmt, name, opt) \ in ff_sws_init_swscale_x86() macro
675 INPUT_PLANER_RGB_A_FUNC_CASE(rgba_fmt##LE, name##le, opt) \ in ff_sws_init_swscale_x86()
677 INPUT_PLANER_RGB_A_FUNC_CASE(rgba_fmt##BE, name##be, opt) \ in ff_sws_init_swscale_x86()
681 INPUT_PLANER_RGB_A_FUNC_CASE(rgba_fmt##LE, name##le, opt) \ in ff_sws_init_swscale_x86()
683 INPUT_PLANER_RGB_A_FUNC_CASE(rgba_fmt##BE, name##be, opt) \ in ff_sws_init_swscale_x86()
699 INPUT_PLANER_RGB_A_FUNC_CASE( AV_PIX_FMT_GBRAP, rgb, opt) \ in ff_sws_init_swscale_x86()
711 INPUT_PLANER_RGB_A_FUNC_CASE( AV_PIX_FMT_GBRAP, rgb, sse2); in ff_sws_init_swscale_x86()

Completed in 2 milliseconds