summaryrefslogtreecommitdiff
path: root/vpx_dsp/psnrhvs.c
AgeCommit message (Collapse)Author
2018-09-23segfault: fix missing alignment declarationMatthias Räncker
These variables are being fed to sse2 functions, that use aligned loads. Signed-off-by: Matthias Räncker <theonetruecamper@gmx.de> Change-Id: I796c3483c6f3425d63d9262b02b19da59d536600
2016-07-25vpx_dsp: apply clang-formatclang-format
Change-Id: I3ea3e77364879928bd916f2b0a7838073ade5975
2016-07-12Fix encoder crashes for odd size inputYaowu Xu
Change-Id: Id5c30c419282369cc8c3280d9a70b34a859a71d8
2016-06-24Port metric computation changes from nextgenv2Yaowu Xu
Change-Id: I4aceffcdf7af59ffeb51984f0345c3a4c7e76a9f
2015-10-13Fix compiler warningshui su
Change-Id: I761256a8100d83abf1b937f3739580237e3fad2a
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
Use system_state.h in vpx_dsp and remove unneeded includes of vp9_systemdependent.h. Change-Id: I92557ec6dd5aa790160b4f31fe7967db0d7ec3c4
2015-08-07psnrhvs: Add missing consts and static consts.Alex Converse
Change-Id: I63932edaef4c4d4d0a57e6f7d3e4aa42651a5c47
2015-08-06Move VP9 SSIM metrics to vpx_dsp.Alex Converse
Change-Id: I20c7b42631b579fade6cf7ebf6d4c69b2fcb5e5e