summaryrefslogtreecommitdiff
path: root/test/cpu_speed_test.cc
AgeCommit message (Collapse)Author
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