|
RawSpeed
fast raw decoding library
|
#include "decompressors/Cr2Decompressor.h"
Public Member Functions | |
| Cr2SliceWidths ()=default | |
| Cr2SliceWidths (uint16_t numSlices_, uint16_t sliceWidth_, uint16_t lastSliceWidth_) | |
| bool | empty () const |
| int | widthOfSlice (int sliceId) const |
| Cr2SliceWidthIterator | begin () const |
| Cr2SliceWidthIterator | end () const |
Private Attributes | |
| int | numSlices = 0 |
| int | sliceWidth = 0 |
| int | lastSliceWidth = 0 |
Friends | |
| class | Cr2LJpegDecoder |
| struct | Cr2SliceWidthIterator |
| template<typename PrefixCodeDecoder> | |
| class | Cr2Decompressor |
Definition at line 50 of file Cr2Decompressor.h.
|
default |
|
inline |
Definition at line 63 of file Cr2Decompressor.h.
References lastSliceWidth, numSlices, sliceWidth, and ThrowRDE.
|
inlinenodiscard |
Definition at line 119 of file Cr2Decompressor.h.
References Cr2SliceWidthIterator.
|
inlinenodiscard |
Definition at line 71 of file Cr2Decompressor.h.
References lastSliceWidth, numSlices, and sliceWidth.
|
inlinenodiscard |
Definition at line 122 of file Cr2Decompressor.h.
References Cr2SliceWidthIterator, and numSlices.
|
inlinenodiscard |
Definition at line 75 of file Cr2Decompressor.h.
References invariant, lastSliceWidth, numSlices, and sliceWidth.
|
friend |
Definition at line 58 of file Cr2Decompressor.h.
References Cr2Decompressor.
Referenced by Cr2Decompressor.
|
friend |
Definition at line 55 of file Cr2Decompressor.h.
References Cr2LJpegDecoder.
Referenced by Cr2LJpegDecoder.
|
friend |
Definition at line 56 of file Cr2Decompressor.h.
References Cr2SliceWidthIterator.
Referenced by begin(), Cr2SliceWidthIterator, and end().
|
private |
Definition at line 53 of file Cr2Decompressor.h.
Referenced by Cr2SliceWidths(), empty(), and widthOfSlice().
|
private |
Definition at line 51 of file Cr2Decompressor.h.
Referenced by Cr2SliceWidths(), empty(), end(), and widthOfSlice().
|
private |
Definition at line 52 of file Cr2Decompressor.h.
Referenced by Cr2SliceWidths(), empty(), and widthOfSlice().