summaryrefslogtreecommitdiff
path: root/test/vpx_scale_test.cc
AgeCommit message (Collapse)Author
2020-06-18update googletest to v1.10.0James Zern
this moves the framework to c++11 and changes *_TEST_CASE* to _TEST_SUITE BUG=webm:1695 Change-Id: I07f2c20850312a9c7e381b38353d2f9f45889cb1
2019-09-30namespace ARCH_* definesJames Zern
this prevents redefinition warnings if a toolchain sets one BUG=b/117240165 Change-Id: Ib5d8c303cd05b4dbcc8d42c71ecfcba8f6d7b90c
2018-03-18CopyFrameTest: reduce max size for 32-bit targetsJames Zern
avoids potential OOM when allocating 3 buffers for 16383x16383; 3840 is used as a replacement this test was missed in: 215bddf32 vpx_scale_test: reduce max size for 32-bit targets Change-Id: I515adf5999c6ef1724394ccd62d677134bd35e6d
2018-03-16vpx_scale_test: reduce max size for 32-bit targetsJames Zern
avoids potential OOM when allocating 3 buffers for 16383x16383; 3840 is used as a replacement Change-Id: I92116ab69b10db6820fc651d3626bd9699700208
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
2017-04-29vpx_scale_test: fix segfault on alloc failureJames Zern
check the return of ResetImage() before continuing Change-Id: Iff0b038f7b9761113b8cf33a511a5306640d1273
2016-07-27test: apply clang-formatclang-format
Change-Id: I0d9ab85855eb723f653a7bb09b3d0d31dd6cfd2f
2015-07-29Cosmetics - Fix header file order in unit testsJingning Han
Change-Id: I9582a8d74990125b71e8fe620f7f3f2585a30798
2015-04-28vpx_mem: remove vpx_memsetJames Zern
vestigial. replace instances with memset() which they already were being defined to. Change-Id: Ie030cfaaa3e890dd92cf1a995fcb1927ba175201
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
vestigial. replace instances with memcpy() which they already were being defined to. Change-Id: Icfd1b0bc5d95b70efab91b9ae777ace1e81d2d7c
2014-07-25Remove copy frame neonJohann
No performance benefit Change-Id: I7f0cfa98ac2bb5b823d0972827b45f32cd3f6b4c
2014-07-25Add test for vp8 copy frameJohann
Change-Id: Iddac0f263b283480315147c51deec2a2bbd7a1a7