Home
last modified time | relevance | path

Searched defs:SwsContext (Results 1 – 12 of 12) sorted by relevance

/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libswscale/
H A Dswscale_internal.h52 int srcW, srcH, dstH;
53 int chrSrcW, chrSrcH, chrDstW, chrDstH;
54 int lumXInc, chrXInc;
55 int lumYInc, chrYInc;
57 int origDstFormat, origSrcFormat; ///< format
58 int chrSrcHSubSample, chrSrcVSubSample;
59 int chrIntHSubSample, chrIntVSubSample;
60 int chrDstHSubSample, chrDstVSubSample;
107 int contrast, brightness, saturation; // for sws_getColorspaceDetails
110 int srcRange, dstRange;
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libswscale/
H A Dswscale_internal.h289 int lumXInc, chrXInc;
290 int lumYInc, chrYInc;
295 int dstBpc, srcBpc;
390 int contrast, brightness, saturation; // for sws_getColorspaceDetails
395 int src0Alpha;
397 int srcXYZ;
398 int dstXYZ;
465 const uint8_t *chrDither8, *lumDither8;
475 vector signed short *vYCoeffsBank, *vCCoeffsBank;
523 * to produce one line of output data. Compared to SwsContext->hScale(), argument
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libswscale/
H A Dswscale_internal.h289 int lumXInc, chrXInc;
290 int lumYInc, chrYInc;
295 int dstBpc, srcBpc;
390 int contrast, brightness, saturation; // for sws_getColorspaceDetails
395 int src0Alpha;
397 int srcXYZ;
398 int dstXYZ;
465 const uint8_t *chrDither8, *lumDither8;
475 vector signed short *vYCoeffsBank, *vCCoeffsBank;
523 * to produce one line of output data. Compared to SwsContext->hScale(), argument
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libswscale/
H A Dswscale_internal.h317 struct SwsContext *cascaded_context[3]; argument
330 int numDesc;
332 int numSlice;
358 int needAlpha;
420 int contrast, brightness, saturation; // for sws_getColorspaceDetails
427 int srcXYZ;
428 int dstXYZ;
495 const uint8_t *chrDither8, *lumDither8;
505 vector signed short *vYCoeffsBank, *vCCoeffsBank;
553 * to produce one line of output data. Compared to SwsContext->hScale(), argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libswscale/
H A Dswscale_internal.h317 struct SwsContext *cascaded_context[3]; argument
330 int numDesc;
332 int numSlice;
358 int needAlpha;
420 int contrast, brightness, saturation; // for sws_getColorspaceDetails
427 int srcXYZ;
428 int dstXYZ;
495 const uint8_t *chrDither8, *lumDither8;
505 vector signed short *vYCoeffsBank, *vCCoeffsBank;
553 * to produce one line of output data. Compared to SwsContext->hScale(), argument
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libswscale/
H A Dswscale_internal.h320 struct SwsContext *cascaded_context[3]; argument
333 int numDesc;
335 int numSlice;
359 int needAlpha;
421 int contrast, brightness, saturation; // for sws_getColorspaceDetails
428 int srcXYZ;
429 int dstXYZ;
496 const uint8_t *chrDither8, *lumDither8;
506 vector signed short *vYCoeffsBank, *vCCoeffsBank;
554 * to produce one line of output data. Compared to SwsContext->hScale(), argument
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libswscale/
H A Dswscale_internal.h320 struct SwsContext *cascaded_context[3]; argument
333 int numDesc;
335 int numSlice;
359 int needAlpha;
421 int contrast, brightness, saturation; // for sws_getColorspaceDetails
428 int srcXYZ;
429 int dstXYZ;
496 const uint8_t *chrDither8, *lumDither8;
506 vector signed short *vYCoeffsBank, *vCCoeffsBank;
554 * to produce one line of output data. Compared to SwsContext->hScale(), argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libswscale/
H A Dswscale_internal.h319 struct SwsContext *cascaded_context[3]; argument
332 int numDesc;
334 int numSlice;
358 int needAlpha;
420 int contrast, brightness, saturation; // for sws_getColorspaceDetails
427 int srcXYZ;
428 int dstXYZ;
495 const uint8_t *chrDither8, *lumDither8;
505 vector signed short *vYCoeffsBank, *vCCoeffsBank;
553 * to produce one line of output data. Compared to SwsContext->hScale(), argument
[all …]
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/media/codecs/ffmpeg_lib/
H A Dlibswscale.py54 class SwsContext(Structure): class
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/media/codecs/ffmpeg_lib/
H A Dlibswscale.py54 class SwsContext(Structure): class
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/ffmpeg-next-4.4.0/src/software/scaling/
H A Dcontext.rs25 pub unsafe fn as_ptr(&self) -> *const SwsContext { in as_ptr()
30 pub unsafe fn as_mut_ptr(&mut self) -> *mut SwsContext { in as_mut_ptr()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dimgresample.c50 struct SwsContext { struct
51 const AVClass *av_class;
52 struct ImgReSampleContext *resampling_ctx;
53 enum PixelFormat src_pix_fmt, dst_pix_fmt;