HomeSort by relevance Sort by last modified time
    Searched defs:tile_info (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
tcd.c 466 opj_tile_info_t *tile_info = &cstr_info->tile[tcd->tcd_tileno]; local
467 tile_info->numpix = tcd_tile->numpix;
468 tile_info->distotile = tcd_tile->distotile;
469 tile_info->thresh = (OPJ_FLOAT64 *) opj_malloc(tcd_tcp->numlayers * sizeof(OPJ_FLOAT64));
    [all...]
openjpeg.h 859 opj_tile_info_v2_t *tile_info; /* FIXME not used for the moment */ member in struct:opj_codestream_info_v2
    [all...]

Completed in 217 milliseconds