Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
huffman.cpp File Reference

(750f812812cc2345198d2047aad861098623bd90)

#include "bitstreams_p.h"
#include "huffman_p.h"
#include <QtCore/qbytearray.h>
#include <algorithm>
#include <limits>
Include dependency graph for huffman.cpp:

Go to the source code of this file.

Namespaces

namespace  HPack

Functions

quint64 HPack::huffman_encoded_bit_length (QByteArrayView inputData)
void HPack::huffman_encode_string (QByteArrayView inputData, BitOStream &outputStream)
static constexpr bool HPack::padding_is_valid (quint32 chunk, quint32 nBits)
bool HPack::huffman_decode_string (BitIStream &inputStream, QByteArray *outputBuffer)