summaryrefslogtreecommitdiff
path: root/test/cpu_speed_test.cc
AgeCommit message (Collapse)Author
2018-10-02Change the frame used to set up encoder in tests to 0.chiyotsai
Change-Id: Ied460b6ff53a58050d53dec8d32b627de5de3f3a
2018-05-14VP9: Add speed 9 for subpel search.Jerome Jiang
Set subpel search stop to 2 when motion vector is non zero. 10% speedup on 1 and 2 threads on Samsung Galaxy S8+. Change-Id: I7323bb913000229cf60a37495bf88bcc51d0ac96
2016-07-27test: apply clang-formatclang-format
Change-Id: I0d9ab85855eb723f653a7bb09b3d0d31dd6cfd2f
2016-06-17remove vp10James Zern
development has moved to the nextgenv2 branch and a snapshot from here was used to seed aomedia BUG=b/29457125 Change-Id: Iedaca11ec7870fb3a4e50b2c9ea0c2b056a0d3c0
2016-03-16Fix using screen content tuning in all the cpu speed tests.Alex Converse
Change-Id: Ie302283a52c563be0f1a84650f5f29be30d2bbe4
2016-03-15Add tests for VP9E_CONTENT_SCREEN.Alex Converse
Change-Id: Id28007576205b7f46957b20eeacb5fda6872663e
2016-03-15Fix typos in unit testshui su
Change-Id: I18996f5c67cd182263930a1363d619402b8f8c14
2015-08-22Turn on codec behavior unit tests for vp10Jingning Han
This commit adds codec behavior unit tests for vp10. Change-Id: Ieb49cb66f0b29679ff2a3e2c0804d1ebbf48f986
2014-07-11Fix a potential invalid memory access in non-RD coding flowJingning Han
This commit fixes a potential out-of-boundary memory access due to the use of reuse_inter_pred_sby in the non-RD coding flow. It resolves the corresponding asan error. Change-Id: Iff605f5921230966990013541cd855d698810922
2014-07-01cpu_speed_test: cosmeticsJames Zern
- add a virtual destructor - fix formatting - remove some unnecessary includes - remove unused functions/defines/typedefs Change-Id: I2abd671670cc89fa80edb466ff4bc1fee35b5e31
2014-06-27Add a CPU speed test with screen content.Alex Converse
Encoding screen content exercises various fast skip paths that are missed by natural video content. Change-Id: Ie359884ef9be89cbe5dda6d82f1f79360604a090
2014-06-27Verify that the ouput of q0 is lossless in cpu speed test.Alex Converse
Change-Id: Ib94ee638eb486f1368f2e3098d25c1d3d28fc265
2014-06-26Add realtime coverage to cpu speed testAlex Converse
Change-Id: I33e8d1788ce29ffc695f7e9b84167ef446b1b56c
2014-04-29Revert "Force ARNR filtering to be centered on the ARF frame"Adrian Grange
This reverts commit 59e733ca81b707780901340686ecd7419077eb54. Hold off removing arnr_type to give users the opportunity to change their script files to handle its deprecation. A follow-up patch will mark the control for setting arnr_type as deprecated and it will be removed completely in a later revision of the code. Change-Id: I8b817c744e144d3714234a4cd4309816d0c7e3e8
2014-04-22Force ARNR filtering to be centered on the ARF frameAdrian Grange
ARNR filtering is now forced to be centered on the ARF frame and the other two options have been removed. The other modes of constructing the ARNR frame were not used and there does not seem to be any good reason to maintain them. This is purely an encoder-side change. Change-Id: Ic772636d23f280752973852b9740083532a49de2
2014-03-12Add missing virtual destructors to tests.Alex Converse
Change-Id: I916b1e646d9fe142d3483039eb6cc72464529832
2014-03-06cpu_speed_test - now test one pass and more speedsJim Bankoski
Change-Id: I736f5753ff42782bbb2a401d2c28cd755fa2f8da
2013-09-13Minor adjustment in unit testsYaowu Xu
The CpuSpeedTest is extended to cover 2pass good quality with CpuUsed from 0 to 4. The BordersTest is changed to use CpuUsed 1 for faster turn around. Change-Id: I005e89adee7fe63af4b1f2a76a3a13ea826feadf
2013-07-02new unit test for cpu-speedJim Bankoski
Tests q0 ( lossless), very high bitrate and low bitrates at cpu speed 0, 1 and 2. Change-Id: I0c5cdca00acd8d01e7b13f124b3b08d4b1ae9f6d