|
RawSpeed
fast raw decoding library
|
#include "common/TableLookUp.h"#include "adt/Array1DRef.h"#include "adt/Array2DRef.h"#include "adt/Bit.h"#include "adt/Casts.h"#include "adt/Invariant.h"#include "decoders/RawDecoderException.h"#include <algorithm>#include <cassert>#include <cstdint>#include <limits>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | rawspeed |
Variables | |
| constexpr int | rawspeed::TABLE_MAX_ELTS = std::numeric_limits<uint16_t>::max() + 1 |
| constexpr int | rawspeed::TABLE_SIZE = TABLE_MAX_ELTS * 2 |