Home
last modified time | relevance | path

Searched refs:SWS_FAST_BILINEAR (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libswscale/
Dutils.c328 { SWS_FAST_BILINEAR, "fast bilinear", -1 },
385 (flags & SWS_FAST_BILINEAR)) { // bilinear upscale in initFilter()
1247 SWS_FAST_BILINEAR | in sws_init_context()
1278 if (flags & SWS_FAST_BILINEAR) { in sws_init_context()
1280 flags ^= SWS_FAST_BILINEAR | SWS_BILINEAR; in sws_init_context()
1318 && !(c->flags & SWS_FAST_BILINEAR) in sws_init_context()
1420 (flags & SWS_FAST_BILINEAR))) in sws_init_context()
1449 && (flags & SWS_FAST_BILINEAR)) { in sws_init_context()
1469 if (flags & SWS_FAST_BILINEAR) { in sws_init_context()
1633 if (c->canMMXEXTBeUsed && (flags & SWS_FAST_BILINEAR)) { in sws_init_context()
Dswscale.h58 #define SWS_FAST_BILINEAR 1 macro
Doptions.c38 …", 0, AV_OPT_TYPE_CONST, { .i64 = SWS_FAST_BILINEAR }, INT_MIN,…
Dswscale.c565 if (c->flags & SWS_FAST_BILINEAR) { in sws_init_swscale()
Dswscale_unscaled.c2041 && (!needsDither || (c->flags&(SWS_FAST_BILINEAR|SWS_POINT)))) in ff_get_unscaled_swscale()
2184 if (c->flags&(SWS_FAST_BILINEAR|SWS_POINT)) { in ff_get_unscaled_swscale()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_io_proc.c185 SWS_FAST_BILINEAR, NULL, NULL, NULL); in proc_from_frame_to_dnn_analytics()
/third_party/flutter/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp254 SWS_FAST_BILINEAR, nullptr, nullptr, nullptr); in beginRecording()
/third_party/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp253 SWS_FAST_BILINEAR, nullptr, nullptr, nullptr); in beginRecording()
/third_party/ffmpeg/libswscale/tests/
Dswscale.c259 const int flags[] = { SWS_FAST_BILINEAR, SWS_BILINEAR, SWS_BICUBIC, in selfTest()
/third_party/ffmpeg/libswscale/x86/
Dswscale_template.c1483 if (c->flags & SWS_FAST_BILINEAR && c->canMMXEXTBeUsed) { in RENAME()
/third_party/ffmpeg/libswscale/ppc/
Dswscale_vsx.c2091 if (c->flags & SWS_FAST_BILINEAR && c->dstW >= c->srcW && c->chrDstW >= c->chrSrcW) { in ff_sws_init_swscale_vsx()