Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dpi.c1123 if(tcp->tx0_t == tcp->txE){ in opj_pi_check_next_level()
1634 tcp->tx0_t = tcp->txS; in opj_pi_create_encode()
1636 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t; in opj_pi_create_encode()
1637 pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx - (tcp->tx0_t % tcp->dx)); in opj_pi_create_encode()
1640 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1; in opj_pi_create_encode()
1671 pi[pino].poc.tx0 = (OPJ_INT32)(tcp->tx0_t - tcp->dx - (tcp->tx0_t % tcp->dx)); in opj_pi_create_encode()
1672 pi[pino].poc.tx1 = (OPJ_INT32)tcp->tx0_t ; in opj_pi_create_encode()
1757 if(tcp->tx0_t >= tcp->txE){ in opj_pi_create_encode()
1775 tcp->tx0_t = tcp->txS; in opj_pi_create_encode()
1776 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t; in opj_pi_create_encode()
[all …]
Dopenjpeg.h286 OPJ_UINT32 lay_t, res_t, comp_t, prc_t,tx0_t,ty0_t; member