HomeSort by relevance Sort by last modified time
    Searched refs:fstripestep (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libjasper/
jpc_t1dec.c 374 int fstripestep; local
391 fstripestep = frowstep << 2;
400 for (i = height; i > 0; i -= 4, fstripestart += fstripestep,
481 int fstripestep; local
497 fstripestep = frowstep << 2;
506 for (i = height; i > 0; i -= 4, fstripestart += fstripestep,
582 int fstripestep; local
600 fstripestep = frowstep << 2;
609 for (i = height; i > 0; i -= 4, fstripestart += fstripestep,
681 int fstripestep; local
793 int fstripestep; local
    [all...]
jpc_t1enc.c 440 int fstripestep; local
455 fstripestep = frowstep << 2;
462 for (i = height; i > 0; i -= 4, fstripestart += fstripestep,
540 int fstripestep; local
554 fstripestep = frowstep << 2;
561 for (i = height; i > 0; i -= 4, fstripestart += fstripestep,
642 int fstripestep; local
657 fstripestep = frowstep << 2;
664 for (i = height; i > 0; i -= 4, fstripestart += fstripestep,
735 int fstripestep; local
845 int fstripestep; local
    [all...]

Completed in 47 milliseconds