Home
last modified time | relevance | path

Searched refs:SWS_FULL_CHR_H_INT (Results 1 – 25 of 80) sorted by relevance

1234

/dports/multimedia/mlt7/mlt-7.0.1/src/modules/avformat/
H A Dcommon.c29 int flags = SWS_BICUBIC | SWS_FULL_CHR_H_INP | SWS_FULL_CHR_H_INT | SWS_ACCURATE_RND; in mlt_get_sws_flags()
51 …flags |= SWS_FULL_CHR_H_INT; // Avoids luma reduction. Causes chroma bleeding when used with SWS_… in mlt_get_sws_flags()
60 …flags |= SWS_FULL_CHR_H_INT; // Avoids luma reduction. Does not cause chroma bleeding when used w… in mlt_get_sws_flags()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/avformat/
H A Dcommon.c29 int flags = SWS_BICUBIC | SWS_FULL_CHR_H_INP | SWS_FULL_CHR_H_INT | SWS_ACCURATE_RND; in mlt_get_sws_flags()
51 …flags |= SWS_FULL_CHR_H_INT; // Avoids luma reduction. Causes chroma bleeding when used with SWS_… in mlt_get_sws_flags()
60 …flags |= SWS_FULL_CHR_H_INT; // Avoids luma reduction. Does not cause chroma bleeding when used w… in mlt_get_sws_flags()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/avformat/
H A Dcommon.c29 int flags = SWS_BICUBIC | SWS_FULL_CHR_H_INP | SWS_FULL_CHR_H_INT | SWS_ACCURATE_RND; in mlt_get_sws_flags()
51 …flags |= SWS_FULL_CHR_H_INT; // Avoids luma reduction. Causes chroma bleeding when used with SWS_… in mlt_get_sws_flags()
60 …flags |= SWS_FULL_CHR_H_INT; // Avoids luma reduction. Does not cause chroma bleeding when used w… in mlt_get_sws_flags()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/avformat/
H A Dcommon.c29 int flags = SWS_BICUBIC | SWS_FULL_CHR_H_INP | SWS_FULL_CHR_H_INT | SWS_ACCURATE_RND; in mlt_get_sws_flags()
51 …flags |= SWS_FULL_CHR_H_INT; // Avoids luma reduction. Causes chroma bleeding when used with SWS_… in mlt_get_sws_flags()
60 …flags |= SWS_FULL_CHR_H_INT; // Avoids luma reduction. Does not cause chroma bleeding when used w… in mlt_get_sws_flags()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/avformat/
H A Dcommon.c29 int flags = SWS_BICUBIC | SWS_FULL_CHR_H_INP | SWS_FULL_CHR_H_INT | SWS_ACCURATE_RND; in mlt_get_sws_flags()
51 …flags |= SWS_FULL_CHR_H_INT; // Avoids luma reduction. Causes chroma bleeding when used with SWS_… in mlt_get_sws_flags()
60 …flags |= SWS_FULL_CHR_H_INT; // Avoids luma reduction. Does not cause chroma bleeding when used w… in mlt_get_sws_flags()
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/ffmpeg-next-4.4.0/src/software/scaling/
H A Dflag.rs21 const FULL_CHR_H_INT = SWS_FULL_CHR_H_INT;
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libswscale/
H A Dutils.c1076 if (isAnyRGB(dstFormat) && !(flags&SWS_FULL_CHR_H_INT)) { in sws_init_context()
1079 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1089 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1105 if (!(flags & SWS_FULL_CHR_H_INT)) { in sws_init_context()
1110 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1114 if (flags & SWS_FULL_CHR_H_INT) { in sws_init_context()
1124 if (!(flags & SWS_FULL_CHR_H_INT)) { in sws_init_context()
1128 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1135 if (flags & SWS_FULL_CHR_H_INT && in sws_init_context()
1152 flags &= ~SWS_FULL_CHR_H_INT; in sws_init_context()
[all …]
H A Dswscale.h77 #define SWS_FULL_CHR_H_INT 0x2000 macro
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libswscale/
H A Dutils.c1076 if (isAnyRGB(dstFormat) && !(flags&SWS_FULL_CHR_H_INT)) { in sws_init_context()
1079 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1089 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1105 if (!(flags & SWS_FULL_CHR_H_INT)) { in sws_init_context()
1110 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1114 if (flags & SWS_FULL_CHR_H_INT) { in sws_init_context()
1124 if (!(flags & SWS_FULL_CHR_H_INT)) { in sws_init_context()
1128 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1135 if (flags & SWS_FULL_CHR_H_INT && in sws_init_context()
1152 flags &= ~SWS_FULL_CHR_H_INT; in sws_init_context()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libswscale/
H A Dutils.c1308 if (isAnyRGB(dstFormat) && !(flags&SWS_FULL_CHR_H_INT)) { in sws_init_context()
1311 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1321 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1337 if (!(flags & SWS_FULL_CHR_H_INT)) { in sws_init_context()
1342 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1346 if (flags & SWS_FULL_CHR_H_INT) { in sws_init_context()
1356 if (!(flags & SWS_FULL_CHR_H_INT)) { in sws_init_context()
1360 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1367 if (flags & SWS_FULL_CHR_H_INT && in sws_init_context()
1392 flags &= ~SWS_FULL_CHR_H_INT; in sws_init_context()
[all …]
H A Dswscale.h79 #define SWS_FULL_CHR_H_INT 0x2000 macro
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libswscale/
H A Dutils.c1288 if (isAnyRGB(dstFormat) && !(flags&SWS_FULL_CHR_H_INT)) { in sws_init_context()
1291 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1301 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1317 if (!(flags & SWS_FULL_CHR_H_INT)) { in sws_init_context()
1322 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1326 if (flags & SWS_FULL_CHR_H_INT) { in sws_init_context()
1336 if (!(flags & SWS_FULL_CHR_H_INT)) { in sws_init_context()
1340 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1347 if (flags & SWS_FULL_CHR_H_INT && in sws_init_context()
1372 flags &= ~SWS_FULL_CHR_H_INT; in sws_init_context()
[all …]
H A Dswscale.h79 #define SWS_FULL_CHR_H_INT 0x2000 macro
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libswscale/
H A Dutils.c1308 if (isAnyRGB(dstFormat) && !(flags&SWS_FULL_CHR_H_INT)) { in sws_init_context()
1311 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1321 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1337 if (!(flags & SWS_FULL_CHR_H_INT)) { in sws_init_context()
1342 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1346 if (flags & SWS_FULL_CHR_H_INT) { in sws_init_context()
1356 if (!(flags & SWS_FULL_CHR_H_INT)) { in sws_init_context()
1360 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1367 if (flags & SWS_FULL_CHR_H_INT && in sws_init_context()
1392 flags &= ~SWS_FULL_CHR_H_INT; in sws_init_context()
[all …]
H A Dswscale.h79 #define SWS_FULL_CHR_H_INT 0x2000 macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libswscale/
H A Dutils.c1294 if (isAnyRGB(dstFormat) && !(flags&SWS_FULL_CHR_H_INT)) { in sws_init_context()
1297 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1307 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1323 if (!(flags & SWS_FULL_CHR_H_INT)) { in sws_init_context()
1328 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1332 if (flags & SWS_FULL_CHR_H_INT) { in sws_init_context()
1342 if (!(flags & SWS_FULL_CHR_H_INT)) { in sws_init_context()
1346 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1353 if (flags & SWS_FULL_CHR_H_INT && in sws_init_context()
1378 flags &= ~SWS_FULL_CHR_H_INT; in sws_init_context()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libswscale/
H A Dutils.c1303 if (isAnyRGB(dstFormat) && !(flags&SWS_FULL_CHR_H_INT)) { in sws_init_context()
1306 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1316 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1332 if (!(flags & SWS_FULL_CHR_H_INT)) { in sws_init_context()
1337 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1341 if (flags & SWS_FULL_CHR_H_INT) { in sws_init_context()
1351 if (!(flags & SWS_FULL_CHR_H_INT)) { in sws_init_context()
1355 flags |= SWS_FULL_CHR_H_INT; in sws_init_context()
1362 if (flags & SWS_FULL_CHR_H_INT && in sws_init_context()
1387 flags &= ~SWS_FULL_CHR_H_INT; in sws_init_context()
[all …]
/dports/net/mediastreamer/mediastreamer-2.16.1/src/utils/
H A Dswscale.h68 #define SWS_FULL_CHR_H_INT 0x2000 macro
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/
H A Dswscale.h68 #define SWS_FULL_CHR_H_INT 0x2000 macro
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libswscale/
H A Dswscale.h68 #define SWS_FULL_CHR_H_INT 0x2000 macro
/dports/graphics/cfdg/cfdg-3.3_1/src-ffmpeg/include/libswscale/
H A Dswscale.h79 #define SWS_FULL_CHR_H_INT 0x2000 macro
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/libswscale/
H A Dswscale.h79 #define SWS_FULL_CHR_H_INT 0x2000 macro
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/ffmpeg_android/libswscale/
H A Dswscale.h79 #define SWS_FULL_CHR_H_INT 0x2000 macro
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/libswscale/
H A Dswscale.h79 #define SWS_FULL_CHR_H_INT 0x2000 macro
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/libswscale/
H A Dswscale.h77 #define SWS_FULL_CHR_H_INT 0x2000 macro

1234