Searched refs:lutents (Results 1 – 3 of 3) sorted by relevance
110 int_fast32_t *lutents; in jp2_decode() local357 lutents = jas_alloc2(pclrd->numlutents, sizeof(int_fast32_t)); in jp2_decode()359 lutents[i] = pclrd->lutdata[cmapent->pcol + i * pclrd->numchans]; in jp2_decode()362 …jas_image_depalettize(dec->image, cmapent->cmptno, pclrd->numlutents, lutents, JP2_BPCTODTYPE(pclr… in jp2_decode()364 jas_free(lutents); in jp2_decode()
846 int_fast32_t *lutents, int dtype, int newcmptno) in jas_image_depalettize() argument881 lutents[v]); in jas_image_depalettize()
445 int_fast32_t *lutents, int dtype, int newcmptno);