test_smaller() Tests if a pixel x < p - thr
| 37 | // test_smaller() |
| 38 | // Tests if a pixel x < p - thr |
| 39 | inline int test_smaller(float x, float p, float thr) { return (x < p - thr); } |
| 40 | |
| 41 | // test_pixel() |
| 42 | // Returns -1 when x < p - thr |
no outgoing calls
no test coverage detected