summaryrefslogtreecommitdiff
path: root/test/vp9_scale_test.cc
AgeCommit message (Collapse)Author
2018-01-31vp9_scale_test: parameterize filter typeJames Zern
this allows the test to be sharded more efficiently and speeds up the run when built with slower configs, e.g., asan. Change-Id: If6d863b76871e3934704a1079bbf17f4886932c7
2017-10-04Update vp9_scale_and_extend_frame_ssse3()Linfeng Zhang
Change-Id: I22622faebfcc36f7a4d1f37e3800ae8ab87c8cd4
2017-09-19cosmetics: NEON scaling codeLinfeng Zhang
Change-Id: Ib91054622c1f09c4ca523bc6837d7d8ab9f03618
2017-09-14vp9_scale_test: add C configJames Zern
Change-Id: I9dfe8255d1c096d246bf9719729f57dbae779ffc
2017-09-07Update convolve functions' assertionsLinfeng Zhang
So that 4 to 1 frame scaling can call them. Change-Id: I9ec438aa63b923ba164ad3c59d7ecfa12789eab5
2017-09-07Add 2 to 1 scaling NEON optimizationLinfeng Zhang
BUG=webm:1419 Change-Id: I99c954ffa50a62ccff2c4ab54162916141826d9b
2017-09-06Add ScaleFrameTestLinfeng Zhang
Move class VpxScaleBase to new file test/vpx_scale_test.h. Add new file test/vp9_scale_test.cc with ScaleFrameTest. BUG=webm:1419 Change-Id: Iec2098eafcef99b94047de525e5da47bcab519c1