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