|
RawSpeed
fast raw decoding library
|
#include "decompressors/LJpegDecompressor.h"#include "adt/Array1DRef.h"#include "adt/Array2DRef.h"#include "adt/Casts.h"#include "adt/CroppedArray2DRef.h"#include "adt/Invariant.h"#include "adt/Optional.h"#include "adt/Point.h"#include "bitstreams/BitStreamerJPEG.h"#include "codes/PrefixCodeDecoder.h"#include "common/Common.h"#include "common/RawImage.h"#include "decoders/RawDecoderException.h"#include "decompressors/JpegMarkers.h"#include "io/Buffer.h"#include "io/ByteStream.h"#include "io/Endianness.h"#include <algorithm>#include <array>#include <cstddef>#include <cstdint>#include <functional>#include <limits>#include <utility>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | rawspeed |
| namespace | rawspeed::anonymous_namespace{LJpegDecompressor.cpp} |
Variables | |
| template<int MCUWidth, int MCUHeight> | |
| constexpr iPoint2D | rawspeed::anonymous_namespace{LJpegDecompressor.cpp}::MCU = {MCUWidth, MCUHeight} |