|
RawSpeed
fast raw decoding library
|
Public Member Functions | |
| YCbCr ()=default | |
| void | signExtend () |
| void | applyHue (int hue_) |
| void | process (int hue_) |
| void | interpolateCbCr (const YCbCr &p0, const YCbCr &p2) |
| void | interpolateCbCr (const YCbCr &p0, const YCbCr &p1, const YCbCr &p2, const YCbCr &p3) |
Static Public Member Functions | |
| static void | LoadY (YCbCr *p, const CroppedArray1DRef< const uint16_t > in) |
| static void | LoadCbCr (YCbCr *p, const CroppedArray1DRef< const uint16_t > in) |
| static void | CopyCbCr (YCbCr *p, const YCbCr &pSrc) |
Public Attributes | |
| int | Y = 0 |
| int | Cb = 0 |
| int | Cr = 0 |
Definition at line 37 of file Cr2sRawInterpolator.cpp.
|
default |
|
inline |
Definition at line 71 of file Cr2sRawInterpolator.cpp.
|
inlinestatic |
Definition at line 57 of file Cr2sRawInterpolator.cpp.
|
inline |
Definition at line 88 of file Cr2sRawInterpolator.cpp.
|
inline |
Definition at line 81 of file Cr2sRawInterpolator.cpp.
|
inlinestatic |
Definition at line 49 of file Cr2sRawInterpolator.cpp.
|
inlinestatic |
Definition at line 42 of file Cr2sRawInterpolator.cpp.
|
inline |
Definition at line 76 of file Cr2sRawInterpolator.cpp.
|
inline |
Definition at line 66 of file Cr2sRawInterpolator.cpp.
Definition at line 39 of file Cr2sRawInterpolator.cpp.
Definition at line 40 of file Cr2sRawInterpolator.cpp.
Definition at line 38 of file Cr2sRawInterpolator.cpp.