Searched refs:bsGetBit (Results 1 – 2 of 2) sorted by relevance
398 private static boolean bsGetBit(BitInputStream bin) throws IOException {476 if (bsGetBit(bin)) {486 if (bsGetBit(bin)) {504 while (bsGetBit(bin)) {535 while (bsGetBit(bin)) {536 curr += bsGetBit(bin) ? -1 : 1;
199 static Int32 bsGetBit ( BitStream* bs ) in bsGetBit() function368 b = bsGetBit ( bsIn ); in main()439 b = bsGetBit(bsIn); in main()