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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale-test.c38 #define isGray(x) \ macro
44 (!(isGray(x) || \
H A Dswscale_internal.h665 #define isGray(x) \
669 #define isGray(x) \ macro
H A Dswscale.c583 (isGray(dstFormat) && !isALPHA(dstFormat))) { // YV12 like
611 if (!((dstY & chrSkipMask) || isGray(dstFormat))) {
761 if (!(isGray(srcFormat) || isGray(c->dstFormat) ||
H A Dutils.c994 if(!isYUV(c->dstFormat) && !isGray(c->dstFormat))
996 if(!isYUV(c->srcFormat) && !isGray(c->srcFormat))
1012 if ((isYUV(c->dstFormat) || isGray(c->dstFormat)) && (isYUV(c->srcFormat) || isGray(c->srcFormat)))
1018 if (!isYUV(c->dstFormat) && !isGray(c->dstFormat)) {
H A Dswscale_unscaled.c1732 #define isPlanarGray(x) (isGray(x) && (x) != AV_PIX_FMT_GRAY8A)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale-test.c38 #define isGray(x) \ macro
44 (!(isGray(x) || \
H A Dswscale_internal.h567 #define isGray(x) \
571 #define isGray(x) \ macro
H A Dswscale_unscaled.c853 (isPlanarYUV(srcFormat) && isGray(dstFormat)) ||
854 (isPlanarYUV(dstFormat) && isGray(srcFormat)) ||
855 (isGray(dstFormat) && isGray(srcFormat)) ||
H A Dutils.c705 if (isYUV(c->dstFormat) || isGray(c->dstFormat)) return -1;
722 if (isYUV(c->dstFormat) || isGray(c->dstFormat)) return -1;
H A Dswscale.c2624 if (!((dstY&chrSkipMask) || isGray(dstFormat))) {
2904 if (!(isGray(srcFormat) || isGray(c->dstFormat) ||

Completed in 173 milliseconds