Searched defs:LinearKernelWidth (Results 1 – 2 of 2) sorted by relevance
102 inline int LinearKernelWidth(int radius) { return radius + 1; } in LinearKernelWidth() function
182 static constexpr int LinearKernelWidth(int radius) { return radius + 1; } in LinearKernelWidth() function