Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:tx0

339 			pi->poc.tx0 = pi->tx0;
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))) {
358 trx0 = opj_int_ceildiv(pi->tx0, (OPJ_INT32)(comp->dx << levelno));
367 if (!((pi->x % (OPJ_INT32)(comp->dx << rpx) == 0) || ((pi->x == pi->tx0) && ((trx0 << levelno) % (1 << rpx))))){
426 pi->poc.tx0 = pi->tx0;
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))) {
442 trx0 = opj_int_ceildiv(pi->tx0, (OPJ_INT32)(comp->dx << levelno));
451 if (!((pi->x % (OPJ_INT32)(comp->dx << rpx) == 0) || ((pi->x == pi->tx0) && ((trx0 << levelno) % (1 << rpx))))){
510 pi->poc.tx0 = pi->tx0;
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))) {
524 trx0 = opj_int_ceildiv(pi->tx0, (OPJ_INT32)(comp->dx << levelno));
533 if (!((pi->x % (OPJ_INT32)(comp->dx << rpx) == 0) || ((pi->x == pi->tx0) && ((trx0 << levelno) % (1 << rpx))))){
597 /* here calculation of tx0, tx1, ty0, ty1, maxprec, dx and dy */
602 *p_tx0 = opj_int_max((OPJ_INT32)(p_cp->tx0 + p * p_cp->tdx), (OPJ_INT32)p_image->x0);
603 *p_tx1 = opj_int_min((OPJ_INT32)(p_cp->tx0 + (p + 1) * p_cp->tdx), (OPJ_INT32)p_image->x1);
723 /* here calculation of tx0, tx1, ty0, ty1, maxprec, l_dx and l_dy */
724 l_tx0 = p_cp->tx0 + p * p_cp->tdx; /* can't be greater than p_image->x1 so won't overflow */
1270 l_current_pi->tx0 = l_tx0;
1314 l_current_pi->tx0 = l_tx0;
1465 l_current_pi->tx0 = l_tx0;
1504 l_current_pi->tx0 = l_tx0;
1583 pi[pino].poc.tx0 = (OPJ_INT32)tcp->txS;
1610 pi[pino].poc.tx0 = (OPJ_INT32)tcp->txS;
1653 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t;
1688 pi[pino].poc.tx0 = (OPJ_INT32)(tcp->tx0_t - tcp->dx - (tcp->tx0_t % tcp->dx));
1793 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t;
1798 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t;