Searched refs:it_marker (Results 1 – 1 of 1) sorted by relevance
10298 OPJ_UINT32 it_marker, it_tile, it_tile_part; in opj_j2k_dump_MH_index() local10309 for (it_marker = 0; it_marker < cstr_index->marknum ; it_marker++) { in opj_j2k_dump_MH_index()10311 cstr_index->marker[it_marker].type, in opj_j2k_dump_MH_index()10312 cstr_index->marker[it_marker].pos, in opj_j2k_dump_MH_index()10313 cstr_index->marker[it_marker].len); in opj_j2k_dump_MH_index()10348 for (it_marker = 0; it_marker < cstr_index->tile_index[it_tile].marknum ; in opj_j2k_dump_MH_index()10349 it_marker++) { in opj_j2k_dump_MH_index()10351 cstr_index->tile_index[it_tile].marker[it_marker].type, in opj_j2k_dump_MH_index()10352 cstr_index->tile_index[it_tile].marker[it_marker].pos, in opj_j2k_dump_MH_index()10353 cstr_index->tile_index[it_tile].marker[it_marker].len); in opj_j2k_dump_MH_index()