Home
last modified time | relevance | path

Searched refs:maxpixels (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/multimedia/handbrake/ffmpeg-4.4/tools/
H A Dtarget_dec_fuzzer.c102 uint64_t maxpixels; variable
151 maxpixels = maxpixels_per_frame * maxiteration; in LLVMFuzzerTestOneInput()
154 case AV_CODEC_ID_AGM: maxpixels /= 1024; break; in LLVMFuzzerTestOneInput()
155 case AV_CODEC_ID_BINKVIDEO: maxpixels /= 32; break; in LLVMFuzzerTestOneInput()
156 case AV_CODEC_ID_CFHD: maxpixels /= 128; break; in LLVMFuzzerTestOneInput()
158 case AV_CODEC_ID_DIRAC: maxpixels /= 8192; break; in LLVMFuzzerTestOneInput()
160 case AV_CODEC_ID_DXV: maxpixels /= 32; break; in LLVMFuzzerTestOneInput()
162 case AV_CODEC_ID_FLV1: maxpixels /= 1024; break; in LLVMFuzzerTestOneInput()
163 case AV_CODEC_ID_G2M: maxpixels /= 1024; break; in LLVMFuzzerTestOneInput()
364 if (ec_pixels > maxpixels) in LLVMFuzzerTestOneInput()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tools/
H A Dtarget_dec_fuzzer.c102 uint64_t maxpixels; variable
151 maxpixels = maxpixels_per_frame * maxiteration; in LLVMFuzzerTestOneInput()
154 case AV_CODEC_ID_AGM: maxpixels /= 1024; break; in LLVMFuzzerTestOneInput()
155 case AV_CODEC_ID_BINKVIDEO: maxpixels /= 32; break; in LLVMFuzzerTestOneInput()
156 case AV_CODEC_ID_CFHD: maxpixels /= 128; break; in LLVMFuzzerTestOneInput()
158 case AV_CODEC_ID_DIRAC: maxpixels /= 8192; break; in LLVMFuzzerTestOneInput()
160 case AV_CODEC_ID_DXV: maxpixels /= 32; break; in LLVMFuzzerTestOneInput()
162 case AV_CODEC_ID_FLV1: maxpixels /= 1024; break; in LLVMFuzzerTestOneInput()
163 case AV_CODEC_ID_G2M: maxpixels /= 1024; break; in LLVMFuzzerTestOneInput()
364 if (ec_pixels > maxpixels) in LLVMFuzzerTestOneInput()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c94 uint64_t maxpixels; variable
145 maxpixels = maxpixels_per_frame * maxiteration; in LLVMFuzzerTestOneInput()
148 case AV_CODEC_ID_AGM: maxpixels /= 1024; break; in LLVMFuzzerTestOneInput()
149 case AV_CODEC_ID_BINKVIDEO: maxpixels /= 32; break; in LLVMFuzzerTestOneInput()
150 case AV_CODEC_ID_CFHD: maxpixels /= 128; break; in LLVMFuzzerTestOneInput()
151 case AV_CODEC_ID_DIRAC: maxpixels /= 8192; break; in LLVMFuzzerTestOneInput()
153 case AV_CODEC_ID_DXV: maxpixels /= 32; break; in LLVMFuzzerTestOneInput()
155 case AV_CODEC_ID_G2M: maxpixels /= 64; break; in LLVMFuzzerTestOneInput()
156 case AV_CODEC_ID_GDV: maxpixels /= 512; break; in LLVMFuzzerTestOneInput()
157 case AV_CODEC_ID_GIF: maxpixels /= 16; break; in LLVMFuzzerTestOneInput()
[all …]
/dports/math/R-cran-raster/raster/R/
H A Dplot.R8 …function(x, y, maxpixels=500000, col, alpha=NULL, colNA=NA, add=FALSE, ext=NULL, useRaster=TRUE, i… argument
50 ….plotCT(x, maxpixels=maxpixels, ext=ext, interpolate=interpolate, main=main, add=add, addfun=addfu…
52 .plotraster(x, col=col, maxpixels=maxpixels, add=add, ext=ext, main=main, addfun=addfun, ...)
54 ….plotraster2(x, col=col, maxpixels=maxpixels, add=add, ext=ext, interpolate=interpolate, colNA=col…
80 ….plotCT(x, maxpixels=maxpixels, ext=ext, interpolate=interpolate, main=main[y], addfun=addfun, ...)
82 ….plotraster2(x, col=col, colNA=colNA, maxpixels=maxpixels, main=main[y], ext=ext, interpolate=inte…
84 .plotraster(x, col=col, maxpixels=maxpixels, main=main[y], ext=ext, addfun=addfun, ...)
108 maxpixels=maxpixels/nl
125 … .plotCT(obj, maxpixels=maxpixels, ext=ext, interpolate=interpolate, main=main, addfun=addfun, ...)
127 ….plotraster2(obj, col=col, maxpixels=maxpixels, xaxt=xa, yaxt=ya, main=main[y[i]], ext=ext, interp…
[all …]
H A Dhist.R8 function(x, layer, maxpixels=100000, plot=TRUE, main, ...) { argument
47 res[[i]] = .hist1(raster(x, y[i]), maxpixels=maxpixels, main=main[y[i]], plot=plot, ...)
55 res <- .hist1(x, maxpixels=maxpixels, main=main, plot=plot, ...)
67 .hist1 <- function(x, maxpixels, main, plot, ...){ argument
73 if (ncell(x) <= maxpixels) {
78 v <- sampleRandom(x, maxpixels)
79 msg <- paste(round(100 * maxpixels / ncell(x)), "% of the raster cells were used", sep="")
80 if (maxpixels > length(v)) {
81 … msg <- paste(msg, " (of which ", 100 - round(100 * length(v) / maxpixels ), "% were NA)", sep="")
H A Dboxplot.R9 function(x, maxpixels=100000, ...) { argument
15 warning('taking a sample of ', maxpixels, ' cells')
16 x <- sampleRegular(x, maxpixels, useGDAL=TRUE)
25 function(x, y=NULL, maxpixels=100000, ...) { argument
31 warning('taking a sample of ', maxpixels, ' cells')
32 x = sampleRegular(x, maxpixels, useGDAL=TRUE)
42 warning('taking a sample of ', maxpixels, ' cells')
43 s <- sampleRegular(s, maxpixels, useGDAL=TRUE)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c94 uint64_t maxpixels; variable
139 maxpixels = maxpixels_per_frame * maxiteration; in LLVMFuzzerTestOneInput()
142 case AV_CODEC_ID_BINKVIDEO: maxpixels /= 32; break; in LLVMFuzzerTestOneInput()
143 case AV_CODEC_ID_CFHD: maxpixels /= 128; break; in LLVMFuzzerTestOneInput()
144 case AV_CODEC_ID_DIRAC: maxpixels /= 8192; break; in LLVMFuzzerTestOneInput()
146 case AV_CODEC_ID_DXV: maxpixels /= 32; break; in LLVMFuzzerTestOneInput()
148 case AV_CODEC_ID_G2M: maxpixels /= 64; break; in LLVMFuzzerTestOneInput()
149 case AV_CODEC_ID_GDV: maxpixels /= 512; break; in LLVMFuzzerTestOneInput()
150 case AV_CODEC_ID_GIF: maxpixels /= 16; break; in LLVMFuzzerTestOneInput()
151 case AV_CODEC_ID_HNM4_VIDEO: maxpixels /= 128; break; in LLVMFuzzerTestOneInput()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibTIFF4/
H A Dtif_thunder.c59 if ( npixels < maxpixels ) \
86 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
148 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
151 (unsigned __int64) maxpixels); in ThunderDecode()
155 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
158 (unsigned long long) maxpixels); in ThunderDecode()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/TIFF/src/itktiff/
H A Dtif_thunder.c61 if ( npixels < maxpixels ) \
88 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
116 if (npixels < maxpixels) { in ThunderDecode()
145 if (npixels != maxpixels) { in ThunderDecode()
149 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
152 (unsigned __int64) maxpixels); in ThunderDecode()
156 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
159 (unsigned long long) maxpixels); in ThunderDecode()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/libtiff/
H A Dtif_thunder.c61 if ( npixels < maxpixels ) \
88 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
116 if (npixels < maxpixels) { in ThunderDecode()
145 if (npixels != maxpixels) { in ThunderDecode()
149 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
152 (unsigned __int64) maxpixels); in ThunderDecode()
156 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
159 (unsigned long long) maxpixels); in ThunderDecode()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/libtiff/
H A Dtif_thunder.c61 if ( npixels < maxpixels ) \
88 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
117 if (npixels < maxpixels) { in ThunderDecode()
146 if (npixels != maxpixels) { in ThunderDecode()
150 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
153 (unsigned __int64) maxpixels); in ThunderDecode()
157 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
160 (unsigned long long) maxpixels); in ThunderDecode()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libtiff/libtiff/
H A Dtif_thunder.c61 if ( npixels < maxpixels ) \
88 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
116 if (npixels < maxpixels) { in ThunderDecode()
145 if (npixels != maxpixels) { in ThunderDecode()
149 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
152 (unsigned __int64) maxpixels); in ThunderDecode()
156 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
159 (unsigned long long) maxpixels); in ThunderDecode()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/libtiff/
H A Dtif_thunder.c60 if ( npixels < maxpixels ) \
87 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
99 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
148 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
151 (unsigned __int64) maxpixels); in ThunderDecode()
155 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
158 (unsigned long long) maxpixels); in ThunderDecode()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gtiff/libtiff/
H A Dtif_thunder.c61 if ( npixels < maxpixels ) \
88 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
116 if (npixels < maxpixels) { in ThunderDecode()
145 if (npixels != maxpixels) { in ThunderDecode()
149 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
152 (unsigned __int64) maxpixels); in ThunderDecode()
156 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
159 (unsigned long long) maxpixels); in ThunderDecode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/libtiff/
H A Dtif_thunder.c59 if ( npixels < maxpixels ) \
86 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
148 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
151 (unsigned __int64) maxpixels); in ThunderDecode()
155 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
158 (unsigned long long) maxpixels); in ThunderDecode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/
H A Dtif_thunder.c59 if ( npixels < maxpixels ) \
86 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
148 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
151 (unsigned __int64) maxpixels); in ThunderDecode()
155 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
158 (unsigned long long) maxpixels); in ThunderDecode()
/dports/misc/openmvg/openMVG-2.0/src/third_party/tiff/
H A Dtif_thunder.c61 if ( npixels < maxpixels ) \
88 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
116 if (npixels < maxpixels) { in ThunderDecode()
145 if (npixels != maxpixels) { in ThunderDecode()
149 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
152 (unsigned __int64) maxpixels); in ThunderDecode()
156 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
159 (unsigned long long) maxpixels); in ThunderDecode()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/libtiff/
H A Dtif_thunder.c59 if ( npixels < maxpixels ) \
86 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
148 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
151 (unsigned __int64) maxpixels); in ThunderDecode()
155 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
158 (unsigned long long) maxpixels); in ThunderDecode()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/libtiff/
H A Dtif_thunder.c59 if ( npixels < maxpixels ) \
86 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
148 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
151 (unsigned __int64) maxpixels); in ThunderDecode()
155 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
158 (unsigned long long) maxpixels); in ThunderDecode()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtif_thunder.c61 if ( npixels < maxpixels ) \
88 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
117 if (npixels < maxpixels) { in ThunderDecode()
146 if (npixels != maxpixels) { in ThunderDecode()
150 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
153 (unsigned __int64) maxpixels); in ThunderDecode()
157 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
160 (unsigned long long) maxpixels); in ThunderDecode()
/dports/misc/vxl/vxl-3.3.2/v3p/tiff/
H A Dtif_thunder.c61 if ( npixels < maxpixels ) \
88 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
117 if (npixels < maxpixels) { in ThunderDecode()
146 if (npixels != maxpixels) { in ThunderDecode()
150 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
153 (unsigned __int64) maxpixels); in ThunderDecode()
157 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
160 (unsigned long long) maxpixels); in ThunderDecode()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/libtiff/
H A Dtif_thunder.c60 if ( npixels < maxpixels ) \
87 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
99 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
148 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
151 (unsigned __int64) maxpixels); in ThunderDecode()
155 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
158 (unsigned long long) maxpixels); in ThunderDecode()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libtiff/
H A Dtif_thunder.c59 if ( npixels < maxpixels ) \
86 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
148 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
151 (unsigned __int64) maxpixels); in ThunderDecode()
155 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
158 (unsigned long long) maxpixels); in ThunderDecode()
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/libtiff/
H A Dtif_thunder.c61 if ( npixels < maxpixels ) \
88 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
100 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
116 if (npixels < maxpixels) { in ThunderDecode()
145 if (npixels != maxpixels) { in ThunderDecode()
149 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
152 (unsigned __int64) maxpixels); in ThunderDecode()
156 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
159 (unsigned long long) maxpixels); in ThunderDecode()
/dports/devel/upp/upp/uppsrc/plugin/tif/lib/
H A Dtif_thunder.c59 if ( npixels < maxpixels ) \
86 ThunderDecode(TIFF* tif, uint8* op, tmsize_t maxpixels) in ThunderDecode() argument
98 while (cc > 0 && npixels < maxpixels) { in ThunderDecode()
115 if (npixels < maxpixels) { in ThunderDecode()
144 if (npixels != maxpixels) { in ThunderDecode()
148 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
151 (unsigned __int64) maxpixels); in ThunderDecode()
155 npixels < maxpixels ? "Not enough" : "Too much", in ThunderDecode()
158 (unsigned long long) maxpixels); in ThunderDecode()

1234567