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

  /external/opencv3/3rdparty/libjasper/
jpc_t1dec.c 375 jpc_fix_t *fstripestart; local
398 fstripestart = jas_matrix_getref(flags, 1, 1);
400 for (i = height; i > 0; i -= 4, fstripestart += fstripestep,
402 fvscanstart = fstripestart;
482 jpc_fix_t *fstripestart; local
504 fstripestart = jas_matrix_getref(flags, 1, 1);
506 for (i = height; i > 0; i -= 4, fstripestart += fstripestep,
508 fvscanstart = fstripestart;
583 jpc_fix_t *fstripestart; local
607 fstripestart = jas_matrix_getref(flags, 1, 1)
682 jpc_fix_t *fstripestart; local
794 jpc_fix_t *fstripestart; local
    [all...]
jpc_t1enc.c 442 jpc_fix_t *fstripestart; local
460 fstripestart = jas_matrix_getref(flags, 1, 1);
462 for (i = height; i > 0; i -= 4, fstripestart += fstripestep,
464 fvscanstart = fstripestart;
542 jpc_fix_t *fstripestart; local
559 fstripestart = jas_matrix_getref(flags, 1, 1);
561 for (i = height; i > 0; i -= 4, fstripestart += fstripestep,
563 fvscanstart = fstripestart;
644 jpc_fix_t *fstripestart; local
662 fstripestart = jas_matrix_getref(flags, 1, 1)
737 jpc_fix_t *fstripestart; local
847 jpc_fix_t *fstripestart; local
    [all...]

Completed in 515 milliseconds