OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chantocmptlut
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libjasper/
jp2_dec.h
81
uint_fast16_t *
chantocmptlut
;
member in struct:__anon21692
jp2_dec.c
339
if (!(dec->
chantocmptlut
= jas_alloc2(dec->numchans, sizeof(uint_fast16_t)))) {
346
dec->
chantocmptlut
[i] = i;
355
dec->
chantocmptlut
[channo] = channo;
363
dec->
chantocmptlut
[channo] = newcmptno;
390
dec->
chantocmptlut
[dec->cdef->data.cdef.ents[i].channo],
396
jas_image_setcmpttype(dec->image, dec->
chantocmptlut
[i],
488
dec->
chantocmptlut
= 0;
517
if (dec->
chantocmptlut
) {
518
jas_free(dec->
chantocmptlut
);
Completed in 149 milliseconds