Home
last modified time | relevance | path

Searched refs:SWS_LANCZOS (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libswscale/
Dswscale.h67 #define SWS_LANCZOS 0x200 macro
Doptions.c47 … 0, AV_OPT_TYPE_CONST, { .i64 = SWS_LANCZOS }, INT_M…
Dutils.c330 { SWS_LANCZOS, "Lanczos", -1 /* custom */ },
418 if (flags & SWS_LANCZOS) in initFilter()
494 } else if (flags & SWS_LANCZOS) { in initFilter()
1251 SWS_LANCZOS | in sws_init_context()