Lines Matching refs:jpc_bitstream_t
129 } jpc_bitstream_t; typedef
136 jpc_bitstream_t *jpc_bitstream_sopen(jas_stream_t *stream, char *mode);
139 int jpc_bitstream_close(jpc_bitstream_t *bitstream);
164 long jpc_bitstream_getbits(jpc_bitstream_t *bitstream, int n);
167 int jpc_bitstream_putbits(jpc_bitstream_t *bitstream, int n, long v);
175 int jpc_bitstream_align(jpc_bitstream_t *bitstream);
180 int jpc_bitstream_inalign(jpc_bitstream_t *bitstream, int fillmask,
185 int jpc_bitstream_outalign(jpc_bitstream_t *bitstream, int filldata);
188 int jpc_bitstream_needalign(jpc_bitstream_t *bitstream);
191 int jpc_bitstream_pending(jpc_bitstream_t *bitstream);
208 int jpc_bitstream_getbit_func(jpc_bitstream_t *bitstream);
210 int jpc_bitstream_putbit_func(jpc_bitstream_t *bitstream, int v);
212 int jpc_bitstream_fillbuf(jpc_bitstream_t *bitstream);