Searched refs:channo (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/3rdparty/libjasper/ |
D | jp2_dec.c | 108 unsigned int channo; in jp2_decode() local 352 for (channo = 0; channo < cmapd->numchans; ++channo) { in jp2_decode() 353 cmapent = &cmapd->ents[channo]; in jp2_decode() 355 dec->chantocmptlut[channo] = channo; in jp2_decode() 363 dec->chantocmptlut[channo] = newcmptno; in jp2_decode() 367 cdefent = jp2_cdef_lookup(cdefd, channo); in jp2_decode() 373 …s_image_setcmpttype(dec->image, newcmptno, jp2_getct(jas_image_clrspc(dec->image), 0, channo + 1)); in jp2_decode() 390 dec->chantocmptlut[dec->cdef->data.cdef.ents[i].channo], in jp2_decode()
|
D | jp2_cod.c | 444 (int)cdef->ents[i].channo, (int)cdef->ents[i].type, (int)cdef->ents[i].assoc); in jp2_cdef_dumpdata() 460 unsigned int channo; in jp2_cdef_getdata() local 467 for (channo = 0; channo < cdef->numchans; ++channo) { in jp2_cdef_getdata() 468 chan = &cdef->ents[channo]; in jp2_cdef_getdata() 469 if (jp2_getuint16(in, &chan->channo) || jp2_getuint16(in, &chan->type) || in jp2_cdef_getdata() 614 if (jp2_putuint16(out, ent->channo) || in jp2_cdef_putdata() 968 jp2_cdefchan_t *jp2_cdef_lookup(jp2_cdef_t *cdef, int channo) in jp2_cdef_lookup() argument 974 if (cdefent->channo == JAS_CAST(unsigned int, channo)) { in jp2_cdef_lookup()
|
D | jp2_cod.h | 214 uint_fast16_t channo; member 313 jp2_cdefchan_t *jp2_cdef_lookup(jp2_cdef_t *cdef, int channo);
|
D | jp2_enc.c | 294 cdefchanent->channo = i; in jp2_write_header()
|