1) Use a tighter upper bound on the Huffman table size. 2) Remove unused argument len in ToUpperCase. 3) Remove unused no-op assignment in BrotliDecompress. 4) Fix include guard name.
This commit is for the decoder for brotli compression format. Brotli is a generic byte-level compression algorithm.