Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:ty1

339 			pi->poc.ty1 = pi->ty1;
343 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) {
360 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
423 pi->poc.ty1 = pi->ty1;
426 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) {
441 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
504 pi->poc.ty1 = pi->ty1;
507 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) {
520 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
587 /* here calculation of tx0, tx1, ty0, ty1, maxprec, dx and dy */
713 /* here calculation of tx0, tx1, ty0, ty1, maxprec, l_dx and l_dy */
1257 l_current_pi->ty1 = l_ty1;
1301 l_current_pi->ty1 = l_ty1;
1452 l_current_pi->ty1 = l_ty1;
1491 l_current_pi->ty1 = l_ty1;
1570 pi[pino].poc.ty1 = (OPJ_INT32)tcp->tyE;
1597 pi[pino].poc.ty1 = (OPJ_INT32)tcp->tyE;
1640 pi[pino].poc.ty1 = (OPJ_INT32)(tcp->ty0_t + tcp->dy - (tcp->ty0_t % tcp->dy));
1642 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1;
1675 pi[pino].poc.ty1 = (OPJ_INT32)tcp->ty0_t ;
1763 pi[pino].poc.ty1 = (OPJ_INT32)(tcp->ty0_t + tcp->dy - (tcp->ty0_t % tcp->dy));
1764 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1;
1771 pi[pino].poc.ty1 = (OPJ_INT32)(tcp->ty0_t + tcp->dy - (tcp->ty0_t % tcp->dy));
1772 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1;