Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_cm.c193 fwdshapmat = &fwdpxform->data.shapmat; in jas_cmprof_createsycc()
214 revshapmat = &revpxform->data.shapmat; in jas_cmprof_createsycc()
754 jas_cmshapmat_t *shapmat; in jas_cmpxform_createshapmat() local
758 shapmat = &pxform->data.shapmat; in jas_cmpxform_createshapmat()
759 shapmat->mono = 0; in jas_cmpxform_createshapmat()
760 shapmat->order = 0; in jas_cmpxform_createshapmat()
761 shapmat->useluts = 0; in jas_cmpxform_createshapmat()
762 shapmat->usemat = 0; in jas_cmpxform_createshapmat()
764 jas_cmshapmatlut_init(&shapmat->luts[i]); in jas_cmpxform_createshapmat()
767 shapmat->mat[i][j] = 0.0; in jas_cmpxform_createshapmat()
[all …]
/external/opencv3/3rdparty/libjasper/jasper/
Djas_cm.h192 jas_cmshapmat_t shapmat; member