Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:tx1

341 			pi->poc.tx1 = pi->tx1;
345 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % (OPJ_INT32)pi->dx))) {
360 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno));
428 pi->poc.tx1 = pi->tx1;
431 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % (OPJ_INT32)pi->dx))) {
444 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno));
512 pi->poc.tx1 = pi->tx1;
515 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % (OPJ_INT32)pi->dx))) {
526 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno));
597 /* here calculation of tx0, tx1, ty0, ty1, maxprec, dx and dy */
723 /* here calculation of tx0, tx1, ty0, ty1, maxprec, l_dx and l_dy */
1272 l_current_pi->tx1 = l_tx1;
1316 l_current_pi->tx1 = l_tx1;
1467 l_current_pi->tx1 = l_tx1;
1506 l_current_pi->tx1 = l_tx1;
1585 pi[pino].poc.tx1 = (OPJ_INT32)tcp->txE;
1612 pi[pino].poc.tx1 = (OPJ_INT32)tcp->txE;
1654 pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx - (tcp->tx0_t % tcp->dx));
1657 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1;
1689 pi[pino].poc.tx1 = (OPJ_INT32)tcp->tx0_t ;
1794 pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx- (tcp->tx0_t % tcp->dx));
1795 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1;
1799 pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx- (tcp->tx0_t % tcp->dx));
1800 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1;