Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching defs:tile_info

476                 opj_tile_info_t *tile_info = &cstr_info->tile[tcd->tcd_tileno];
477 tile_info->numpix = tcd_tile->numpix;
478 tile_info->distotile = tcd_tile->distotile;
479 tile_info->thresh = (OPJ_FLOAT64 *) opj_malloc(tcd_tcp->numlayers * sizeof(OPJ_FLOAT64));
480 if (!tile_info->thresh) {