Searched refs:l_nb_precincts (Results 1 – 1 of 1) sorted by relevance
645 OPJ_UINT32 l_nb_precincts; \790 …l_nb_precincts = l_res->pw * l_res->ph; …791 …l_nb_precinct_size = l_nb_precincts * (OPJ_UINT32)sizeof(opj_tcd_precinct_t); …872 …for (precno = 0; precno < l_nb_precincts; ++precno) { …1399 OPJ_UINT32 l_nb_resolutions, l_nb_precincts; in opj_tcd_free_tile() local1435 … l_nb_precincts = l_band->precincts_data_size / sizeof(opj_tcd_precinct_t); in opj_tcd_free_tile()1436 … for (precno = 0; precno < l_nb_precincts; ++precno) { in opj_tcd_free_tile()