Home
last modified time | relevance | path

Searched refs:flagssize (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dt1.h111 OPJ_UINT32 flagssize; member
Dt1.c1170 OPJ_UINT32 flagssize; in opj_t1_allocate_buffers() local
1186 flagssize=t1->flags_stride * (h+2); in opj_t1_allocate_buffers()
1188 if(flagssize > t1->flagssize){ in opj_t1_allocate_buffers()
1190 t1->flags = (opj_flag_t*) opj_aligned_malloc(flagssize * sizeof(opj_flag_t)); in opj_t1_allocate_buffers()
1195 t1->flagssize=flagssize; in opj_t1_allocate_buffers()
1197 memset(t1->flags,0,flagssize * sizeof(opj_flag_t)); in opj_t1_allocate_buffers()