vpx/vp8/encoder/mips/msa
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
..
dct_msa.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
denoising_msa.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
encodeopt_msa.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
quantize_msa.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00
temporal_filter_msa.c vp8: apply clang-format 2016-07-15 19:28:44 -07:00