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

  /external/opencv3/3rdparty/libjasper/
jas_seq.c 262 int rowstep; local
265 rowstep = jas_matrix_rowstep(matrix);
267 rowstart += rowstep) {
283 int rowstep; local
285 rowstep = jas_matrix_rowstep(matrix);
287 rowstart += rowstep) {
306 int rowstep; local
310 rowstep = jas_matrix_rowstep(matrix);
312 rowstart += rowstep) {
325 int rowstep; local
367 int rowstep; local
    [all...]
jpc_t1cod.h 240 #define JPC_UPDATEFLAGS4(fp, rowstep, s, vcausalflag) \
242 register jpc_fix_t *np = (fp) - (rowstep); \
243 register jpc_fix_t *sp = (fp) + (rowstep); \

Completed in 633 milliseconds