Home
last modified time | relevance | path

Searched refs:roundToNextPowerOfTwo (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dinterpolation.c1765 static uint32_t roundToNextPowerOfTwo(uint32_t x) in roundToNextPowerOfTwo() function
1872 …const int taps = roundToNextPowerOfTwo(vmaxtaps); // the number of work items per row rounded up t… in dt_interpolation_resample_cl()
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dinterpolation.c1767 static uint32_t roundToNextPowerOfTwo(uint32_t x) in roundToNextPowerOfTwo() function
1874 …const int taps = roundToNextPowerOfTwo(vmaxtaps); // the number of work items per row rounded up t… in dt_interpolation_resample_cl()