Searched refs:isGray (Results 1 – 9 of 9) sorted by relevance
218 if (isPlanarYUV(c->dstFormat) || (isGray(c->dstFormat) && !isALPHA(c->dstFormat))) { in ff_init_vscale()230 if (!isGray(c->dstFormat)) { in ff_init_vscale()270 if (isPlanarYUV(c->dstFormat) || (isGray(c->dstFormat) && !isALPHA(c->dstFormat))) { in ff_init_vscale_pfn()271 if (!isGray(c->dstFormat)) { in ff_init_vscale_pfn()
30 int plane_count = isGray(c->srcFormat) ? 1 : 3; in ff_sws_alphablendaway()
579 if (!(isGray(srcFormat) || isGray(c->dstFormat) || in sws_init_swscale()
869 return !isYUV(format) && !isGray(format); in range_override_needed()924 …if ((isYUV(c->dstFormat) || isGray(c->dstFormat)) && (isYUV(c->srcFormat) || isGray(c->srcFormat))… in sws_setColorspaceDetails()992 if (!isYUV(c->dstFormat) && !isGray(c->dstFormat)) { in sws_setColorspaceDetails()
254 int num_vdesc = isPlanarYUV(c->dstFormat) && !isGray(c->dstFormat) ? 2 : 1; in ff_init_filters()
706 static av_always_inline int isGray(enum AVPixelFormat pix_fmt) in isGray() function
2204 #define isPlanarGray(x) (isGray(x) && (x) != AV_PIX_FMT_YA8 && (x) != AV_PIX_FMT_YA16LE && (x) != A… in ff_get_unscaled_swscale()
37 {"Gray", isGray},
40 #define isGray(x) \ macro48 (!(isGray(x) || \