summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_mfqe.c
AgeCommit message (Expand)Author
2016-08-02vp9/common: apply clang-formatclang-format
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2015-08-07Add static syntax to copy_mem64x64Jingning Han
2015-05-26Move variance functions to vpx_dspJohann
2015-05-06Move shared SAD code to vpx_dspJohann
2015-01-18SSE2 code for the filter in MFQE.JackyChen
2015-01-07Use qdiff to adjust the threshold of sad and variance in MFQE.JackyChen
2015-01-05Adopt weighted averaging in MFQE.JackyChen
2014-12-16Add rectangle block support for MFQE.JackyChen
2014-12-11Multiframe Quality Enhancement(MFQE) in VP9.JackyChen