vpx/vp8/common/arm/armv6
Jim Bankoski 3e04114f3d prepend ++ instead of post in for loops.
Applied the following regex  :
search for: (for.*\(.*;.*;) ([a-zA-Z_]*)\+\+\)
replace with: \1 ++\2)

This misses some for loops:
ie : for (mb_col = 0; mb_col < oci->mb_cols; mb_col++, mi++)

Change-Id: Icf5f6fb93cced0992e0bb71d2241780f7fb1f0a8
2016-07-18 06:54:50 -07:00
..
bilinearfilter_v6.asm utilize preload in ARMv6 MC/LPF/Copy routines 2011-06-17 14:04:53 -07:00
copymem8x4_v6.asm Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
copymem8x8_v6.asm Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
copymem16x16_v6.asm utilize preload in ARMv6 MC/LPF/Copy routines 2011-06-17 14:04:53 -07:00
dc_only_idct_add_v6.asm Remove usage of predict buffer for decode 2011-10-18 12:06:50 -04:00
dequant_idct_v6.asm vpx_mem: remove vpx_memset 2015-04-28 20:00:59 -07:00
dequantize_v6.asm Moved dequant idct into common 2011-12-15 14:23:41 -05:00
filter_v6.asm arm: Explicitly write both target registers for ldrd 2013-05-22 01:50:58 +03:00
idct_blk_v6.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
idct_v6.asm Remove usage of predict buffer for decode 2011-10-18 12:06:50 -04:00
iwalsh_v6.asm Modified the inverse walsh to output directly 2011-11-25 09:24:04 +02:00
loopfilter_v6.asm Update armv6 loopfilter to new interface 2011-07-12 12:14:51 +03:00
simpleloopfilter_v6.asm Update armv6 loopfilter to new interface 2011-07-12 12:14:51 +03:00
sixtappredict8x4_v6.asm Merge "Avoid text relocations in ARM vp8 decoder" 2011-06-28 16:34:10 -07:00