| 27 | int index(int x, int y, int stride1) { return y * stride1 + x; } |
| 28 | |
| 29 | float quad(float value) { return 1.0f / (1.0f + value); } |
| 30 | |
| 31 | float computeGradientBasedUpdate(const float mct, const float NW, const float N, |
| 32 | const float NE, const float W, const float C, |
no outgoing calls
no test coverage detected