Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dj2k.h434 OPJ_UINT32 max_tiles; member
Dj2k.c2151 … ((l_cp->tw < 1) || (l_cp->th < 1) || (l_cp->tw > l_cp->max_tiles) || (l_cp->th > l_cp->max_tiles)… in opj_j2k_read_siz()
2166 if (l_cp->tw > l_cp->max_tiles) { in opj_j2k_read_siz()
2170 l_cp->max_tiles, l_cp->tw); in opj_j2k_read_siz()
2177 if (l_cp->th > l_cp->max_tiles) { in opj_j2k_read_siz()
2181 l_cp->max_tiles, l_cp->th); in opj_j2k_read_siz()
5935 j2k->m_cp.max_tiles = parameters->jpwl_max_tiles;