4e69284b7e
For example, loops of the form: "for (i = 0; i < 1 + max_value; ++i) ..." or "for (i = 0; i <= max_value; ++i) ..." are possibly infinite loops, theoretically speaking (even if practically, they aren't). So, compiler cannot optimize those loops. When possible, I rewrote such loops to be finite even theoretically. Change-Id: Ied47a24833b689c0ec011f8645cf1c01856f7c59 |
||
---|---|---|
.. | ||
generic | ||
mips/dspr2 | ||
aom_scale.h | ||
aom_scale.mk | ||
aom_scale_rtcd.c | ||
aom_scale_rtcd.pl | ||
yv12config.h |