Lines Matching full:resolutions
66 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
234 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
327 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
423 opj_tcd_resolution_t *res = &tilec->resolutions[resno];
763 if (l_tilec->resolutions == 00) {
764 l_tilec->resolutions = (opj_tcd_resolution_t *) opj_malloc(l_data_size);
765 if (! l_tilec->resolutions ) {
768 /*fprintf(stderr, "\tAllocate resolutions of tilec (opj_tcd_resolution_t): %d\n",l_data_size);*/
770 memset(l_tilec->resolutions,0,l_data_size);
773 opj_tcd_resolution_t* new_resolutions = (opj_tcd_resolution_t *) opj_realloc(l_tilec->resolutions, l_data_size);
775 opj_event_msg(manager, EVT_ERROR, "Not enough memory for tile resolutions\n");
776 opj_free(l_tilec->resolutions);
777 l_tilec->resolutions = NULL;
781 l_tilec->resolutions = new_resolutions;
783 memset(((OPJ_BYTE*) l_tilec->resolutions)+l_tilec->resolutions_size,0,l_data_size - l_tilec->resolutions_size);
788 l_res = l_tilec->resolutions;
1162 l_res = l_tile_comp->resolutions + l_tile_comp->minimum_num_resolutions - 1;
1192 opj_tcd_resolution_t *l_res_idx = &l_tilec_idx->resolutions[i];
1280 opj_tcd_resolution_t *res_idx = &tilec_idx->resolutions[resno];
1368 l_res = l_tilec->resolutions + l_img_comp->resno_decoded;
1494 l_res = l_tile_comp->resolutions;
1522 opj_free(l_tile_comp->resolutions);
1523 l_tile_comp->resolutions = 00;
1743 l_res = l_tile_comp->resolutions + l_img_comp->resno_decoded;