Searched defs:OPJ_J2K_MAXRLVLS (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dopenjpeg.h146 #define OPJ_J2K_MAXRLVLS 33 /**< Number of maximum resolution level authorized */ macro
147 #define OPJ_J2K_MAXBANDS (3*OPJ_J2K_MAXRLVLS-2) /**< Number of maximum sub-band linked to number of resolution level */
405 int prcw_init[OPJ_J2K_MAXRLVLS];
407 int prch_init[OPJ_J2K_MAXRLVLS];
888 OPJ_UINT32 prcw[OPJ_J2K_MAXRLVLS];
890 OPJ_UINT32 prch[OPJ_J2K_MAXRLVLS];

Completed in 87 milliseconds