Searched refs:outprof (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jas_cm.c | 365 jas_cmxform_t *jas_cmxform_create(jas_cmprof_t *inprof, jas_cmprof_t *outprof, in jas_cmxform_create() argument 388 outpxformseq = revpxformseq(outprof, intent); in jas_cmxform_create() 393 inprof->refclrspc, outprof->refclrspc) || in jas_cmxform_create() 397 xform->numoutchans = jas_clrspc_numchans(outprof->clrspc); in jas_cmxform_create() 400 outpxformseq = fwdpxformseq(outprof, intent); in jas_cmxform_create() 406 outprof->refclrspc, inprof->refclrspc) || in jas_cmxform_create() 409 xform->numinchans = jas_clrspc_numchans(outprof->clrspc); in jas_cmxform_create() 418 outpxformseq = simpxformseq(outprof, intent); in jas_cmxform_create() 421 outpxformseq = revpxformseq(outprof, intent); in jas_cmxform_create() 422 altoutpxformseq = fwdpxformseq(outprof, intent); in jas_cmxform_create() [all …]
|
D | jas_image.c | 1269 jas_image_t *jas_image_chclrspc(jas_image_t *image, jas_cmprof_t *outprof, in jas_image_chclrspc() argument 1339 numoutclrchans = jas_clrspc_numchans(jas_cmprof_clrspc(outprof)); in jas_image_chclrspc() 1371 if (!(tmpprof = jas_cmprof_copy(outprof))) in jas_image_chclrspc() 1376 jas_image_setclrspc(outimage, jas_cmprof_clrspc(outprof)); in jas_image_chclrspc() 1378 if (!(xform = jas_cmxform_create(inprof, outprof, 0, JAS_CMXFORM_OP_FWD, intent, 0))) in jas_image_chclrspc()
|
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_cm.h | 243 jas_cmxform_t *jas_cmxform_create(jas_cmprof_t *inprof, jas_cmprof_t *outprof,
|
D | jas_image.h | 496 jas_image_t *jas_image_chclrspc(jas_image_t *image, jas_cmprof_t *outprof,
|