Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dpi.c1336 if (tcp->ty0_t == tcp->tyE) { in opj_pi_check_next_level()
1851 tcp->ty0_t = tcp->tyS; in opj_pi_create_encode()
1854 pi[pino].poc.ty0 = (OPJ_INT32)tcp->ty0_t; in opj_pi_create_encode()
1855 … pi[pino].poc.ty1 = (OPJ_INT32)(tcp->ty0_t + tcp->dy - (tcp->ty0_t % tcp->dy)); in opj_pi_create_encode()
1857 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1; in opj_pi_create_encode()
1889 … pi[pino].poc.ty0 = (OPJ_INT32)(tcp->ty0_t - tcp->dy - (tcp->ty0_t % tcp->dy)); in opj_pi_create_encode()
1890 pi[pino].poc.ty1 = (OPJ_INT32)tcp->ty0_t ; in opj_pi_create_encode()
1974 if (tcp->ty0_t >= tcp->tyE) { in opj_pi_create_encode()
1976 tcp->ty0_t = tcp->tyS; in opj_pi_create_encode()
1977 pi[pino].poc.ty0 = (OPJ_INT32)tcp->ty0_t; in opj_pi_create_encode()
[all …]
Dopenjpeg.h347 OPJ_UINT32 lay_t, res_t, comp_t, prc_t, tx0_t, ty0_t; member