summaryrefslogtreecommitdiff
path: root/vpx_dsp/add_noise.c
AgeCommit message (Collapse)Author
2018-11-16Fix oob in vpx_setup_noiseJerome Jiang
Array index wasn't checked on boundary. BUG=webm:1572 Change-Id: I55a93c024af77a4fd904b0e992d5587a142d66a4
2017-06-21vp[89],vpx_dsp: add missing includesJames Zern
quiets -Wmissing-prototypes Change-Id: I841cfc019d592f2bc6b3fec5818051a31f4c53b5
2016-08-24add_noise,vpx_setup_noise: correct 'char_dist' typeJames Zern
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
2016-07-25vpx_dsp: apply clang-formatclang-format
Change-Id: I3ea3e77364879928bd916f2b0a7838073ade5975
2016-07-16vpx_plane_add_noise_c: normalize int typesJames Zern
quiets signed/unsigned mismatch warning Change-Id: Iaabd7dfff110ba26056258457541f5635d2e85e6
2016-07-15postproc : fix function parameters for noise functions.Jim Bankoski
Change-Id: I582b6307f28bfc987dcf8910379a52c6f679173c
2016-07-13postproc: noise style fixes.Jim Bankoski
Change-Id: Ifdcb36b8e77b65faeeb10644256e175acb32275d
2016-07-13postproc - move filling of noise buffer to vpx_dsp.Jim Bankoski
Change-Id: I63ba35dc0ae9286c9812367a531e01d79a4c1635
2016-05-10vpx_dsp: Rename postproc.c add_noise.Jim Bankoski
Change-Id: I4906d1b79a2951e659995202b9fa97e2ea5cfba0