Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djp2_dec.c90 static int jp2_getct(int colorspace, int type, int assoc);
371 …jas_image_setcmpttype(dec->image, newcmptno, jp2_getct(jas_image_clrspc(dec->image), cdefent->type… in jp2_decode()
373 …jas_image_setcmpttype(dec->image, newcmptno, jp2_getct(jas_image_clrspc(dec->image), 0, channo + 1… in jp2_decode()
391 jp2_getct(jas_image_clrspc(dec->image), in jp2_decode()
397 jp2_getct(jas_image_clrspc(dec->image), 0, i + 1)); in jp2_decode()
523 static int jp2_getct(int colorspace, int type, int assoc) in jp2_getct() function