Searched refs:JPC_BITSTREAM_READ (Results 1 – 2 of 2) sorted by relevance
116 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()
91 #define JPC_BITSTREAM_READ 0x01 macro215 (assert((bitstream)->openmode_ & JPC_BITSTREAM_READ), \