Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/ppc/
Dyuv2rgb_altivec.c841 #define YUV2PACKEDX_WRAPPER(suffix, pixfmt) \ macro
859 YUV2PACKEDX_WRAPPER(abgr, AV_PIX_FMT_ABGR);
860 YUV2PACKEDX_WRAPPER(bgra, AV_PIX_FMT_BGRA);
861 YUV2PACKEDX_WRAPPER(argb, AV_PIX_FMT_ARGB);
862 YUV2PACKEDX_WRAPPER(rgba, AV_PIX_FMT_RGBA);
863 YUV2PACKEDX_WRAPPER(rgb24, AV_PIX_FMT_RGB24);
864 YUV2PACKEDX_WRAPPER(bgr24, AV_PIX_FMT_BGR24);