SWS_FAST_BILINEAR 38 libswscale/options.c { "fast_bilinear", "fast bilinear", 0, AV_OPT_TYPE_CONST, { .i64 = SWS_FAST_BILINEAR }, INT_MIN, INT_MAX, VE, "sws_flags" }, SWS_FAST_BILINEAR 2090 libswscale/ppc/swscale_vsx.c if (c->flags & SWS_FAST_BILINEAR && c->dstW >= c->srcW && c->chrDstW >= c->chrSrcW) { SWS_FAST_BILINEAR 564 libswscale/swscale.c if (c->flags & SWS_FAST_BILINEAR) { SWS_FAST_BILINEAR 1993 libswscale/swscale_unscaled.c && (!needsDither || (c->flags&(SWS_FAST_BILINEAR|SWS_POINT)))) SWS_FAST_BILINEAR 2134 libswscale/swscale_unscaled.c if (c->flags&(SWS_FAST_BILINEAR|SWS_POINT)) { SWS_FAST_BILINEAR 259 libswscale/tests/swscale.c const int flags[] = { SWS_FAST_BILINEAR, SWS_BILINEAR, SWS_BICUBIC, SWS_FAST_BILINEAR 327 libswscale/utils.c { SWS_FAST_BILINEAR, "fast bilinear", -1 }, SWS_FAST_BILINEAR 383 libswscale/utils.c (flags & SWS_FAST_BILINEAR)) { // bilinear upscale SWS_FAST_BILINEAR 1238 libswscale/utils.c SWS_FAST_BILINEAR | SWS_FAST_BILINEAR 1269 libswscale/utils.c if (flags & SWS_FAST_BILINEAR) { SWS_FAST_BILINEAR 1271 libswscale/utils.c flags ^= SWS_FAST_BILINEAR | SWS_BILINEAR; SWS_FAST_BILINEAR 1309 libswscale/utils.c && !(c->flags & SWS_FAST_BILINEAR) SWS_FAST_BILINEAR 1411 libswscale/utils.c (flags & SWS_FAST_BILINEAR))) SWS_FAST_BILINEAR 1439 libswscale/utils.c && (flags & SWS_FAST_BILINEAR)) { SWS_FAST_BILINEAR 1459 libswscale/utils.c if (flags & SWS_FAST_BILINEAR) { SWS_FAST_BILINEAR 1621 libswscale/utils.c if (c->canMMXEXTBeUsed && (flags & SWS_FAST_BILINEAR)) { SWS_FAST_BILINEAR 1566 libswscale/x86/swscale_template.c if (c->flags & SWS_FAST_BILINEAR && c->canMMXEXTBeUsed) {