Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dt1.h208 OPJ_BYTE *cblkdatabuffer; member
Dt1.c1574 opj_free(p_t1->cblkdatabuffer); in opj_t1_destroy()
1983 cblkdata = (OPJ_BYTE*)opj_realloc(t1->cblkdatabuffer, in opj_t1_decode_cblk()
1988 t1->cblkdatabuffer = cblkdata; in opj_t1_decode_cblk()
1989 memset(t1->cblkdatabuffer + cblk_len, 0, OPJ_COMMON_CBLK_DATA_EXTRA); in opj_t1_decode_cblk()
1994 cblkdata = t1->cblkdatabuffer; in opj_t1_decode_cblk()