Searched refs:opj_marker_info_t (Results 1 – 2 of 2) sorted by relevance
744 } opj_marker_info_t; typedef794 opj_marker_info_t *marker;841 opj_marker_info_t *marker;978 opj_marker_info_t *marker;1006 opj_marker_info_t *marker;
6652 opj_marker_info_t *new_marker; in opj_j2k_add_mhmarker()6654 …new_marker = (opj_marker_info_t *) opj_realloc(cstr_index->marker, cstr_index->maxmarknum *sizeof(… in opj_j2k_add_mhmarker()6681 opj_marker_info_t *new_marker; in opj_j2k_add_tlmarker()6683 new_marker = (opj_marker_info_t *) opj_realloc( in opj_j2k_add_tlmarker()6685 … cstr_index->tile_index[tileno].maxmarknum *sizeof(opj_marker_info_t)); in opj_j2k_add_tlmarker()8613 cstr_index->marker = (opj_marker_info_t*) in opj_j2k_create_cstr_index()8614 opj_calloc(cstr_index->maxmarknum, sizeof(opj_marker_info_t)); in opj_j2k_create_cstr_index()9434 …l_cstr_index->marker = (opj_marker_info_t*)opj_malloc(l_cstr_index->marknum*sizeof(opj_marker_info… in j2k_get_cstr_index()9441 …cstr_index->marker, p_j2k->cstr_index->marker, l_cstr_index->marknum * sizeof(opj_marker_info_t) ); in j2k_get_cstr_index()9467 …(opj_marker_info_t*)opj_malloc(l_cstr_index->tile_index[it_tile].marknum*sizeof(opj_marker_info_t)… in j2k_get_cstr_index()[all …]