☰
YCbCrChromaSubsampling
struct
YCbCrChromaSubsampling
Static Methods
YCbCrChromaSubsampling
Methods
DebugString
HShift
Is420
Is422
Is440
Is444
MaxHShift
MaxVShift
RawHShift
RawVShift
Set
VShift
VisitFields
Struct
libjxl
::
jxl
::
YCbCrChromaSubsampling
struct
YCbCrChromaSubsampling
{ ... };
Static Methods
YCbCrChromaSubsampling
()
Methods
auto
DebugString
() const -> std::string
auto
HShift
(size_t c) const -> size_t
auto
Is420
() const -> bool
auto
Is422
() const -> bool
auto
Is440
() const -> bool
auto
Is444
() const -> bool
auto
MaxHShift
() const -> uint8_t
auto
MaxVShift
() const -> uint8_t
auto
RawHShift
(size_t c) const -> uint8_t
auto
RawVShift
(size_t c) const -> uint8_t
auto
Set
(
const
uint8_t* hsample,
const
uint8_t* vsample) ->
Status
auto
VShift
(size_t c) const -> size_t
auto
VisitFields
(
Visitor
* visitor) ->
Status
virtual