summaryrefslogtreecommitdiff
path: root/test/lpf_test.cc
AgeCommit message (Collapse)Author
2018-12-07test/*: use std::*tupleJames Zern
since: 77fa51003 Replace deprecated scoped_ptr with unique_ptr c++11 has been required so <tuple> is safe to use Change-Id: I873cb953104b361a8503b5839a3372ce2b99e73c
2018-03-28test: use testing::*tuple instead of std::tr1James Zern
googletest imports tuple into testing to allow for compatibility across c++ versions where tuple may be in std::tr1 or std. fixes deprecation warnings under visual studio 2017 Change-Id: Id78b372d5478b12d8c8f63fd3f2166fec25aa8be
2017-12-18lpf_test: correct threshold rangesJames Zern
the random number generator creates values from [0, range) add 1 to all and make hev more realistic by mirroring its calculation of level >> 4, i.e., [0, 3] Change-Id: Ic19be5d7ba668deb17c96f143b739116a4b5d21c
2016-10-11[vpx highbd lpf NEON 6/6] vertical 16Linfeng Zhang
BUG=webm:1300 Change-Id: I29d0b482d66f05e278325ddebcf108fbf0b6e222
2016-10-11[vpx highbd lpf NEON 5/6] horizontal 16Linfeng Zhang
BUG=webm:1300 Change-Id: I21da32d6cfb8a1a6f58bc9756d17f48f13a59a12
2016-10-11[vpx highbd lpf NEON 4/6] vertical 8Linfeng Zhang
BUG=webm:1300 Change-Id: If06b12bc081bab60059b100414dd7018f83ac62d
2016-10-12[vpx highbd lpf NEON 3/6] horizontal 8Linfeng Zhang
BUG=webm:1300 Change-Id: Ica2379e294be60b7f80fcfcec110dca4c3b59d81
2016-10-06[vpx highbd lpf NEON 2/6] vertical 4Linfeng Zhang
BUG=webm:1300 Change-Id: Ia33a9f2d6c7e2e6b3497ad6f1a09439a85b33983
2016-10-06[vpx highbd lpf NEON 1/6] horizontal 4Linfeng Zhang
BUG=webm:1300 Change-Id: Idf441806e6bf397ff5ecd8776146b3f781f50c40
2016-09-29Unify loopfilter function namesLinfeng Zhang
Rename vpx_lpf_horizontal_edge_8() to vpx_lpf_horizontal_16(). Rename vpx_lpf_horizontal_edge_16() to vpx_lpf_horizontal_16_dual(). Change-Id: I798ca8fbbd657d06d3db2bfb0fb3321168f49e52
2016-08-31Rename test/lpf_8_test.cc to test/lpf_test.ccLinfeng Zhang
It actually tests all sizes lpf functions. Change-Id: Ie31798f90165e6e0c13cbac0e0ab9648ab568bce