]> granicus.if.org Git - libvpx/commit
Fix warnings reported by -Wshadow: Part1: vpx_dsp directory
authorUrvang Joshi <urvang@google.com>
Thu, 14 Jul 2016 18:40:38 +0000 (11:40 -0700)
committerJames Zern <jzern@google.com>
Tue, 18 Oct 2016 02:25:19 +0000 (19:25 -0700)
commite084e0548429914ae0155e7ee46ddacad733e602
treeef50771b8dc8a02f60efd2c0517c0f983abe5565
parentf6980ca68ec84336d3b089aa27a287a10807683c
Fix warnings reported by -Wshadow: Part1: vpx_dsp directory

While we are at it:
- Rename some variables to more meaningful names
- Reuse some common consts from a header instead of redefining them.

Change-Id: I75c4248cb75aa54c52111686f139b096dc119328
(cherry picked from aomedia 09eea21)
15 files changed:
vpx_dsp/arm/fwd_txfm_neon.c
vpx_dsp/arm/idct16x16_1_add_neon.c
vpx_dsp/arm/idct16x16_add_neon.c
vpx_dsp/arm/idct32x32_1_add_neon.c
vpx_dsp/arm/idct4x4_1_add_neon.c
vpx_dsp/arm/idct4x4_add_neon.c
vpx_dsp/arm/idct8x8_1_add_neon.c
vpx_dsp/arm/idct8x8_add_neon.c
vpx_dsp/fwd_txfm.c
vpx_dsp/mips/inv_txfm_msa.h
vpx_dsp/mips/loopfilter_msa.h
vpx_dsp/mips/macros_msa.h
vpx_dsp/mips/vpx_convolve_msa.h
vpx_dsp/x86/highbd_quantize_intrin_sse2.c
vpx_dsp/x86/inv_txfm_sse2.c