Lines Matching defs:bit
71 bool bit = symbol & 1; in price_symbol3() local
86 bool bit = symbol & 1; in price_symbol6() local
110 bool bit = symbol & 1; in price_symbol8() local
143 bool bit = symbol & 1; in price_symbol_reversed() local
160 bool bit = (symbol <<= 1) & 0x100; in price_matched() local
345 Re_encode_bit(Range_encoder *renc, Bit_model *probability, bool bit) in Re_encode_bit()
368 bool bit = (symbol >> 2) & 1; in Re_encode_tree3() local
382 bool bit = (symbol >> 5) & 1; in Re_encode_tree6() local
406 bool bit = (symbol >> i) & 1; in Re_encode_tree8() local
418 bool bit = symbol & 1; in Re_encode_tree_reversed() local
432 bool bit = (symbol <<= 1) & 0x100; in Re_encode_matched() local
444 bool bit = ((symbol -= min_match_len) >= len_low_syms); in Re_encode_len() local