vpx/vp8
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
..
common prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
decoder prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
encoder prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
exports_dec Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
exports_enc Rename vp8/ codec directory to vp9/. 2012-11-01 16:31:22 -07:00
vp8_common.mk deblock filter : moved from vp8 code branch 2016-07-12 05:53:00 -07:00
vp8_cx_iface.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
vp8_dx_iface.c prepend ++ instead of post in for loops. 2016-07-18 06:54:50 -07:00
vp8cx_arm.mk Unify subtract function used in VP8/9 2015-07-07 09:57:44 -07:00
vp8cx.mk Rename vp8 quantize.c 2015-08-18 11:44:32 -07:00
vp8dx.mk Fix a spelling mistake in filename 2013-12-03 17:19:41 -08:00