Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djas_cm.c1070 jas_iccattrval_t *graytrc; in mono() local
1077 if (!(graytrc = jas_iccprof_getattr(iccprof, JAS_ICC_TAG_GRYTRC)) || in mono()
1078 graytrc->type != JAS_ICC_TYPE_CURV) in mono()
1099 if (jas_cmshapmatlut_set(&shapmat->luts[0], &graytrc->data.curv)) in mono()
1107 if (jas_cmshapmatlut_set(&lut, &graytrc->data.curv)) in mono()
1113 jas_iccattrval_destroy(graytrc); in mono()