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

  /external/pdfium/third_party/libopenjpeg20/
j2k.h 425 int hprot_TPH_tileno[JPWL_MAX_NO_TILESPECS];
427 int hprot_TPH[JPWL_MAX_NO_TILESPECS];
443 int sens_TPH_tileno[JPWL_MAX_NO_TILESPECS];
445 int sens_TPH[JPWL_MAX_NO_TILESPECS];
openjpeg.h 156 #define JPWL_MAX_NO_TILESPECS 16 /**< Maximum number of tile parts expected by JPWL: increase at your will */
441 int jpwl_hprot_TPH_tileno[JPWL_MAX_NO_TILESPECS];
443 int jpwl_hprot_TPH[JPWL_MAX_NO_TILESPECS];
459 int jpwl_sens_TPH_tileno[JPWL_MAX_NO_TILESPECS];
461 int jpwl_sens_TPH[JPWL_MAX_NO_TILESPECS];
    [all...]
openjpeg.c 664 for (i = 0; i < JPWL_MAX_NO_TILESPECS; i++) {
683 for (i = 0; i < JPWL_MAX_NO_TILESPECS; i++) {
j2k.c     [all...]

Completed in 48 milliseconds