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 245 libswscale/swscale-test.c const int flags[] = { SWS_FAST_BILINEAR, SWS_BILINEAR, SWS_BICUBIC, SWS_FAST_BILINEAR 714 libswscale/swscale.c if (c->flags & SWS_FAST_BILINEAR) { SWS_FAST_BILINEAR 1603 libswscale/swscale_unscaled.c && (!needsDither || (c->flags&(SWS_FAST_BILINEAR|SWS_POINT)))) SWS_FAST_BILINEAR 1715 libswscale/swscale_unscaled.c if (c->flags&(SWS_FAST_BILINEAR|SWS_POINT)) { SWS_FAST_BILINEAR 277 libswscale/utils.c { SWS_FAST_BILINEAR, "fast bilinear", -1 }, SWS_FAST_BILINEAR 333 libswscale/utils.c (flags & SWS_FAST_BILINEAR)) { // bilinear upscale SWS_FAST_BILINEAR 1024 libswscale/utils.c SWS_FAST_BILINEAR | SWS_FAST_BILINEAR 1089 libswscale/utils.c && !(c->flags & SWS_FAST_BILINEAR) SWS_FAST_BILINEAR 1178 libswscale/utils.c (flags & SWS_FAST_BILINEAR))) SWS_FAST_BILINEAR 1206 libswscale/utils.c && (flags & SWS_FAST_BILINEAR)) { SWS_FAST_BILINEAR 1226 libswscale/utils.c if (flags & SWS_FAST_BILINEAR) { SWS_FAST_BILINEAR 1269 libswscale/utils.c if (c->canMMXEXTBeUsed && (flags & SWS_FAST_BILINEAR)) { SWS_FAST_BILINEAR 1535 libswscale/x86/swscale_template.c if (c->flags & SWS_FAST_BILINEAR && c->canMMXEXTBeUsed) {