Home
last modified time | relevance | path

Searched refs:jas_cmprof_t (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/3rdparty/libjasper/jasper/
Djas_cm.h222 } jas_cmprof_t; typedef
227 void jas_cmprof_destroy(jas_cmprof_t *prof);
234 int jas_cmprof_load(jas_cmprof_t *prof, jas_stream_t *in, int fmt);
236 int jas_cmprof_save(jas_cmprof_t *prof, jas_stream_t *out, int fmt);
243 jas_cmxform_t *jas_cmxform_create(jas_cmprof_t *inprof, jas_cmprof_t *outprof,
244 jas_cmprof_t *proofprof, int op, int intent, int optimize);
255 jas_cmprof_t *jas_cmprof_createfromiccprof(jas_iccprof_t *iccprof);
256 jas_cmprof_t *jas_cmprof_createfromclrspc(int clrspc);
257 jas_iccprof_t *jas_iccprof_createfromcmprof(jas_cmprof_t *prof);
260 jas_cmprof_t *jas_cmprof_copy(jas_cmprof_t *prof);
Djas_image.h211 jas_cmprof_t *cmprof_;
496 jas_image_t *jas_image_chclrspc(jas_image_t *image, jas_cmprof_t *outprof,
/external/opencv3/3rdparty/libjasper/
Djas_cm.c79 static jas_cmprof_t *jas_cmprof_create(void);
138 static jas_cmprof_t *jas_cmprof_createsycc(void);
144 jas_cmprof_t *jas_cmprof_createfromclrspc(int clrspc) in jas_cmprof_createfromclrspc()
147 jas_cmprof_t *prof; in jas_cmprof_createfromclrspc()
174 static jas_cmprof_t *jas_cmprof_createsycc() in jas_cmprof_createsycc()
176 jas_cmprof_t *prof; in jas_cmprof_createsycc()
243 jas_cmprof_t *jas_cmprof_createfromiccprof(jas_iccprof_t *iccprof) in jas_cmprof_createfromiccprof()
245 jas_cmprof_t *prof; in jas_cmprof_createfromiccprof()
311 static jas_cmprof_t *jas_cmprof_create() in jas_cmprof_create()
314 jas_cmprof_t *prof; in jas_cmprof_create()
[all …]
Djas_image.c1269 jas_image_t *jas_image_chclrspc(jas_image_t *image, jas_cmprof_t *outprof, in jas_image_chclrspc()
1289 jas_cmprof_t *inprof; in jas_image_chclrspc()
1290 jas_cmprof_t *tmpprof; in jas_image_chclrspc()
/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg2000.cpp176 jas_cmprof_t *clrprof = jas_cmprof_createfromclrspc( colorspace ); in ReadData()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_jpeg2000.cpp196 jas_cmprof_t *clrprof = jas_cmprof_createfromclrspc( colorspace ); in readData()