Searched refs:mem_count (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | 0003-dwt-decode.patch | 17 + OPJ_SIZE_T mem_count; 106 + opj_dwt_decode_1_(v->mem, v->mem_count, v->dn, v->sn, v->cas); 181 + h.mem_count = opj_dwt_max_resolution(tr, numres); 182 + h.mem = (OPJ_INT32*)opj_aligned_malloc(h.mem_count * sizeof(OPJ_INT32)); 188 + v.mem_count = h.mem_count;
|
D | dwt.c | 54 OPJ_SIZE_T mem_count; member 334 opj_dwt_decode_1_(v->mem, v->mem_count, v->dn, v->sn, v->cas); in opj_dwt_decode_1() 578 h.mem_count = opj_dwt_max_resolution(tr, numres); in opj_dwt_decode_tile() 579 h.mem = (OPJ_INT32*)opj_aligned_malloc(h.mem_count * sizeof(OPJ_INT32)); in opj_dwt_decode_tile() 585 v.mem_count = h.mem_count; in opj_dwt_decode_tile()
|