Searched refs:scalebits (Results 1 – 1 of 1) sorted by relevance
60 uint32_t scalebits; in linear_dither() local76 scalebits = source_bps - target_bps; in linear_dither()77 mask = (1L << scalebits) - 1; in linear_dither()106 return output >> scalebits; in linear_dither()