Searched defs:trx1 (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dpi.c386 OPJ_INT32 trx1, try1; local
409 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno));
437 if ((trx0 == trx1) || (try0 == try1)) {
524 OPJ_INT32 trx1, try1; local
543 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno));
571 if ((trx0 == trx1) || (try0 == try1)) {
656 OPJ_INT32 trx1, try1; local
674 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno));
702 if ((trx0 == trx1) || (try0 == try1)) {

Completed in 316 milliseconds