Searched refs:jp2_dec_t (Results 1 – 2 of 2) sorted by relevance
86 static jp2_dec_t *jp2_dec_create(void);87 static void jp2_dec_destroy(jp2_dec_t *dec);101 jp2_dec_t *dec; in jp2_decode()476 static jp2_dec_t *jp2_dec_create(void) in jp2_dec_create()478 jp2_dec_t *dec; in jp2_dec_create()480 if (!(dec = jas_malloc(sizeof(jp2_dec_t)))) { in jp2_dec_create()494 static void jp2_dec_destroy(jp2_dec_t *dec) in jp2_dec_destroy()
83 } jp2_dec_t; typedef