- 27 Jan, 2017 7 commits
-
-
Marco authored
Change-Id: I53b3fa8bfc0a0717eb1b730c29f2b70060b1b1b7
-
Marco Paniconi authored
-
Marco Paniconi authored
-
Marco authored
In non-rd pickmode: small change in behavior for speed 6 and 7. Remove condition on HIGHBITDEPTH flag. Change-Id: I360a13fcc313d72612fe9b918162ef4bb278cdea
-
Kaustubh Raste authored
average improvement ~4x-5x Change-Id: I17c41383250282b39f5ecae0197ef1df7de20801
-
Kaustubh Raste authored
-
Marco authored
Also avoid noise_estimation and source_sad if use_highbitdepth is set. Change-Id: I5fea396b8f8380ea377045d99ba22a52b92daa46
-
- 26 Jan, 2017 3 commits
-
-
Jerome Jiang authored
-
Jerome Jiang authored
Change-Id: Ia1b3c118adec5eccbd2900c8e4b9ea6b1e3e9b7c
-
Yunqing Wang authored
-
- 25 Jan, 2017 7 commits
-
-
Hui Su authored
-
Marco authored
Skip denoising for blocks < 16x16, and for block = 16x16 skip denoising for low noise levels and width > 480 for now. Allow for some speed-up in denoiser. Change-Id: Ib46cefe4741962d145fa08775defea3a9c928567
-
hui su authored
BUG=webm:1361 Change-Id: Ib840bf3b39f7b3c8c017d3488a83434e9a0f45f5
-
Jerome Jiang authored
-
Yunqing Wang authored
-
Yunqing Wang authored
-
Jerome Jiang authored
Visual quality improvement is observed for noisy clips. Little effects on speed tests on Nexus 6. Change-Id: Ib38e04002220708c34102de7b5c36e9940775d89
-
- 24 Jan, 2017 10 commits
-
-
Ranjit Kumar Tulabandu authored
(yunqingwang) 1. Rebased the patch. Incorporated recent first pass changes. 2. Turned on the first pass unit test. Change-Id: Ia2f7ba8152d0b6dd6bf8efb9dfaf505ba7d8edee
-
Marco authored
Increase the qp-delta, mainly for low resolutions, excluding case of very low bitrates. avgPSNR/SSSIM gain of ~3-5% on rtc_derf set. Small change on rtc set. Change-Id: Ice03d04bd0340404d1957666ef154fd64fed0606
-
Jerome Jiang authored
-
Jerome Jiang authored
Affecting only speed 8. Speed tests on Nexus 6 show 4% faster for QVGA and 2.4% faster for VGA. Little/negligible quality regression observed on both rtc and rtc_derf sets. Change-Id: I337f301a2db49a568d18ba7623160f7678399ae1
-
Yunqing Wang authored
-
Ranjit Kumar Tulabandu authored
(Yunqing) This patch added the missing initialization in temporal filter. Borg test BDRate results: PSNR: -0.019%(lowres); -0.013%(hdres); SSIM: -0.001%(lowres); -0.010%(hdres). Other q values gave comparable but no better results. Change-Id: I7ad0c18b39e6f558342688e2fe1e12fdb133ce9b
-
Kaustubh Raste authored
average improvement ~4x-5x Change-Id: If8683d636fe2606d4ca1038e28185bca53bbe244
-
Jerome Jiang authored
-
Yunqing Wang authored
Removed MVC so that mv_err_cost() is always called while calculating the mv cost. Change-Id: I28123e05fbfc2352128e266c985d2ab093940071
-
Jerome Jiang authored
Affect only speed 8. Small/Negligible regression on rtc set. Change-Id: I67a6b6b4008a22ed798bd980336d95bb799f64b4
-
- 23 Jan, 2017 2 commits
-
-
Johann authored
This currently runs 1000 * 1000 = one *million* times which is quite unnecessary. It's one of the slowest items in Jenkins and takes over an hour for each of the larger transforms. Change-Id: I01653b5e610683e1a2d778ec60cf5065562ab8db
-
Marco authored
BUG=webm:1359 Change-Id: Ie0c66efa2e19d1ec9c744d14e3fa8f1e6214cdd6
-
- 22 Jan, 2017 1 commit
-
- 21 Jan, 2017 1 commit
-
-
Kaustubh Raste authored
-
- 20 Jan, 2017 3 commits
-
-
Jerome Jiang authored
-
Marco authored
Only for speed >= 7, and affects skipping of intra modes. Threshold is set low for now, needs to be tuned. Small/no difference in metrics on rtc clips. Change-Id: If9bdbd43f08d1f80407cdd2e9e5e96780dcd2424
-
Yunqing Wang authored
Added the multi-threaded first pass encoder unit test in VP9. The test is to check if the new multi-threaded first pass encoder(namely, new-mt = 1) still generates matching stats. In the unit test, the new-mt mode will be turned on once the multi-threaded first pass implementation is checked in. Change-Id: Ic21bb1a55c454f024cfd2b397a4c148cfe638218
-
- 19 Jan, 2017 3 commits
-
-
James Zern authored
missed in: 380a2611 Fix compile warnings for target=armv7-android-gcc Change-Id: I2820fff00858a19f7dcf6e0fff189d455b7d640f
-
Marco authored
For short_circuit set to level 1, skip newmv for 64x64 blocks if the low temporal variance flag is set. Also modify threshold for 64x64 split in variance partitioning. Overall speed-up on noisy clips of 2-4%. Only affect speed >= 7. Change-Id: I384b3772007e84de6f8707e480d2ddf1fe1f907d
-
Kaustubh Raste authored
average improvement ~4x-5x Change-Id: I167132d894c04fa85dda8dde7906ff9c61b3a65d
-
- 18 Jan, 2017 3 commits
-
-
Jerome Jiang authored
Avoid quality loss when copying partition of superblock with large motions. Maximum consecutively copied frames can be set (currently 5). Change-Id: I11c30575514f02194c0f001444cf4021609e5049
-
Peter Boström authored
-
James Zern authored
-