vpx/vp8/common/arm/neon
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
..
bilinearpredict_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
copymem_neon.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
dc_only_idct_add_neon.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
dequant_idct_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
dequantizeb_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
idct_blk_neon.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
idct_dequant_0_2x_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
idct_dequant_full_2x_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
iwalsh_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
loopfiltersimplehorizontaledge_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
loopfiltersimpleverticaledge_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
mbloopfilter_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
shortidct4x4llm_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
sixtappredict_neon.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
vp8_loopfilter_neon.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00