Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djp2_dec.c339 if (!(dec->chantocmptlut = jas_alloc2(dec->numchans, sizeof(uint_fast16_t)))) { in jp2_decode()
346 dec->chantocmptlut[i] = i; in jp2_decode()
355 dec->chantocmptlut[channo] = channo; in jp2_decode()
363 dec->chantocmptlut[channo] = newcmptno; in jp2_decode()
390 dec->chantocmptlut[dec->cdef->data.cdef.ents[i].channo], in jp2_decode()
396 jas_image_setcmpttype(dec->image, dec->chantocmptlut[i], in jp2_decode()
488 dec->chantocmptlut = 0; in jp2_dec_create()
517 if (dec->chantocmptlut) { in jp2_dec_destroy()
518 jas_free(dec->chantocmptlut); in jp2_dec_destroy()
Djp2_dec.h81 uint_fast16_t *chantocmptlut; member