Searched refs:convertOptions (Results 1 – 1 of 1) sorted by relevance
709 TC2ConvertOptions convertOptions; in _tmain() local732 memset(&convertOptions, 0, sizeof(convertOptions)); in _tmain()733 convertOptions.useWeighting = config.useWeighting; in _tmain()734 convertOptions.weightingRed = config.weightingRed; in _tmain()735 convertOptions.weightingGreen = config.weightingGreen; in _tmain()736 convertOptions.weightingBlue = config.weightingBlue; in _tmain()737 convertOptions.useAdaptiveWeighting = config.useAdaptiveWeighting; in _tmain()739 convertOptions.bc1usealpha = config.bc1usealpha; in _tmain()740 convertOptions.bc1alphathreshold = config.bc1alphathreshold; in _tmain()741 convertOptions.bc1alphathreshold = config.bc1alphathreshold; in _tmain()[all …]