Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:nr_entries

1106     top_k = color->jp2_pclr->nr_entries - 1;
1171 OPJ_UINT16 nr_entries, nr_channels;
1192 nr_entries = (OPJ_UINT16) l_value;
1193 if ((nr_entries == 0U) || (nr_entries > 1024U)) {
1195 (int)nr_entries);
1212 entries = (OPJ_UINT32*) opj_malloc((size_t)nr_channels * nr_entries * sizeof(
1240 jp2_pclr->nr_entries = nr_entries;
1254 for (j = 0; j < nr_entries; ++j) {