Searched refs:levelno (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dpi.c347 OPJ_UINT32 levelno; local
357 levelno = comp->numresolutions - 1 - pi->resno;
358 trx0 = opj_int_ceildiv(pi->tx0, (OPJ_INT32)(comp->dx << levelno));
359 try0 = opj_int_ceildiv(pi->ty0, (OPJ_INT32)(comp->dy << levelno));
360 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno));
361 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
362 rpx = res->pdx + levelno;
363 rpy = res->pdy + levelno;
364 if (!((pi->y % (OPJ_INT32)(comp->dy << rpy) == 0) || ((pi->y == pi->ty0) && ((try0 << levelno) % (1 << rpy))))){
367 if (!((pi->x % (OPJ_INT32)(comp->dx << rpx) == 0) || ((pi->x == pi->tx0) && ((trx0 << levelno)
435 OPJ_UINT32 levelno; local
517 OPJ_UINT32 levelno; local
[all...]
/external/pdfium/tools/drmemory/scripts/
H A Dlogging_utils.py42 if record.levelno < self._threshold:
/external/autotest/client/common_lib/
H A Dlogging_config.py18 return record.levelno < self.level
/external/autotest/site_utils/suite_scheduler/
H A Dsuite_scheduler.py79 return record.levelno == self._level
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
H A Dvideo_VideoDecodeMemoryUsage.py371 return (record.levelno > logging.DEBUG or

Completed in 759 milliseconds