Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/
Dyuv2rgb.c129 #define YUV2RGBFUNC(func_name, dst_type, alpha) \ macro
181 YUV2RGBFUNC(yuv2rgb_c_48, uint8_t, 0)
211 YUV2RGBFUNC(yuv2rgb_c_bgr48, uint8_t, 0)
241 YUV2RGBFUNC(yuv2rgb_c_32, uint32_t, 0)
272 YUV2RGBFUNC(yuva2argb_c, uint32_t, 1)
274 YUV2RGBFUNC(yuva2rgba_c, uint32_t, 1)
310 YUV2RGBFUNC(yuva2rgba_c, uint32_t, 1)
312 YUV2RGBFUNC(yuva2argb_c, uint32_t, 1)
347 YUV2RGBFUNC(yuv2rgb_c_24_rgb, uint8_t, 0)
378 YUV2RGBFUNC(yuv2rgb_c_24_bgr, uint8_t, 0)
[all …]