Searched refs:bit_step (Results 1 – 1 of 1) sorted by relevance
230 int bit_step = msv_first ? -static_cast<int>(chunk_size) : chunk_size; in export_bits() local231 while(bit_location % bit_step) ++bit_location; in export_bits()237 bit_location += bit_step; in export_bits()