Lines Matching refs:mem_count
82 OPJ_SIZE_T mem_count; member
416 opj_dwt_decode_1_(v->mem, v->mem_count, v->dn, v->sn, v->cas); in opj_dwt_decode_1()
1412 h.mem_count = opj_dwt_max_resolution(tr, numres); in opj_dwt_decode_tile()
1414 if (h.mem_count > (SIZE_MAX / PARALLEL_COLS_53 / sizeof(OPJ_INT32))) { in opj_dwt_decode_tile()
1421 h_mem_size = h.mem_count * PARALLEL_COLS_53 * sizeof(OPJ_INT32); in opj_dwt_decode_tile()
1428 v.mem_count = h.mem_count; in opj_dwt_decode_tile()
1987 h.mem_count = opj_dwt_max_resolution(tr, numres); in opj_dwt_decode_partial_tile()
1990 if (h.mem_count > (SIZE_MAX / (4 * sizeof(OPJ_INT32)))) { in opj_dwt_decode_partial_tile()
1996 h_mem_size = h.mem_count * 4 * sizeof(OPJ_INT32); in opj_dwt_decode_partial_tile()
2004 v.mem_count = h.mem_count; in opj_dwt_decode_partial_tile()
2115 opj_dwt_decode_partial_1(h.mem, h.mem_count, h.dn, h.sn, h.cas, in opj_dwt_decode_partial_tile()