Searched refs:offsetbits (Results 1 – 1 of 1) sorted by relevance
2857 static const unsigned char offsetbits[] = in expand() local2865 (int)(sizeof(offsetbits)/sizeof(offsetbits[0])) in expand()2991 if(offsetbits[offssymbol] > 0) in expand()2995 if(offsetbits[offssymbol] > 4) { in expand()2996 if (!rar_br_read_ahead(a, br, offsetbits[offssymbol] - 4)) in expand()2998 offs += rar_br_bits(br, offsetbits[offssymbol] - 4) << 4; in expand()2999 rar_br_consume(br, offsetbits[offssymbol] - 4); in expand()3025 if (!rar_br_read_ahead(a, br, offsetbits[offssymbol])) in expand()3027 offs += rar_br_bits(br, offsetbits[offssymbol]); in expand()3028 rar_br_consume(br, offsetbits[offssymbol]); in expand()