Lines Matching refs:tx0_t
1334 if (tcp->tx0_t == tcp->txE) { in opj_pi_check_next_level()
1850 tcp->tx0_t = tcp->txS; in opj_pi_create_encode()
1852 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t; in opj_pi_create_encode()
1853 … pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx - (tcp->tx0_t % tcp->dx)); in opj_pi_create_encode()
1856 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()
1887 … pi[pino].poc.tx0 = (OPJ_INT32)(tcp->tx0_t - tcp->dx - (tcp->tx0_t % tcp->dx)); in opj_pi_create_encode()
1888 pi[pino].poc.tx1 = (OPJ_INT32)tcp->tx0_t ; in opj_pi_create_encode()
1973 if (tcp->tx0_t >= tcp->txE) { in opj_pi_create_encode()
1994 tcp->tx0_t = tcp->txS; in opj_pi_create_encode()
1995 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t; in opj_pi_create_encode()
1996 … pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx - (tcp->tx0_t % tcp->dx)); in opj_pi_create_encode()
1997 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()
2000 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t; in opj_pi_create_encode()
2001 … pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx - (tcp->tx0_t % tcp->dx)); in opj_pi_create_encode()
2002 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()