80 lines
1.1 KiB
Modula-2
80 lines
1.1 KiB
Modula-2
; Core def : Declares the module parameters for the DLL.
|
|
|
|
EXPORTS
|
|
CreateOptionsBC1
|
|
CreateOptionsBC2
|
|
CreateOptionsBC3
|
|
CreateOptionsBC4
|
|
CreateOptionsBC5
|
|
CreateOptionsBC6
|
|
CreateOptionsBC7
|
|
|
|
DestroyOptionsBC1
|
|
DestroyOptionsBC2
|
|
DestroyOptionsBC3
|
|
DestroyOptionsBC4
|
|
DestroyOptionsBC5
|
|
DestroyOptionsBC6
|
|
DestroyOptionsBC7
|
|
|
|
SetChannelWeightsBC1
|
|
SetChannelWeightsBC2
|
|
SetChannelWeightsBC3
|
|
|
|
SetDecodeChannelMapping
|
|
|
|
SetQualityBC1
|
|
SetQualityBC2
|
|
SetQualityBC3
|
|
SetQualityBC4
|
|
SetQualityBC5
|
|
SetQualityBC6
|
|
SetQualityBC7
|
|
|
|
SetAlphaThresholdBC1
|
|
SetRefineStepsBC1
|
|
|
|
SetMaskBC6
|
|
SetMaskBC7
|
|
|
|
SetAlphaOptionsBC7
|
|
SetErrorThresholdBC7
|
|
|
|
SetSrgbBC1
|
|
SetSrgbBC2
|
|
SetSrgbBC3
|
|
|
|
SetGammaBC1
|
|
SetGammaBC2
|
|
SetGammaBC3
|
|
|
|
SetSignedBC6
|
|
|
|
EnableSSE4
|
|
EnableAVX2
|
|
EnableAVX512
|
|
|
|
DisableSIMD
|
|
|
|
GetEnabledSIMDExtension
|
|
|
|
CompressBlockBC1
|
|
CompressBlockBC2
|
|
CompressBlockBC3
|
|
CompressBlockBC4
|
|
CompressBlockBC4S
|
|
CompressBlockBC5
|
|
CompressBlockBC5S
|
|
CompressBlockBC6
|
|
CompressBlockBC7
|
|
|
|
DecompressBlockBC1
|
|
DecompressBlockBC2
|
|
DecompressBlockBC3
|
|
DecompressBlockBC4
|
|
DecompressBlockBC4S
|
|
DecompressBlockBC5
|
|
DecompressBlockBC5S
|
|
DecompressBlockBC6
|
|
DecompressBlockBC7
|