Searched refs:cblkdatabuffer (Results 1 – 2 of 2) sorted by relevance
208 OPJ_BYTE *cblkdatabuffer; member
1574 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()