HomeSort by relevance Sort by last modified time
    Searched refs:OPJ_J2K_MAXRLVLS (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
openjpeg.h 146 #define OPJ_J2K_MAXRLVLS 33 /**< Number of maximum resolution level authorized */
147 #define OPJ_J2K_MAXBANDS (3*OPJ_J2K_MAXRLVLS-2) /**< Number of maximum sub-band linked to number of resolution level */
408 int prcw_init[OPJ_J2K_MAXRLVLS];
410 int prch_init[OPJ_J2K_MAXRLVLS];
896 OPJ_UINT32 prcw[OPJ_J2K_MAXRLVLS];
898 OPJ_UINT32 prch[OPJ_J2K_MAXRLVLS];
    [all...]
j2k.h 197 OPJ_UINT32 prcw[OPJ_J2K_MAXRLVLS];
199 OPJ_UINT32 prch[OPJ_J2K_MAXRLVLS];
pi.c     [all...]
j2k.c     [all...]

Completed in 72 milliseconds