summaryrefslogtreecommitdiff
path: root/vpx_dsp/ssim.c
AgeCommit message (Collapse)Author
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-07ssim: Add missing statics and constsAlex Converse
Change-Id: I2aa2a545bd2f8f170c66c2e267ea9d617ff10d87
2015-08-07ssim: Replace unsigned long with uint32_t.Alex Converse
The assembly only writes the low 4 bytes, and the HBD version only uses uint32_t bytes. Change-Id: Ie3694ecda511c231e55870df814cbae30e588073
2015-08-06Move VP9 SSIM metrics to vpx_dsp.Alex Converse
Change-Id: I20c7b42631b579fade6cf7ebf6d4c69b2fcb5e5e