#include "pch.h"
#include "zdeflate.h"
#include "stdcpp.h"
#include "misc.h"
Go to the source code of this file.
|
typedef std::reverse_iterator< unsigned int * > | RevIt |
|
|
unsigned int | CodeLengthEncode (const unsigned int *begin, const unsigned int *end, const unsigned int *&p, unsigned int &extraBits, unsigned int &extraBitsLength) |
|
typedef std::reverse_iterator<unsigned int *> RevIt |
unsigned int CodeLengthEncode |
( |
const unsigned int * |
begin, |
|
|
const unsigned int * |
end, |
|
|
const unsigned int *& |
p, |
|
|
unsigned int & |
extraBits, |
|
|
unsigned int & |
extraBitsLength |
|
) |
| |
|
inline |