Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_cm.c196 fwdshapmat->useluts = 0; in jas_cmprof_createsycc()
217 revshapmat->useluts = 0; in jas_cmprof_createsycc()
761 shapmat->useluts = 0; in jas_cmpxform_createshapmat()
800 if (!shapmat->order && shapmat->useluts) { in jas_cmshapmat_apply()
822 if (shapmat->order && shapmat->useluts) { in jas_cmshapmat_apply()
835 if (shapmat->useluts) in jas_cmshapmat_apply()
850 if (shapmat->useluts) in jas_cmshapmat_apply()
1092 shapmat->useluts = 1; in mono()
1162 shapmat->useluts = 1; in triclr()
/external/opencv3/3rdparty/libjasper/jasper/
Djas_cm.h168 int useluts; member