Searched refs:new_marker (Results 1 – 1 of 1) sorted by relevance
6662 opj_marker_info_t *new_marker; in opj_j2k_add_mhmarker() local6664 …new_marker = (opj_marker_info_t *) opj_realloc(cstr_index->marker, cstr_index->maxmarknum *sizeof(… in opj_j2k_add_mhmarker()6665 if (! new_marker) { in opj_j2k_add_mhmarker()6673 cstr_index->marker = new_marker; in opj_j2k_add_mhmarker()6691 opj_marker_info_t *new_marker; in opj_j2k_add_tlmarker() local6693 new_marker = (opj_marker_info_t *) opj_realloc( in opj_j2k_add_tlmarker()6696 if (! new_marker) { in opj_j2k_add_tlmarker()6704 cstr_index->tile_index[tileno].marker = new_marker; in opj_j2k_add_tlmarker()