Searched refs:tx0_t (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dpi.c1136 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 >
[all...]
H A Dopenjpeg.h347 OPJ_UINT32 lay_t, res_t, comp_t, prc_t,tx0_t,ty0_t; member in struct:opj_poc

Completed in 71 milliseconds