OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newcmptno
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/libjasper/
jp2_dec.c
109
int
newcmptno
;
local
361
newcmptno
= jas_image_numcmpts(dec->image);
362
jas_image_depalettize(dec->image, cmapent->cmptno, pclrd->numlutents, lutents, JP2_BPCTODTYPE(pclrd->bpc[cmapent->pcol]),
newcmptno
);
363
dec->chantocmptlut[channo] =
newcmptno
;
371
jas_image_setcmpttype(dec->image,
newcmptno
, jp2_getct(jas_image_clrspc(dec->image), cdefent->type, cdefent->assoc));
373
jas_image_setcmpttype(dec->image,
newcmptno
, jp2_getct(jas_image_clrspc(dec->image), 0, channo + 1));
jas_image.c
846
int_fast32_t *lutents, int dtype, int
newcmptno
)
864
if (jas_image_addcmpt(image,
newcmptno
, &cmptparms)) {
867
if (
newcmptno
<= cmptno) {
880
jas_image_writecmptsample(image,
newcmptno
, i, j,
1036
int jas_image_sampcmpt(jas_image_t *image, int cmptno, int
newcmptno
,
1081
if (jas_image_addcmpt(image,
newcmptno
, &cmptparm))
1085
newcmpt = image->cmpts_[
newcmptno
];
[
all
...]
/external/opencv3/3rdparty/libjasper/jasper/
jas_image.h
445
int_fast32_t *lutents, int dtype, int
newcmptno
);
485
int jas_image_sampcmpt(jas_image_t *image, int cmptno, int
newcmptno
,
Completed in 58 milliseconds