Searched refs:ty0_t (Results 1 – 2 of 2) sorted by relevance
1138 if(tcp->ty0_t == tcp->tyE){ in opj_pi_check_next_level()1652 tcp->ty0_t = tcp->tyS; in opj_pi_create_encode()1655 pi[pino].poc.ty0 = (OPJ_INT32)tcp->ty0_t; in opj_pi_create_encode()1656 pi[pino].poc.ty1 = (OPJ_INT32)(tcp->ty0_t + tcp->dy - (tcp->ty0_t % tcp->dy)); in opj_pi_create_encode()1658 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1; in opj_pi_create_encode()1690 pi[pino].poc.ty0 = (OPJ_INT32)(tcp->ty0_t - tcp->dy - (tcp->ty0_t % tcp->dy)); in opj_pi_create_encode()1691 pi[pino].poc.ty1 = (OPJ_INT32)tcp->ty0_t ; in opj_pi_create_encode()1775 if(tcp->ty0_t >= tcp->tyE){ in opj_pi_create_encode()1777 tcp->ty0_t = tcp->tyS; in opj_pi_create_encode()1778 pi[pino].poc.ty0 = (OPJ_INT32)tcp->ty0_t; in opj_pi_create_encode()[all …]
347 OPJ_UINT32 lay_t, res_t, comp_t, prc_t,tx0_t,ty0_t; member