vpx/vp9
Johann 7af58d4338 Resolve declaration and implementation.
Clean Windows build warnings:
warning C4028: formal parameter <N> different from declaration

This was fixed independently in master and experimental but the fixes
were in opposite directions. One added const to the declaration and the
other removed it from the implementation.

Also update the variable names. This doesn't modify the data so call it
ref, matching the functions in the vicinity, rather than dst.

Change-Id: I2ffc6b4a874cb98c26487b909d20a5e099b5582c
2013-04-23 12:42:31 -07:00
..
common Resolve declaration and implementation. 2013-04-23 12:42:31 -07:00
decoder libvpx: Fix vp9 clang build. 2013-04-17 15:46:12 -07:00
encoder Merge "set up a speed 1" 2013-04-17 06:33:42 -07:00
exports_dec support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
exports_enc support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
vp9_common.mk Merge branch 'experimental' into master 2013-04-16 06:49:46 -07:00
vp9_cx_iface.c Convert g_frame_parallel_decoding to control interface 2013-03-27 11:07:26 -07:00
vp9_dx_iface.c Improve sign consistency. 2013-04-23 12:42:20 -07:00
vp9_iface_common.h Add VP9_GET_REFERENCE control 2013-03-13 19:08:06 -07:00
vp9cx.mk Faster vp9_short_fdct4x4 and vp9_short_fdct8x4. 2013-04-16 16:38:30 -07:00
vp9dx.mk Optimize add_residual function 2013-03-05 16:27:45 -08:00