Searched refs:bit_offset (Results 1 – 4 of 4) sorted by relevance
92 int bit_offset; member1120 if (bit_offset != 0) { in decompress_sequences()1605 in->bit_offset = (num_bits + in->bit_offset) % 8; in IO_read_bits()1635 if (in->bit_offset != 0) { in IO_align_stream()1641 in->bit_offset = 0; in IO_align_stream()1668 if (in->bit_offset != 0) { in IO_get_read_ptr()1694 if (in->bit_offset != 0) { in IO_advance_input()1734 size_t bit_offset = offset % 8; in read_bits_LE() local1744 shift += 8 - bit_offset; in read_bits_LE()1745 left -= 8 - bit_offset; in read_bits_LE()[all …]
45 It is calculated as: index = register_offset / 4 * 32 + bit_offset.46 Where bit_offset is the bit offset within the register (LSB is 0, MSB is 31).129 It is calculated as: index = register_offset / 4 * 32 + bit_offset.130 Where bit_offset is the bit offset within the register.
61 It is calculated as: index = register_offset / 4 * 32 + bit_offset.62 Where bit_offset is the bit offset within the register.
35 It is calculated as: index = register_offset / 4 * 32 + bit_offset.36 Where bit_offset is the bit offset within the register.