Lines Matching refs:mem_count
18 + OPJ_SIZE_T mem_count;
113 + opj_dwt_decode_1_(v->mem, v->mem_count, v->dn, v->sn, v->cas);
196 + h.mem_count = opj_dwt_max_resolution(tr, numres);
199 + if (h.mem_count > (SIZE_MAX / PARALLEL_COLS_53 / sizeof(OPJ_INT32))) {
207 + h_mem_size = h.mem_count * PARALLEL_COLS_53 * sizeof(OPJ_INT32);
214 + v.mem_count = h.mem_count;
233 + h.mem_count = opj_dwt_max_resolution(tr, numres);
237 + if (h.mem_count > (SIZE_MAX / (4 * sizeof(OPJ_INT32)))) {
244 + h_mem_size = h.mem_count * 4 * sizeof(OPJ_INT32);
252 + v.mem_count = h.mem_count;
261 + opj_dwt_decode_partial_1(h.mem, h.mem_count, h.dn, h.sn, h.cas,