OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cdefent
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/libjasper/
jp2_dec.c
112
jp2_cdefchan_t *
cdefent
;
367
cdefent
= jp2_cdef_lookup(cdefd, channo);
368
if (!
cdefent
) {
371
jas_image_setcmpttype(dec->image, newcmptno, jp2_getct(jas_image_clrspc(dec->image),
cdefent
->type,
cdefent
->assoc));
jp2_cod.c
971
jp2_cdefchan_t *
cdefent
;
local
973
cdefent
= &cdef->ents[i];
974
if (
cdefent
->channo == JAS_CAST(unsigned int, channo)) {
975
return
cdefent
;
Completed in 826 milliseconds