Home
last modified time | relevance | path

Searched refs:jp2_cdefchan_t (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djp2_cod.h217 } jp2_cdefchan_t; typedef
223 jp2_cdefchan_t *ents;
313 jp2_cdefchan_t *jp2_cdef_lookup(jp2_cdef_t *cdef, int channo);
Djp2_cod.c459 jp2_cdefchan_t *chan; in jp2_cdef_getdata()
464 if (!(cdef->ents = jas_alloc2(cdef->numchans, sizeof(jp2_cdefchan_t)))) { in jp2_cdef_getdata()
606 jp2_cdefchan_t *ent; in jp2_cdef_putdata()
968 jp2_cdefchan_t *jp2_cdef_lookup(jp2_cdef_t *cdef, int channo) in jp2_cdef_lookup()
971 jp2_cdefchan_t *cdefent; in jp2_cdef_lookup()
Djp2_enc.c105 jp2_cdefchan_t *cdefchanent; in jp2_write_header()
291 cdef->ents = jas_alloc2(cdef->numchans, sizeof(jp2_cdefchan_t)); in jp2_write_header()
Djp2_dec.c112 jp2_cdefchan_t *cdefent; in jp2_decode()