Home
last modified time | relevance | path

Searched refs:maxpass (Results 1 – 25 of 48) sorted by relevance

12

/dports/graphics/bmeps/dktools-4.31.1/src/libdk4app/
H A Ddk4appfs04.c43 int maxpass, in dk4app_search_i_config_file() argument
58 nPasses = maxpass; in dk4app_search_i_config_file()
61 dptr, szdptr, app, shortname, maxpass--, compressed, erp in dk4app_search_i_config_file()
78 int maxpass, in dk4app_search_config_file() argument
120 dptr, szdptr, app, shortname, maxpass, compressed, erp in dk4app_search_config_file()
138 dptr, szdptr, app, shortname, maxpass, compressed, erp in dk4app_search_config_file()
H A Ddk4appfs03.c49 int maxpass, in dk4app_search_i_data_file() argument
64 nPasses = maxpass; in dk4app_search_i_data_file()
67 dptr, szdptr, app, shortname, maxpass--, compressed, erp in dk4app_search_i_data_file()
84 int maxpass, in dk4app_search_data_file() argument
128 dptr, szdptr, app, shortname, maxpass, compressed, erp in dk4app_search_data_file()
146 dptr, szdptr, app, shortname, maxpass, compressed, erp in dk4app_search_data_file()
H A Ddk4appfs04.ctr36 int maxpass,
51 nPasses = maxpass;
54 dptr, szdptr, app, shortname, maxpass--, compressed, erp
71 int maxpass,
113 dptr, szdptr, app, shortname, maxpass, compressed, erp
131 dptr, szdptr, app, shortname, maxpass, compressed, erp
H A Ddk4appfs03.ctr42 int maxpass,
57 nPasses = maxpass;
60 dptr, szdptr, app, shortname, maxpass--, compressed, erp
77 int maxpass,
121 dptr, szdptr, app, shortname, maxpass, compressed, erp
139 dptr, szdptr, app, shortname, maxpass, compressed, erp
H A Ddk4app.h1014 int maxpass,
1047 int maxpass,
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4c/
H A Ddk4iter.c137 ctx->maxpass = (unsigned long)(DK4_ITER_PASSES_REGULAR); in dk4iter_ctx_init()
205 ctx->maxpass = passes; in dk4iter_ctx_set_maxpass()
695 if ((1 == cc) && (0UL < mctx.maxpass) && (passno >= mctx.maxpass)) { in dk4iter_interval()
852 if ((1 == cc) && (0UL < ctx->maxpass) && (passno >= ctx->maxpass)) { in dk4iter_newton()
979 if ((0UL < ctx->maxpass) && (passno >= ctx->maxpass)) { in dk4iter_fix_point()
H A Ddk4itmin.c254 if ((0UL < ctx->maxpass) && (passno >= ctx->maxpass)) { in dk4itmin_golden_section()
H A Ddk4iter.h208 unsigned long maxpass; /**< Maximum number of passes. */ member
H A Ddk4iter.ctr198 unsigned long maxpass; /**< Maximum number of passes. */
521 ctx->maxpass = (unsigned long)(DK4_ITER_PASSES_REGULAR);
589 ctx->maxpass = passes;
1079 if ((1 == cc) && (0UL < mctx.maxpass) && (passno >= mctx.maxpass)) {
1236 if ((1 == cc) && (0UL < ctx->maxpass) && (passno >= ctx->maxpass)) {
1363 if ((0UL < ctx->maxpass) && (passno >= ctx->maxpass)) {
H A Ddk4itmin.ctr305 if ((0UL < ctx->maxpass) && (passno >= ctx->maxpass)) {
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Configure/Wizards/
H A DSMIMECertificate.pm106 my $maxpass = $minpass * 3;
107 $maxpass = 37 if ( $maxpass > 37 );
126 my $passlen = $minpass + int( rand( $maxpass + 1 - $minpass ) );
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4wx/
H A DDk4WxApplicationHelper.h267 int maxpass,
286 int maxpass,
596 int maxpass = DK4_FS_DATA_MAX_SYS,
615 int maxpass = DK4_FS_DATA_MAX_SYS,
H A DDk4WxApplicationHelper.cpp922 int maxpass, in InternalFindDataFile() argument
930 for (passno = 0; ((passno <= maxpass) && (!(back))); passno++) { in InternalFindDataFile()
952 int maxpass, in InternalFindDataFile() argument
960 back = InternalFindDataFile(buf, szbuf, sfn, maxpass, aco); in InternalFindDataFile()
1412 int maxpass, in FindDataFile() argument
1421 back = InternalFindDataFile(fnb, szfnb, sfn, maxpass, aco); in FindDataFile()
1437 int maxpass, in FindDataFile() argument
1446 back = InternalFindDataFile(fnb, szfnb, sfn, maxpass, aco); in FindDataFile()
H A DDk4WxApplicationHelper.cpt249 @param maxpass Maximum pass number for search.
258 int maxpass,
268 @param maxpass Maximum pass number for search.
277 int maxpass,
578 @param maxpass Maximum pass number for search.
587 int maxpass = DK4_FS_DATA_MAX_SYS,
606 int maxpass = DK4_FS_DATA_MAX_SYS,
1826 int maxpass,
1856 int maxpass,
2313 int maxpass,
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_find_rect.c155 static float search(FOCContext *foc, int pass, int maxpass, int xmin, int xmax, int ymin, int ymax,… in search() argument
159 if (pass + 1 <= maxpass) { in search()
161 … search(foc, pass+1, maxpass, xmin>>1, (xmax+1)>>1, ymin>>1, (ymax+1)>>1, &sub_x, &sub_y, 2.0); in search()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_find_rect.c156 static float search(FOCContext *foc, int pass, int maxpass, int xmin, int xmax, int ymin, int ymax,… in search() argument
160 if (pass + 1 <= maxpass) { in search()
162 … search(foc, pass+1, maxpass, xmin>>1, (xmax+1)>>1, ymin>>1, (ymax+1)>>1, &sub_x, &sub_y, 1.0); in search()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_find_rect.c155 static float search(FOCContext *foc, int pass, int maxpass, int xmin, int xmax, int ymin, int ymax,… in search() argument
159 if (pass + 1 <= maxpass) { in search()
161 … search(foc, pass+1, maxpass, xmin>>1, (xmax+1)>>1, ymin>>1, (ymax+1)>>1, &sub_x, &sub_y, 2.0); in search()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_find_rect.c155 static float search(FOCContext *foc, int pass, int maxpass, int xmin, int xmax, int ymin, int ymax,… in search() argument
159 if (pass + 1 <= maxpass) { in search()
161 … search(foc, pass+1, maxpass, xmin>>1, (xmax+1)>>1, ymin>>1, (ymax+1)>>1, &sub_x, &sub_y, 2.0); in search()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_find_rect.c155 static float search(FOCContext *foc, int pass, int maxpass, int xmin, int xmax, int ymin, int ymax,… in search() argument
159 if (pass + 1 <= maxpass) { in search()
161 … search(foc, pass+1, maxpass, xmin>>1, (xmax+1)>>1, ymin>>1, (ymax+1)>>1, &sub_x, &sub_y, 2.0); in search()
/dports/graphics/bmeps/dktools-4.31.1/src/wximgsz/
H A DWximgszFrame.h83 int maxpass; variable
H A DWximgszFrame.cpp260 maxpass = MAXPASS; in WximgszFrame()
1079 if (nrows > maxpass) { nrows = maxpass; bDidSkip = true; } in Calculations()
H A DWximgszFrame.wxc234 int maxpass;
619 maxpass = MAXPASS;
1029 if (nrows > maxpass) { nrows = maxpass; bDidSkip = true; }
/dports/math/reduce/Reduce-svn5758-src/packages/foreign/cuba/
H A Dredcuba.c100 static int maxpass = 5; variable
404 maxpass, border, maxchisq, mindeviation, in cuba_int()
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglProbing/
H A DCglProbing.hpp343 int nRows,int nCols,char * intVar,int maxpass,
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dvorbis_dec.c106 uint_fast8_t maxpass; member
660 res_setup->maxpass=0; in vorbis_parse_setup_hdr_residues()
668 if (k>res_setup->maxpass) { in vorbis_parse_setup_hdr_residues()
669 res_setup->maxpass=k; in vorbis_parse_setup_hdr_residues()
1257 for(pass=0;pass<=vr->maxpass;++pass) { // FIXME OPTIMIZE? in vorbis_residue_decode()

12