Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djp2_cod.h154 uint_fast8_t comptype; member
Djp2_enc.c180 ihdr->comptype = JP2_IHDR_COMPTYPE; in jp2_write_header()
Djp2_cod.c371 jp2_getuint8(in, &ihdr->comptype) || jp2_getuint8(in, &ihdr->csunk) || in jp2_ihdr_getdata()
561 jp2_putuint8(out, ihdr->comptype) || jp2_putuint8(out, ihdr->csunk) || in jp2_ihdr_putdata()
Djp2_dec.c256 if (dec->ihdr->data.ihdr.comptype != JP2_IHDR_COMPTYPE) { in jp2_decode()