Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 98 of file jcomapi.c.
Referenced by add_huff_table(), finish_pass_gather(), and get_dht().
{ JHUFF_TBL *tbl; tbl = (JHUFF_TBL *) (*cinfo->mem->alloc_small) (cinfo, JPOOL_PERMANENT, SIZEOF(JHUFF_TBL)); tbl->sent_table = FALSE; /* make sure this is false in any new table */ return tbl; }