|
||
class TSparkDecompressSettings;
Settings to describe decompression
Defined in TSparkDecompressSettings
:
iDeblockingMethod
If this member is set to EDeblockNever the decompressor will never deblock the i...TSparkDeblocking iDeblockingMethod;
If this member is set to EDeblockNever the decompressor will never deblock the image even if the deblocking bit is set in the bitstream. If this member is set to EDeblockAlways the decompressor will deblock the image even if the deblocking bit not set in the bitstream. If this member is set to EDeblockAsIndicated then deblocking will only occur when the deblocking bit in the bitstream is set to 1.