Home
last modified time | relevance | path

Searched refs:rowstep (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djas_seq.c262 int rowstep; in jas_matrix_divpow2() local
265 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_divpow2()
267 rowstart += rowstep) { in jas_matrix_divpow2()
283 int rowstep; in jas_matrix_clip() local
285 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_clip()
287 rowstart += rowstep) { in jas_matrix_clip()
306 int rowstep; in jas_matrix_asr() local
310 rowstep = jas_matrix_rowstep(matrix); in jas_matrix_asr()
312 rowstart += rowstep) { in jas_matrix_asr()
325 int rowstep; in jas_matrix_asl() local
[all …]
Djpc_t1cod.h240 #define JPC_UPDATEFLAGS4(fp, rowstep, s, vcausalflag) \ argument
242 register jpc_fix_t *np = (fp) - (rowstep); \
243 register jpc_fix_t *sp = (fp) + (rowstep); \