RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
NefDecoder.cpp File Reference
#include "decoders/NefDecoder.h"
#include "adt/Array1DRef.h"
#include "adt/Array2DRef.h"
#include "adt/Bit.h"
#include "adt/Casts.h"
#include "adt/Point.h"
#include "bitstreams/BitStreamerMSB.h"
#include "bitstreams/BitStreams.h"
#include "common/Common.h"
#include "common/RawImage.h"
#include "decoders/RawDecoderException.h"
#include "decompressors/NikonDecompressor.h"
#include "decompressors/UncompressedDecompressor.h"
#include "io/Buffer.h"
#include "io/ByteStream.h"
#include "io/Endianness.h"
#include "io/IOException.h"
#include "metadata/Camera.h"
#include "metadata/CameraMetaData.h"
#include "metadata/ColorFilterArray.h"
#include "tiff/TiffEntry.h"
#include "tiff/TiffIFD.h"
#include "tiff/TiffTag.h"
#include <algorithm>
#include <array>
#include <cassert>
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <sstream>
#include <string>
#include <vector>
Include dependency graph for NefDecoder.cpp:

Go to the source code of this file.

Classes

class  ostringstream
 STL class. More...

Namespaces

namespace  rawspeed

Macros

#define SQR(x)

Macro Definition Documentation

◆ SQR

#define SQR ( x)
Value:
((x) * (x))
dim x
Definition Common.cpp:50

Definition at line 808 of file NefDecoder.cpp.

Referenced by rawspeed::NefDecoder::gammaCurve().