Lines Matching refs:tx0_t
1331 if (tcp->tx0_t == tcp->txE) { in opj_pi_check_next_level()
1847 tcp->tx0_t = tcp->txS; in opj_pi_create_encode()
1849 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t; in opj_pi_create_encode()
1850 … pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx - (tcp->tx0_t % tcp->dx)); in opj_pi_create_encode()
1853 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()
1884 … pi[pino].poc.tx0 = (OPJ_INT32)(tcp->tx0_t - tcp->dx - (tcp->tx0_t % tcp->dx)); in opj_pi_create_encode()
1885 pi[pino].poc.tx1 = (OPJ_INT32)tcp->tx0_t ; in opj_pi_create_encode()
1970 if (tcp->tx0_t >= tcp->txE) { in opj_pi_create_encode()
1991 tcp->tx0_t = tcp->txS; in opj_pi_create_encode()
1992 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t; in opj_pi_create_encode()
1993 … pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx - (tcp->tx0_t % tcp->dx)); in opj_pi_create_encode()
1994 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()
1997 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t; in opj_pi_create_encode()
1998 … pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx - (tcp->tx0_t % tcp->dx)); in opj_pi_create_encode()
1999 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()