Replace all in-function instances of MIN/MAX/CLAMP with the single evaluation version min/max/clamp. There's probably no race conditions in these files, but the single evaluation ones save a couple of instructions each so they should save few code bytes and potentially perform better, so they should be preferred in general. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>