Searched refs:NumRowBits (Results 1 – 1 of 1) sorted by relevance
61 table_data_ = reader.ReadRegion(num_rows_ * NumRowBits()); in Decode()68 size_t offset = row * NumRowBits() + column_offset_[column];76 size_t offset = row * NumRowBits() + column_offset_[column];82 uint32_t NumRowBits() const { return column_offset_[kNumColumns]; } in NumRowBits() function