|
RawSpeed
fast raw decoding library
|
#include "rawspeedconfig.h"#include "adt/Array2DRef.h"#include "adt/CroppedArray2DRef.h"#include "adt/Invariant.h"#include <cstddef>#include <type_traits>Go to the source code of this file.
Classes | |
| class | rawspeed::TiledArray2DRef< T > |
Namespaces | |
| namespace | rawspeed |
Functions | |
| template<typename T> | |
| rawspeed::TiledArray2DRef (Array2DRef< T > data, int tileWidth, int tileHeight) -> TiledArray2DRef< T > | |
| template<class T> | |
| rawspeed::__attribute__ ((always_inline)) inline void Array1DRef< T > | |