Searched refs:isAnyRGB (Results 1 – 7 of 7) sorted by relevance
41 {"AnyRGB", isAnyRGB},
1431 if (isAnyRGB(dstFormat) && !(flags&SWS_FULL_CHR_H_INT)) { in sws_init_context()1491 isAnyRGB(dstFormat) && in sws_init_context()1518 if (isAnyRGB(dstFormat) && !(flags & SWS_FULL_CHR_H_INT)) in sws_init_context()1528 if (isAnyRGB(srcFormat) && !(flags & SWS_FULL_CHR_H_INP) && in sws_init_context()1566 if (isAnyRGB(srcFormat) || srcFormat == AV_PIX_FMT_PAL8) in sws_init_context()1582 if (usesHFilter || isNBPS(c->srcFormat) || is16BPS(c->srcFormat) || isAnyRGB(c->srcFormat)) in sws_init_context()1960 (c->srcRange == c->dstRange || isAnyRGB(dstFormat)) && in sws_init_context()1974 (c->srcRange == c->dstRange || isAnyRGB(dstFormat) || in sws_init_context()
74 if ((isAnyRGB(c->srcFormat) || c->srcFormat==AV_PIX_FMT_PAL8) && desc->comp[0].depth<16) { in hScale16To19_c()103 … sh = isAnyRGB(c->srcFormat) || c->srcFormat==AV_PIX_FMT_PAL8 ? 13 : (desc->comp[0].depth - 1); in hScale16To15_c()536 if (c->srcRange != c->dstRange && !isAnyRGB(c->dstFormat)) { in ff_sws_init_range_convert()
1983 needsDither = isAnyRGB(dstFormat) && in ff_get_unscaled_swscale()1985 (c->dstFormatBpp < c->srcFormatBpp || (!isAnyRGB(srcFormat))); in ff_get_unscaled_swscale()2009 srcFormat == AV_PIX_FMT_YUVA420P) && isAnyRGB(dstFormat) && in ff_get_unscaled_swscale()2042 if (isAnyRGB(srcFormat) && isAnyRGB(dstFormat) && findRgbConvFn(c) in ff_get_unscaled_swscale()
823 static av_always_inline int isAnyRGB(enum AVPixelFormat pix_fmt) in isAnyRGB() function
494 …} else if (c->srcBpc == 14 || ((c->srcFormat==AV_PIX_FMT_PAL8||isAnyRGB(c->srcFormat)) && av_pix_f… in ff_sws_init_swscale_x86()
1952 if ((isAnyRGB(c->srcFormat) || c->srcFormat==AV_PIX_FMT_PAL8) && desc->comp[0].depth<16) { in hScale16To19_vsx()2029 … sh = isAnyRGB(c->srcFormat) || c->srcFormat==AV_PIX_FMT_PAL8 ? 13 : (desc->comp[0].depth - 1); in hScale16To15_vsx()