I have a simple function
uint32_t getFilterWidth(bool lossless) const { return lossless ? 2 : 4; }
I would like to use this