Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:tx1

340 			pi->poc.tx1 = pi->tx1;
344 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))) {
359 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno));
424 pi->poc.tx1 = pi->tx1;
427 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))) {
440 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno));
505 pi->poc.tx1 = pi->tx1;
508 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))) {
519 trx1 = opj_int_ceildiv(pi->tx1, (OPJ_INT32)(comp->dx << levelno));
587 /* here calculation of tx0, tx1, ty0, ty1, maxprec, dx and dy */
710 /* here calculation of tx0, tx1, ty0, ty1, maxprec, l_dx and l_dy */
1254 l_current_pi->tx1 = l_tx1;
1298 l_current_pi->tx1 = l_tx1;
1450 l_current_pi->tx1 = l_tx1;
1489 l_current_pi->tx1 = l_tx1;
1568 pi[pino].poc.tx1 = (OPJ_INT32)tcp->txE;
1595 pi[pino].poc.tx1 = (OPJ_INT32)tcp->txE;
1637 pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx - (tcp->tx0_t % tcp->dx));
1640 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1;
1672 pi[pino].poc.tx1 = (OPJ_INT32)tcp->tx0_t ;
1777 pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx- (tcp->tx0_t % tcp->dx));
1778 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1;
1782 pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx- (tcp->tx0_t % tcp->dx));
1783 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1;