Lines Matching refs:try0
348 OPJ_INT32 trx0, try0;
359 try0 = opj_int_ceildiv(pi->ty0, (OPJ_INT32)(comp->dy << levelno));
364 if (!((pi->y % (OPJ_INT32)(comp->dy << rpy) == 0) || ((pi->y == pi->ty0) && ((try0 << levelno) % (1 << rpy))))){
373 if ((trx0==trx1)||(try0
378 - opj_int_floordivpow2(try0, (OPJ_INT32)res->pdy);
436 OPJ_INT32 trx0, try0;
443 try0 = opj_int_ceildiv(pi->ty0, (OPJ_INT32)(comp->dy << levelno));
448 if (!((pi->y % (OPJ_INT32)(comp->dy << rpy) == 0) || ((pi->y == pi->ty0) && ((try0 << levelno) % (1 << rpy))))){
457 if ((trx0==trx1)||(try0==try1)) continue;
462 - opj_int_floordivpow2(try0, (OPJ_INT32)res->pdy);
518 OPJ_INT32 trx0, try0;
525 try0 = opj_int_ceildiv(pi->ty0, (OPJ_INT32)(comp->dy << levelno));
530 if (!((pi->y % (OPJ_INT32)(comp->dy << rpy) == 0) || ((pi->y == pi->ty0) && ((try0 << levelno) % (1 << rpy))))){
539 if ((trx0==trx1)||(try0==try1)) continue;
544 - opj_int_floordivpow2(try0, (OPJ_INT32)res->pdy);