Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dpi.c1333 if (tcp->ty0_t == tcp->tyE) { in opj_pi_check_next_level()
1848 tcp->ty0_t = tcp->tyS; in opj_pi_create_encode()
1851 pi[pino].poc.ty0 = (OPJ_INT32)tcp->ty0_t; in opj_pi_create_encode()
1852 … pi[pino].poc.ty1 = (OPJ_INT32)(tcp->ty0_t + tcp->dy - (tcp->ty0_t % tcp->dy)); in opj_pi_create_encode()
1854 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1; in opj_pi_create_encode()
1886 … pi[pino].poc.ty0 = (OPJ_INT32)(tcp->ty0_t - tcp->dy - (tcp->ty0_t % tcp->dy)); in opj_pi_create_encode()
1887 pi[pino].poc.ty1 = (OPJ_INT32)tcp->ty0_t ; in opj_pi_create_encode()
1971 if (tcp->ty0_t >= tcp->tyE) { in opj_pi_create_encode()
1973 tcp->ty0_t = tcp->tyS; in opj_pi_create_encode()
1974 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