]> granicus.if.org Git - libvpx/commit
add_noise,vpx_setup_noise: correct 'char_dist' type
authorJames Zern <jzern@google.com>
Thu, 25 Aug 2016 04:46:26 +0000 (21:46 -0700)
committerJames Zern <jzern@google.com>
Thu, 25 Aug 2016 04:46:26 +0000 (21:46 -0700)
commit3ddff4503ac59c5280e393545145fad4b5da58e3
tree3a4d657bd774da901cee45f7414dcc7c562d8334
parentce634bbf4d4e995067f47494f57056727751df15
add_noise,vpx_setup_noise: correct 'char_dist' type

fixes SSE2/AddNoiseTest.CheckCvsAssembly/0 with -funsigned-char.
visibly broken since:
0dc69c7 postproc : fix function parameters for noise functions.
where the types diverged (char vs. int8)
but likely the return changed in:
2ca24b0 postproc - move filling of noise buffer to vpx_dsp.
when multiple implementations were merged.

Change-Id: I176ca1f170217f05ba7872b0c4de63e41949e999
vpx_dsp/add_noise.c