Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:imax

2340     OPJ_UINT32 imax = opj_uint_min(end, m);
2352 for (; i + 3 < imax; i += 4) {
2370 for (; i < imax; ++i) {
2415 OPJ_UINT32 imax = opj_uint_min(end, m);
2420 for (i = start; i < imax; ++i) {