KDGpu::YCbCrConversionOptions
#include <ycbcr_conversion_options.h>
Public Attributes
Public Attributes Documentation
variable label
variable model
| SamplerYCbCrModelConversion model { SamplerYCbCrModelConversion::RgbIdentity };
|
variable range
| SamplerYCbCrRange range { SamplerYCbCrRange::ItuFull };
|
variable components
| ComponentMapping components {
.r = ComponentSwizzle::Identity,
.g = ComponentSwizzle::Identity,
.b = ComponentSwizzle::Identity,
.a = ComponentSwizzle::Identity,
};
|
variable xChromaOffset
| ChromaLocation xChromaOffset { ChromaLocation::CositedEven };
|
variable yChromaOffset
| ChromaLocation yChromaOffset { ChromaLocation::CositedEven };
|
variable chromaFilter
| FilterMode chromaFilter { FilterMode::Nearest };
|
variable forceExplicitReconstruction
| bool forceExplicitReconstruction { false };
|
Updated on 2025-05-15 at 00:04:19 +0000