Searched defs:frowstep (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libjasper/
H A Djpc_t1dec.c341 #define jpc_sigpass_step(fp, frowstep, dp, bitpos, oneplushalf, orient, mqdec, vcausalflag) \
353 JPC_UPDATEFLAGS4((fp), (frowstep), v, (vcausalflag)); \
373 int frowstep; local
389 frowstep = jas_matrix_rowstep(flags);
391 fstripestep = frowstep << 2;
411 jpc_sigpass_step(fp, frowstep, dp, bitpos, oneplushalf,
416 fp += frowstep;
420 jpc_sigpass_step(fp, frowstep, dp, bitpos, oneplushalf,
425 fp += frowstep;
429 jpc_sigpass_step(fp, frowstep, d
480 int frowstep; local
581 int frowstep; local
680 int frowstep; local
792 int frowstep; local
[all...]
H A Djpc_t1enc.c408 #define sigpass_step(fp, frowstep, dp, bitpos, one, nmsedec, orient, mqenc, vcausalflag) \
422 JPC_UPDATEFLAGS4(fp, frowstep, v, vcausalflag); \
438 int frowstep; local
453 frowstep = jas_matrix_rowstep(flags);
455 fstripestep = frowstep << 2;
472 sigpass_step(fp, frowstep, dp, bitpos, one,
477 fp += frowstep;
479 sigpass_step(fp, frowstep, dp, bitpos, one,
484 fp += frowstep;
486 sigpass_step(fp, frowstep, d
538 int frowstep; local
640 int frowstep; local
733 int frowstep; local
843 int frowstep; local
[all...]

Completed in 92 milliseconds