isAnyRGB 77 libswscale/swscale.c if((isAnyRGB(c->srcFormat) || c->srcFormat==AV_PIX_FMT_PAL8) && desc->comp[0].depth_minus1<15) isAnyRGB 103 libswscale/swscale.c sh= isAnyRGB(c->srcFormat) || c->srcFormat==AV_PIX_FMT_PAL8 ? 13 : desc->comp[0].depth_minus1; isAnyRGB 679 libswscale/swscale.c if (c->srcRange != c->dstRange && !isAnyRGB(c->dstFormat)) { isAnyRGB 1568 libswscale/swscale_unscaled.c needsDither = isAnyRGB(dstFormat) && isAnyRGB 1570 libswscale/swscale_unscaled.c (c->dstFormatBpp < c->srcFormatBpp || (!isAnyRGB(srcFormat))); isAnyRGB 1584 libswscale/swscale_unscaled.c srcFormat == AV_PIX_FMT_YUVA420P) && isAnyRGB(dstFormat) && isAnyRGB 1602 libswscale/swscale_unscaled.c if (isAnyRGB(srcFormat) && isAnyRGB(dstFormat) && findRgbConvFn(c) isAnyRGB 1079 libswscale/utils.c if (isAnyRGB(dstFormat) && !(flags&SWS_FULL_CHR_H_INT)) { isAnyRGB 1139 libswscale/utils.c isAnyRGB(dstFormat) && isAnyRGB 1158 libswscale/utils.c if (isAnyRGB(dstFormat) && !(flags & SWS_FULL_CHR_H_INT)) isAnyRGB 1168 libswscale/utils.c if (isAnyRGB(srcFormat) && !(flags & SWS_FULL_CHR_H_INP) && isAnyRGB 1195 libswscale/utils.c if (isAnyRGB(srcFormat) || srcFormat == AV_PIX_FMT_PAL8) isAnyRGB 1211 libswscale/utils.c if (usesHFilter || isNBPS(c->srcFormat) || is16BPS(c->srcFormat) || isAnyRGB(c->srcFormat)) isAnyRGB 1511 libswscale/utils.c (c->srcRange == c->dstRange || isAnyRGB(dstFormat))) { isAnyRGB 413 libswscale/x86/swscale.c } else if (c->srcBpc == 14 || ((c->srcFormat==AV_PIX_FMT_PAL8||isAnyRGB(c->srcFormat)) && av_pix_fmt_desc_get(c->srcFormat)->comp[0].depth_minus1<15)) { \