Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_cm.c99 static int triclr(jas_iccprof_t *prof, int op, jas_cmpxformseq_t **retpxformseq);
270 if (triclr(prof->iccprof, 0, &fwdpxformseq)) in jas_cmprof_createfromiccprof()
272 if (triclr(prof->iccprof, 1, &revpxformseq)) in jas_cmprof_createfromiccprof()
1121 static int triclr(jas_iccprof_t *iccprof, int op, jas_cmpxformseq_t **retpxformseq) in triclr() function