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

  /external/opencv3/3rdparty/libjasper/jasper/
jas_seq.h 225 #define jas_matrix_rowstep(matrix) \ macro
230 (((matrix)->numrows_ > 1) ? (jas_matrix_rowstep(matrix)) : (1))
263 jas_matrix_rowstep(s)
  /external/opencv3/3rdparty/libjasper/
jas_seq.c 265 rowstep = jas_matrix_rowstep(matrix);
285 rowstep = jas_matrix_rowstep(matrix);
310 rowstep = jas_matrix_rowstep(matrix);
328 rowstep = jas_matrix_rowstep(matrix);
370 rowstep = jas_matrix_rowstep(matrix);
jpc_t1dec.c 389 frowstep = jas_matrix_rowstep(flags);
390 drowstep = jas_matrix_rowstep(data);
495 frowstep = jas_matrix_rowstep(flags);
496 drowstep = jas_matrix_rowstep(data);
598 frowstep = jas_matrix_rowstep(flags);
599 drowstep = jas_matrix_rowstep(data);
696 frowstep = jas_matrix_rowstep(flags);
697 drowstep = jas_matrix_rowstep(data);
813 frowstep = jas_matrix_rowstep(flags);
814 drowstep = jas_matrix_rowstep(data)
    [all...]
jpc_t1enc.c 453 frowstep = jas_matrix_rowstep(flags);
454 drowstep = jas_matrix_rowstep(data);
552 frowstep = jas_matrix_rowstep(flags);
553 drowstep = jas_matrix_rowstep(data);
655 frowstep = jas_matrix_rowstep(flags);
656 drowstep = jas_matrix_rowstep(data);
747 frowstep = jas_matrix_rowstep(flags);
748 drowstep = jas_matrix_rowstep(data);
855 frowstep = jas_matrix_rowstep(flags);
856 drowstep = jas_matrix_rowstep(data)
    [all...]
jas_image.c 436 drs = jas_matrix_rowstep(data);
487 drs = jas_matrix_rowstep(data);
    [all...]

Completed in 124 milliseconds