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

  /external/opencv3/3rdparty/libjasper/
jpc_bs.h 164 long jpc_bitstream_getbits(jpc_bitstream_t *bitstream, int n);
jpc_bs.c 191 long jpc_bitstream_getbits(jpc_bitstream_t *bitstream, int n) function
362 if ((u = jpc_bitstream_getbits(bitstream, n)) < 0) {
369 if ((u = jpc_bitstream_getbits(bitstream, 7)) < 0) {
jpc_t2dec.c 135 if ((n = jpc_bitstream_getbits(in, 2)) == 3) {
136 if ((n = jpc_bitstream_getbits(in, 5)) == 31) {
137 if ((n = jpc_bitstream_getbits(in, 7)) >= 0) {
314 if ((len = jpc_bitstream_getbits(inb, cblk->numlenbits + jpc_floorlog2(n))) < 0) {

Completed in 40 milliseconds