/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jpeg2000/libjasper/base/ |
H A D | jas_seq.c | 311 int rowstep; in jas_matrix_divpow2() local 314 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_divpow2() 316 rowstart += rowstep) { in jas_matrix_divpow2() 332 int rowstep; in jas_matrix_clip() local 336 rowstart += rowstep) { in jas_matrix_clip() 355 int rowstep; in jas_matrix_asr() local 361 rowstart += rowstep) { in jas_matrix_asr() 374 int rowstep; in jas_matrix_asl() local 379 rowstart += rowstep) { in jas_matrix_asl() 437 int rowstep; in jas_matrix_setall() local [all …]
|
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/base/ |
H A D | jas_seq.c | 280 jas_matind_t rowstep; in jas_matrix_divpow2() local 285 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_divpow2() 287 rowstart += rowstep) { in jas_matrix_divpow2() 305 jas_matind_t rowstep; in jas_matrix_clip() local 311 rowstart += rowstep) { in jas_matrix_clip() 331 jas_matind_t rowstep; in jas_matrix_asr() local 338 rowstart += rowstep) { in jas_matrix_asr() 353 jas_matind_t rowstep; in jas_matrix_asl() local 360 rowstart += rowstep) { in jas_matrix_asl() 400 jas_matind_t rowstep; in jas_matrix_setall() local [all …]
|
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/ |
H A D | jas_seq.c | 262 int rowstep; in jas_matrix_divpow2() local 265 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_divpow2() 267 rowstart += rowstep) { in jas_matrix_divpow2() 283 int rowstep; in jas_matrix_clip() local 287 rowstart += rowstep) { in jas_matrix_clip() 306 int rowstep; in jas_matrix_asr() local 312 rowstart += rowstep) { in jas_matrix_asr() 325 int rowstep; in jas_matrix_asl() local 330 rowstart += rowstep) { in jas_matrix_asl() 367 int rowstep; in jas_matrix_setall() local [all …]
|
H A D | jpc_t1cod.h | 240 #define JPC_UPDATEFLAGS4(fp, rowstep, s, vcausalflag) \ argument 242 register jpc_fix_t *np = (fp) - (rowstep); \ 243 register jpc_fix_t *sp = (fp) + (rowstep); \
|
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/tracking/src/ |
H A D | tldEnsembleClassifier.cpp | 98 void TLDEnsembleClassifier::prepareClassifier(int rowstep) in prepareClassifier() argument 100 if (lastStep_ != rowstep) in prepareClassifier() 102 lastStep_ = rowstep; in prepareClassifier() 105 offset[i].x = rowstep * measurements[i].val[2] + measurements[i].val[0]; in prepareClassifier() 106 offset[i].y = rowstep * measurements[i].val[3] + measurements[i].val[1]; in prepareClassifier() 122 double TLDEnsembleClassifier::posteriorProbability(const uchar* data, int rowstep) const in posteriorProbability() 124 int position = code(data, rowstep); in posteriorProbability() 153 int TLDEnsembleClassifier::code(const uchar* data, int rowstep) const in code() 159 if (*(data + rowstep * measurements[i].val[2] + measurements[i].val[0]) < in code() 160 *(data + rowstep * measurements[i].val[3] + measurements[i].val[1])) in code()
|
H A D | tldEnsembleClassifier.hpp | 54 double posteriorProbability(const uchar* data, int rowstep) const; 56 void prepareClassifier(int rowstep); 60 int code(const uchar* data, int rowstep) const;
|
H A D | tldDetector.hpp | 78 void prepareClassifiers(int rowstep);
|
H A D | tldDetector.cpp | 52 void TLDDetector::prepareClassifiers(int rowstep) in prepareClassifiers() argument 55 classifiers[i].prepareClassifier(rowstep); in prepareClassifiers()
|
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/base/ |
H A D | jas_seq.c | 282 int rowstep; in jas_matrix_divpow2() local 289 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_divpow2() 291 rowstart += rowstep) { in jas_matrix_divpow2() 307 int rowstep; in jas_matrix_clip() local 315 rowstart += rowstep) { in jas_matrix_clip() 334 int rowstep; in jas_matrix_asr() local 344 rowstart += rowstep) { in jas_matrix_asr() 357 int rowstep; in jas_matrix_asl() local 366 rowstart += rowstep) { in jas_matrix_asl() 403 int rowstep; in jas_matrix_setall() local [all …]
|
/dports/graphics/art/ART-1.9.3/rtengine/ |
H A D | panasonic_decoders.cc | 178 constexpr int rowstep = 16; in panasonicC6_load_raw() local 181 unsigned char *iobuf = (unsigned char *)malloc(rowbytes * rowstep); in panasonicC6_load_raw() 184 for (int row = 0; row < raw_height - rowstep + 1; row += rowstep) { in panasonicC6_load_raw() 185 const int rowstoread = MIN(rowstep, raw_height - row); in panasonicC6_load_raw() 238 constexpr int rowstep = 16; in panasonicC7_load_raw() local 242 unsigned char *iobuf = (unsigned char *)malloc(rowbytes * rowstep); in panasonicC7_load_raw() 244 for (int row = 0; row < raw_height - rowstep + 1; row += rowstep) { in panasonicC7_load_raw() 245 const int rowstoread = MIN(rowstep, raw_height - row); in panasonicC7_load_raw()
|
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/ |
H A D | panasonic_decoders.cc | 178 constexpr int rowstep = 16; in panasonicC6_load_raw() local 181 unsigned char *iobuf = (unsigned char *)malloc(rowbytes * rowstep); in panasonicC6_load_raw() 184 for (int row = 0; row < raw_height - rowstep + 1; row += rowstep) { in panasonicC6_load_raw() 185 const int rowstoread = MIN(rowstep, raw_height - row); in panasonicC6_load_raw() 238 constexpr int rowstep = 16; in panasonicC7_load_raw() local 242 unsigned char *iobuf = (unsigned char *)malloc(rowbytes * rowstep); in panasonicC7_load_raw() 244 for (int row = 0; row < raw_height - rowstep + 1; row += rowstep) { in panasonicC7_load_raw() 245 const int rowstoread = MIN(rowstep, raw_height - row); in panasonicC7_load_raw()
|
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/ |
H A D | panasonic_decoders.cc | 178 constexpr int rowstep = 16; in panasonicC6_load_raw() local 181 unsigned char *iobuf = (unsigned char *)malloc(rowbytes * rowstep); in panasonicC6_load_raw() 184 for (int row = 0; row < raw_height - rowstep + 1; row += rowstep) { in panasonicC6_load_raw() 185 const int rowstoread = MIN(rowstep, raw_height - row); in panasonicC6_load_raw() 238 constexpr int rowstep = 16; in panasonicC7_load_raw() local 242 unsigned char *iobuf = (unsigned char *)malloc(rowbytes * rowstep); in panasonicC7_load_raw() 244 for (int row = 0; row < raw_height - rowstep + 1; row += rowstep) { in panasonicC7_load_raw() 245 const int rowstoread = MIN(rowstep, raw_height - row); in panasonicC7_load_raw()
|
/dports/graphics/libraw/LibRaw-0.20.2/src/decoders/ |
H A D | decoders_libraw.cpp | 354 const int rowstep = 16; in panasonicC6_load_raw() local 357 unsigned char *iobuf = (unsigned char *)malloc(rowbytes * rowstep); in panasonicC6_load_raw() 360 for (int row = 0; row < imgdata.sizes.raw_height - rowstep + 1; in panasonicC6_load_raw() 361 row += rowstep) in panasonicC6_load_raw() 363 int rowstoread = MIN(rowstep, imgdata.sizes.raw_height - row); in panasonicC6_load_raw() 424 const int rowstep = 16; in panasonicC7_load_raw() local 427 unsigned char *iobuf = (unsigned char *)malloc(rowbytes * rowstep); in panasonicC7_load_raw() 429 for (int row = 0; row < imgdata.sizes.raw_height - rowstep + 1; in panasonicC7_load_raw() 430 row += rowstep) in panasonicC7_load_raw() 432 int rowstoread = MIN(rowstep, imgdata.sizes.raw_height - row); in panasonicC7_load_raw()
|
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/decoders/ |
H A D | decoders_libraw.cpp | 388 const int rowstep = 16; in panasonicC6_load_raw() local 400 iobuf.resize(rowbytes * rowstep); in panasonicC6_load_raw() 408 for (int row = 0; row < imgdata.sizes.raw_height - rowstep + 1; in panasonicC6_load_raw() 409 row += rowstep) in panasonicC6_load_raw() 411 int rowstoread = MIN(rowstep, imgdata.sizes.raw_height - row); in panasonicC6_load_raw() 475 const int rowstep = 16; in panasonicC7_load_raw() local 478 unsigned char *iobuf = (unsigned char *)malloc(rowbytes * rowstep); in panasonicC7_load_raw() 480 for (int row = 0; row < imgdata.sizes.raw_height - rowstep + 1; in panasonicC7_load_raw() 481 row += rowstep) in panasonicC7_load_raw() 483 int rowstoread = MIN(rowstep, imgdata.sizes.raw_height - row); in panasonicC7_load_raw()
|
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/decoders/ |
H A D | decoders_libraw.cpp | 388 const int rowstep = 16; in panasonicC6_load_raw() local 400 iobuf.resize(rowbytes * rowstep); in panasonicC6_load_raw() 408 for (int row = 0; row < imgdata.sizes.raw_height - rowstep + 1; in panasonicC6_load_raw() 409 row += rowstep) in panasonicC6_load_raw() 411 int rowstoread = MIN(rowstep, imgdata.sizes.raw_height - row); in panasonicC6_load_raw() 475 const int rowstep = 16; in panasonicC7_load_raw() local 478 unsigned char *iobuf = (unsigned char *)malloc(rowbytes * rowstep); in panasonicC7_load_raw() 480 for (int row = 0; row < imgdata.sizes.raw_height - rowstep + 1; in panasonicC7_load_raw() 481 row += rowstep) in panasonicC7_load_raw() 483 int rowstoread = MIN(rowstep, imgdata.sizes.raw_height - row); in panasonicC7_load_raw()
|
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/jpc/ |
H A D | jpc_t1cod.h | 240 #define JPC_UPDATEFLAGS4(fp, rowstep, s, vcausalflag) \ argument 242 register jpc_fix_t *np = (fp) - (rowstep); \ 243 register jpc_fix_t *sp = (fp) + (rowstep); \
|
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/jpc/ |
H A D | jpc_t1cod.h | 259 static inline void JPC_UPDATEFLAGS4(jpc_fix_t *fp, unsigned rowstep, bool s, bool vcausalflag) in JPC_UPDATEFLAGS4() argument 261 jpc_fix_t *np = fp - rowstep; in JPC_UPDATEFLAGS4() 262 jpc_fix_t *sp = fp + rowstep; in JPC_UPDATEFLAGS4()
|
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jpeg2000/libjasper/jpc/ |
H A D | jpc_t1cod.h | 289 #define JPC_UPDATEFLAGS4(fp, rowstep, s, vcausalflag) \ argument 291 register jpc_fix_t *np = (fp) - (rowstep); \ 292 register jpc_fix_t *sp = (fp) + (rowstep); \
|
/dports/games/cake/cake_src/cake/fmod/ |
H A D | fmoddyn.h | 192 …char (F_API *FMUSIC_SetRowCallback)(FMUSIC_MODULE *mod, FMUSIC_CALLBACK callback, int rowstep);
|
H A D | fmod.h | 1053 …ed char F_API FMUSIC_SetRowCallback(FMUSIC_MODULE *mod, FMUSIC_CALLBACK callback, int rowstep);
|
/dports/games/cube/cube_source/include/ |
H A D | fmoddyn.h | 192 …char (F_API *FMUSIC_SetRowCallback)(FMUSIC_MODULE *mod, FMUSIC_CALLBACK callback, int rowstep);
|
H A D | fmod.h | 1053 …ed char F_API FMUSIC_SetRowCallback(FMUSIC_MODULE *mod, FMUSIC_CALLBACK callback, int rowstep);
|
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/ |
H A D | fmoddyn.h | 212 …ar (F_API *FMUSIC_SetRowCallback)(FMUSIC_MODULE *mod, FMUSIC_CALLBACK callback, int rowstep);
|
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/fmod/ |
H A D | fmod.h | 1164 …ed char F_API FMUSIC_SetRowCallback(FMUSIC_MODULE *mod, FMUSIC_CALLBACK callback, int rowstep);
|