Lines Matching defs:dy

90  * @param	p_dy_min		the minimum dy of all the components of all the resolutions for the tile.
116 * @param p_dy_min the minimum dy of all the components of all the resolutions for the tile.
142 * @param p_dy_min pointer that will hold the the minimum dy of all the components of all the resolutions for the tile.
158 * The precinct widths, heights, dx and dy for each component at each resolution will be stored as well.
173 * @param p_dy_min pointer that will hold the the minimum dy of all the components of all the resolutions for the tile.
323 pi->dy = 0;
327 OPJ_UINT32 dx, dy;
330 dy = comp->dy * (1u << (res->pdy + comp->numresolutions - 1 - resno));
332 pi->dy = !pi->dy ? dy : opj_uint_min(pi->dy, dy);
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))) {
358 try0 = opj_int_ceildiv(pi->ty0, (OPJ_INT32)(comp->dy << levelno));
360 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
363 if (!((pi->y % (OPJ_INT32)(comp->dy << rpy) == 0) || ((pi->y == pi->ty0) && ((try0 << levelno) % (1 << rpy))))){
376 prcj = opj_int_floordivpow2(opj_int_ceildiv(pi->y, (OPJ_INT32)(comp->dy << levelno)), (OPJ_INT32)res->pdy)
407 pi->dy = 0;
411 OPJ_UINT32 dx, dy;
414 dy = comp->dy * (1u << (res->pdy + comp->numresolutions - 1 - resno));
416 pi->dy = !pi->dy ? dy : opj_uint_min(pi->dy, dy);
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))) {
439 try0 = opj_int_ceildiv(pi->ty0, (OPJ_INT32)(comp->dy << levelno));
441 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
444 if (!((pi->y % (OPJ_INT32)(comp->dy << rpy) == 0) || ((pi->y == pi->ty0) && ((try0 << levelno) % (1 << rpy))))){
457 prcj = opj_int_floordivpow2(opj_int_ceildiv(pi->y, (OPJ_INT32)(comp->dy << levelno)), (OPJ_INT32)res->pdy)
492 pi->dy = 0;
494 OPJ_UINT32 dx, dy;
497 dy = comp->dy * (1u << (res->pdy + comp->numresolutions - 1 - resno));
499 pi->dy = !pi->dy ? dy : opj_uint_min(pi->dy, dy);
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))) {
518 try0 = opj_int_ceildiv(pi->ty0, (OPJ_INT32)(comp->dy << levelno));
520 try1 = opj_int_ceildiv(pi->ty1, (OPJ_INT32)(comp->dy << levelno));
523 if (!((pi->y % (OPJ_INT32)(comp->dy << rpy) == 0) || ((pi->y == pi->ty0) && ((try0 << levelno) % (1 << rpy))))){
536 prcj = opj_int_floordivpow2(opj_int_ceildiv(pi->y, (OPJ_INT32)(comp->dy << levelno)), (OPJ_INT32)res->pdy)
587 /* here calculation of tx0, tx1, ty0, ty1, maxprec, dx and dy */
616 l_tcy0 = opj_int_ceildiv(*p_ty0, (OPJ_INT32)l_img_comp->dy);
618 l_tcy1 = opj_int_ceildiv(*p_ty1, (OPJ_INT32)l_img_comp->dy);
633 l_dy = l_img_comp->dy * (1u << (l_pdy + l_tccp->numresolutions - 1 - resno));
736 l_tcy0 = opj_int_ceildiv(*p_ty0, (OPJ_INT32)l_img_comp->dy);
738 l_tcy1 = opj_int_ceildiv(*p_ty1, (OPJ_INT32)l_img_comp->dy);
755 l_dy = l_img_comp->dy * (1u << (l_pdy + l_level_no));
904 l_current_poc->dy = p_dy_min;
924 l_current_poc->dy = p_dy_min;
979 l_current_poc->dy = p_dy_min;
1159 /* to store w, h, dx and dy fro all components and resolutions */
1258 /*l_current_pi->dy = l_img_comp->dy;*/
1273 l_current_comp->dy = l_img_comp->dy;
1301 /*l_current_pi->dy = l_dy_min;*/
1315 l_current_comp->dy = l_img_comp->dy;
1361 /* to store w, h, dx and dy fro all components and resolutions*/
1453 l_current_pi->dy = l_dy_min;
1465 l_current_comp->dy = l_img_comp->dy;
1492 l_current_pi->dy = l_dy_min;
1504 l_current_comp->dy = l_img_comp->dy;
1639 pi[pino].poc.ty1 = (OPJ_INT32)(tcp->ty0_t + tcp->dy - (tcp->ty0_t % tcp->dy));
1673 pi[pino].poc.ty0 = (OPJ_INT32)(tcp->ty0_t - tcp->dy - (tcp->ty0_t % tcp->dy));
1762 pi[pino].poc.ty1 = (OPJ_INT32)(tcp->ty0_t + tcp->dy - (tcp->ty0_t % tcp->dy));
1770 pi[pino].poc.ty1 = (OPJ_INT32)(tcp->ty0_t + tcp->dy - (tcp->ty0_t % tcp->dy));