Lines Matching refs:clrspc
144 jas_cmprof_t *jas_cmprof_createfromclrspc(int clrspc) in jas_cmprof_createfromclrspc() argument
151 switch (clrspc) { in jas_cmprof_createfromclrspc()
157 if (!(iccprof = jas_iccprof_createfromclrspc(clrspc))) in jas_cmprof_createfromclrspc()
163 if (!jas_clrspc_isgeneric(clrspc)) in jas_cmprof_createfromclrspc()
164 prof->clrspc = clrspc; in jas_cmprof_createfromclrspc()
186 prof->clrspc = JAS_CLRSPC_SYCBCR; in jas_cmprof_createsycc()
259 prof->clrspc = icctoclrspc(icchdr.colorspc, 0); in jas_cmprof_createfromiccprof()
261 prof->numchans = jas_clrspc_numchans(prof->clrspc); in jas_cmprof_createfromiccprof()
345 newprof->clrspc = prof->clrspc; in jas_cmprof_copy()
396 xform->numinchans = jas_clrspc_numchans(inprof->clrspc); in jas_cmxform_create()
397 xform->numoutchans = jas_clrspc_numchans(outprof->clrspc); in jas_cmxform_create()
409 xform->numinchans = jas_clrspc_numchans(outprof->clrspc); in jas_cmxform_create()
410 xform->numoutchans = jas_clrspc_numchans(inprof->clrspc); in jas_cmxform_create()
442 xform->numinchans = jas_clrspc_numchans(inprof->clrspc); in jas_cmxform_create()
443 xform->numoutchans = jas_clrspc_numchans(prfprof->clrspc); in jas_cmxform_create()
455 xform->numinchans = jas_clrspc_numchans(inprof->clrspc); in jas_cmxform_create()
1259 int jas_clrspc_numchans(int clrspc) in jas_clrspc_numchans() argument
1261 switch (jas_clrspc_fam(clrspc)) { in jas_clrspc_numchans()