| 49 | static Dither gDitherAlgorithm; |
| 50 | |
| 51 | void InitDitherers() |
| 52 | { |
| 53 | // Read dither preferences |
| 54 | gLowQualityDither = Dither::FastDitherChoice(); |
| 55 | gHighQualityDither = Dither::BestDitherChoice(); |
| 56 | } |
| 57 | |
| 58 | TranslatableString GetSampleFormatStr(sampleFormat format) |
| 59 | { |