Commit 629cc5d1 authored by nagayama15's avatar nagayama15

Fix comment

parent df9737a4
......@@ -42,7 +42,7 @@ namespace kyut::watermarker {
const auto chunkEnd = chunkBegin + chunkSize;
// Number of bits that can be embedded in the chunk
// {floor(log2(x!)) | x in [0, 21)}
// {floor(log2(x!)) | x in [2, 21)}
constexpr auto bitLengthTable = std::array<std::size_t, 21>{
0, 0, 1, 2, 4, 6, 9, 12, 15, 18, 21, 25, 28, 32, 36, 40, 44, 48, 52, 56, 61,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment