OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lutents
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/libjasper/
jp2_dec.c
110
int_fast32_t *
lutents
;
local
357
lutents
= jas_alloc2(pclrd->numlutents, sizeof(int_fast32_t));
359
lutents
[i] = pclrd->lutdata[cmapent->pcol + i * pclrd->numchans];
362
jas_image_depalettize(dec->image, cmapent->cmptno, pclrd->numlutents,
lutents
, JP2_BPCTODTYPE(pclrd->bpc[cmapent->pcol]), newcmptno);
364
jas_free(
lutents
);
jas_image.c
846
int_fast32_t *
lutents
, int dtype, int newcmptno)
881
lutents
[v]);
[
all
...]
/external/opencv3/3rdparty/libjasper/jasper/
jas_image.h
445
int_fast32_t *
lutents
, int dtype, int newcmptno);
Completed in 91 milliseconds