Searched refs:jpc_dec_cp_create (Results 1 – 1 of 1) sorted by relevance
158 static jpc_dec_cp_t *jpc_dec_cp_create(uint_fast16_t numcomps);1180 if (!(dec->cp = jpc_dec_cp_create(dec->numcomps))) { in jpc_dec_process_siz()1477 static jpc_dec_cp_t *jpc_dec_cp_create(uint_fast16_t numcomps) in jpc_dec_cp_create() function1521 if (!(newcp = jpc_dec_cp_create(cp->numcomps))) { in jpc_dec_cp_copy()