Searched refs:SWS_FAST_BILINEAR (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | utils.c | 328 { 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()
|
D | swscale.h | 58 #define SWS_FAST_BILINEAR 1 macro
|
D | options.c | 38 …", 0, AV_OPT_TYPE_CONST, { .i64 = SWS_FAST_BILINEAR }, INT_MIN,…
|
D | swscale.c | 565 if (c->flags & SWS_FAST_BILINEAR) { in sws_init_swscale()
|
D | swscale_unscaled.c | 2041 && (!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/ |
D | dnn_io_proc.c | 185 SWS_FAST_BILINEAR, NULL, NULL, NULL); in proc_from_frame_to_dnn_analytics()
|
/third_party/flutter/skia/experimental/ffmpeg/ |
D | SkVideoEncoder.cpp | 254 SWS_FAST_BILINEAR, nullptr, nullptr, nullptr); in beginRecording()
|
/third_party/skia/experimental/ffmpeg/ |
D | SkVideoEncoder.cpp | 253 SWS_FAST_BILINEAR, nullptr, nullptr, nullptr); in beginRecording()
|
/third_party/ffmpeg/libswscale/tests/ |
D | swscale.c | 259 const int flags[] = { SWS_FAST_BILINEAR, SWS_BILINEAR, SWS_BICUBIC, in selfTest()
|
/third_party/ffmpeg/libswscale/x86/ |
D | swscale_template.c | 1483 if (c->flags & SWS_FAST_BILINEAR && c->canMMXEXTBeUsed) { in RENAME()
|
/third_party/ffmpeg/libswscale/ppc/ |
D | swscale_vsx.c | 2091 if (c->flags & SWS_FAST_BILINEAR && c->dstW >= c->srcW && c->chrDstW >= c->chrSrcW) { in ff_sws_init_swscale_vsx()
|