- 15 Jun, 2016 4 commits
-
-
Jingning Han authored
-
Jingning Han authored
-
Hui Su authored
-
Hui Su authored
-
- 14 Jun, 2016 12 commits
-
-
Jingning Han authored
This commit reworks the transform and quantization unit. It enables the use of adaptive quantization for intra modes. This further improves the compression performance: lowres 0.36% midres 0.79% hdres 0.73% The key frame coding performance is improved: lowres 1.7% midres 1.9% hdres 3.3% The overall coding gains are: lowres 1.1% midres 1.8% hdres 2.3% Change-Id: Iaec1a3a4c1d5eac883ab526ed076d957060479dd
-
Hui Su authored
-
Hui Su authored
-
Jingning Han authored
-
hui su authored
Change-Id: I9dc156214f3b3ded33ab30d558124b3151548161
-
hui su authored
Skip filter intra mode search when regular intra modes have large rd cost. Encoding speed improvement: 8%. Compression performance drop: 0.02% / 0.09% / 0.03% on lowres / midres / hdres Change-Id: I94d3e48781bff6ae6895a54f271dd65c959bb976
-
hui su authored
Move filter intra modes search to the end, after regular mode search. On average no performance changes. Change-Id: I9293c8fdf706ebf831fbd61c6bb81959790f4848
-
Jingning Han authored
-
Debargha Mukherjee authored
-
Jingning Han authored
This commit makes the dual filter experiment work with non-420 settings. It fixes unit test failure in EndToEndTestLarge. Change-Id: I04f7afdee78f91389d9ff72947efa152098af930
-
James Zern authored
-
- 13 Jun, 2016 5 commits
-
-
Debargha Mukherjee authored
Change-Id: I9860376c98aa3b25f5bf86ed13d4a7631fa6b153
-
Jingning Han authored
Speed up the trellis optimization unit by 10%. Change-Id: If055f6c0589a405c008d2900bb8fbc11b1246f66
-
Jingning Han authored
Revisit the compression performance and complexity trade-off after making the SIMD version of trellis optimizations. Before that, reduce the transform-quantization function calls temporarily. This would cause about 0.3% performance drop for lowres set. Change-Id: I16917a6bd5c44ec6cd8cd0b59f3c336c4fd96dd2
-
James Zern authored
-
Jingning Han authored
-
- 11 Jun, 2016 1 commit
-
-
James Zern authored
Change-Id: I6413b7622a3c8524ec0409e087cf7c92f79e4f2d
-
- 10 Jun, 2016 13 commits
-
-
Debargha Mukherjee authored
-
Zoe Liu authored
Change-Id: Ie98fd60426b18980ec85572f3cfc9ce0b97a5361
-
Alex Converse authored
-
Jingning Han authored
This commit combines uniform quantizer with trellis based coefficient level optimization. It improves the codebase compression performance: lowres 0.8% midres 1.0% hdres 1.6% Note that the current trellis optimization unit is using C code. This will make the cost of the overall quantization process slower. A number of optimizations will come up next. Change-Id: Id441dd238e4844409d0f08f82604be777f3f5282
-
Debargha Mukherjee authored
Change-Id: I15d54a3ae48b2b33082668116792c6595bdb3ddb
-
Debargha Mukherjee authored
-
Sarah Parker authored
-
Jingning Han authored
-
Sarah Parker authored
This experiment implements non-uniform quantization where the width of the bins increases gradually to more closely match a laplacian distribution of the coeficcients. Performance Gain: derflr: 0.15% hevcmr: 0.675% Change-Id: I25234244e3bcd94b87c1f77cf682190b61c8ef94
-
James Zern authored
This reverts commit f19700fe. This crashes in SSE2/SumSquares2DTest.RandomValues/0 under x86 due to alignment issues Change-Id: I135d83ba6a7894c09d7c7a139b7eaf876416b40c
-
James Zern authored
-
Angie Chiang authored
This reverts commit efda2831. This commit causes segmentation fault at SSE2/SumSquares2DTest.RandomValues/0 Change-Id: I171937e4daf6f15323e8206418773deb03bd8c53
-
This test is failing when no experiments are turned on. PSNR is 31.96 when the threshold is 32. broken since: 0d6980d7 Remove swap buffer speed feature Change-Id: I3c29815b40d5282c37f52f4345b56992f8558b2e
-
- 09 Jun, 2016 5 commits
-
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
Change-Id: I4b5e1251dc215073384e168a6f845ae059d6c4f2
-
Aamir Anis authored
-
Alex Converse authored
Change-Id: I7da9e6a85648aa69e5e20d825b717d51e3c6809c
-
Alex Converse authored
Bring commits 575e81f7 and 3d6b8a66 to VP10. These changes predate the creation of the active map cyclic refresh test. BUG=https://bugs.chromium.org/p/webm/issues/detail?id=1224 Change-Id: I3559b6933ffa5649926a4b214e45ed0fae523a25
-