aom/aom_scale
Urvang Joshi 4e69284b7e Rewrite some loops to avoid -Wunsafe-loop-optimizations warnings.
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
2016-09-06 18:59:10 +00:00
..
generic Rewrite some loops to avoid -Wunsafe-loop-optimizations warnings. 2016-09-06 18:59:10 +00:00
mips/dspr2 Change "VPX" to "AOM" 2016-03-25 12:57:08 -07:00
aom_scale.h Change "VPX" to "AOM" 2016-03-25 12:57:08 -07:00
aom_scale.mk Convert "vpx" to "aom" 2016-03-25 12:25:01 -07:00
aom_scale_rtcd.c Convert "vpx" to "aom" 2016-03-25 12:25:01 -07:00
aom_scale_rtcd.pl Do sub-pixel motion search in up-sampled reference frames 2016-06-21 11:44:54 -07:00
yv12config.h Rename AOM_ENC/DEC_BORDER_IN_PIXELS to AOM_BORDER_IN_PIXELS 2016-06-08 00:59:23 +00:00