HomeSort by relevance Sort by last modified time
    Searched refs:jpc_bitstream_putbit_func (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libjasper/
jpc_bs.h 157 jpc_bitstream_putbit_func(bitstream, v)
210 int jpc_bitstream_putbit_func(jpc_bitstream_t *bitstream, int v);
jpc_bs.c 181 int jpc_bitstream_putbit_func(jpc_bitstream_t *bitstream, int b) function
184 JAS_DBGLOG(1000, ("jpc_bitstream_putbit_func(%p, %d)\n", bitstream, b));
186 JAS_DBGLOG(1000, ("jpc_bitstream_putbit_func() -> %d\n", ret));

Completed in 475 milliseconds