Searched refs:offsetbits (Results 1 – 1 of 1) sorted by relevance
2944 static const unsigned char offsetbits[] = in expand() local2952 (int)(sizeof(offsetbits)/sizeof(offsetbits[0])) in expand()3078 if(offsetbits[offssymbol] > 0) in expand()3082 if(offsetbits[offssymbol] > 4) { in expand()3083 if (!rar_br_read_ahead(a, br, offsetbits[offssymbol] - 4)) in expand()3085 offs += rar_br_bits(br, offsetbits[offssymbol] - 4) << 4; in expand()3086 rar_br_consume(br, offsetbits[offssymbol] - 4); in expand()3112 if (!rar_br_read_ahead(a, br, offsetbits[offssymbol])) in expand()3114 offs += rar_br_bits(br, offsetbits[offssymbol]); in expand()3115 rar_br_consume(br, offsetbits[offssymbol]); in expand()