Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:tx0_t

1136 				    if(tcp->tx0_t == tcp->txE){
1651 tcp->tx0_t = tcp->txS;
1653 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t;
1654 pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx - (tcp->tx0_t % tcp->dx));
1657 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1;
1688 pi[pino].poc.tx0 = (OPJ_INT32)(tcp->tx0_t - tcp->dx - (tcp->tx0_t % tcp->dx));
1689 pi[pino].poc.tx1 = (OPJ_INT32)tcp->tx0_t ;
1774 if(tcp->tx0_t >= tcp->txE){
1792 tcp->tx0_t = tcp->txS;
1793 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t;
1794 pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx- (tcp->tx0_t % tcp->dx));
1795 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1;
1798 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t;
1799 pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx- (tcp->tx0_t % tcp->dx));
1800 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1;