Home
last modified time | relevance | path

Searched refs:JPC_BITSTREAM_READ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djpc_bs.c116 JPC_BITSTREAM_READ; in jpc_bitstream_sopen()
119 bitstream->cnt_ = (bitstream->openmode_ == JPC_BITSTREAM_READ) ? 0 : 8; in jpc_bitstream_sopen()
242 assert(bitstream->openmode_ & JPC_BITSTREAM_READ); in jpc_bitstream_fillbuf()
275 if (bitstream->openmode_ & JPC_BITSTREAM_READ) { in jpc_bitstream_needalign()
331 if (bitstream->openmode_ & JPC_BITSTREAM_READ) { in jpc_bitstream_align()
Djpc_bs.h91 #define JPC_BITSTREAM_READ 0x01 macro
215 (assert((bitstream)->openmode_ & JPC_BITSTREAM_READ), \