OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jp2_cdefchan_t
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/libjasper/
jp2_cod.h
217
}
jp2_cdefchan_t
;
typedef in typeref:struct:__anon21685
223
jp2_cdefchan_t
*ents;
313
jp2_cdefchan_t
*jp2_cdef_lookup(jp2_cdef_t *cdef, int channo);
jp2_enc.c
105
jp2_cdefchan_t
*cdefchanent;
291
cdef->ents = jas_alloc2(cdef->numchans, sizeof(
jp2_cdefchan_t
));
jp2_cod.c
459
jp2_cdefchan_t
*chan;
464
if (!(cdef->ents = jas_alloc2(cdef->numchans, sizeof(
jp2_cdefchan_t
)))) {
606
jp2_cdefchan_t
*ent;
968
jp2_cdefchan_t
*jp2_cdef_lookup(jp2_cdef_t *cdef, int channo)
971
jp2_cdefchan_t
*cdefent;
jp2_dec.c
112
jp2_cdefchan_t
*cdefent;
Completed in 175 milliseconds