- 11 Jan, 2017 1 commit
-
-
Marco authored
If enabled denoiser will only denoise the top spatial layer for now. Added unittest for SVC with denoising. Change-Id: Ifa373771c4ecfa208615eb163cc38f1c22c6664b
-
- 10 Jan, 2017 3 commits
-
-
Marco authored
When aq=3 mode is on and the gf_cbr_boost is set: make sure golden frame is always refreshed, and don't incorporate segement cost in qp setting on the boosted golden frame. Better performance on RTC set with gf_cbr_boost on, for example with gf_cbr_boost=50, gains from ~0.5-3%. Change-Id: Ie811f5e4d444ff3320bd6e2c1745b2c4c09a8460
-
Jerome Jiang authored
-
Jerome Jiang authored
Quality improved by 1.866 and 0.386 for two noisy clips (dark720p and marcooffice720p), respectively. Change-Id: Ib33a7672ae9ca53da156208f7cd13f07b5543e44
-
- 09 Jan, 2017 21 commits
-
-
Jerome Jiang authored
-
James Zern authored
-
Marco Paniconi authored
-
Marco authored
Change-Id: I65d79c06b152922d725bf559adaa508f91cd5766
-
Marco authored
Avoid the qp-clamping on gf/alt frame if gf_cbr_boost_pct is set. Change only affect CBR mode when gf_cbr_boost_pct is set. Change-Id: I0655ed4f2b047c8ed1ed33a070c17960ad776704
-
Johann Koenig authored
-
Johann Koenig authored
-
Johann Koenig authored
-
Johann Koenig authored
-
Johann Koenig authored
-
Johann Koenig authored
-
Johann Koenig authored
-
Johann authored
This was much more amenable to optimization than the across filter. Speedup of almost 2.5x BUG=webm:1320 Change-Id: I49acc0f9cb2e7642303df90132cbc938acade4c4
-
Johann Koenig authored
-
Marco Paniconi authored
-
Kaustubh Raste authored
Change-Id: Idf4003ea6f9a2a42a9f26e156bee73697acb7a37
-
Kaustubh Raste authored
Change-Id: If9da7099f226a27a09cc9e2899eb66a1158909d2
-
Kaustubh Raste authored
Change-Id: I9be3d3d040837f658c6314606e28db8c31092a1a
-
Kaustubh Raste authored
Change-Id: If011dd923bbe976589735d5aa1c3167dda1a3b61
-
Kaustubh Raste authored
Change-Id: I06730eec80ca81e0b7436d26232465b79f447e89
-
Kaustubh Raste authored
Change-Id: I6be8c59ee220af0597bc2d7213f2779ac2e88db9
-
- 07 Jan, 2017 3 commits
-
-
Linfeng Zhang authored
Speed test shows 25% gain on vpx_idct16x16_256_add_neon(), and vpx_idct16x16_10_add_neon() got trippled. Change-Id: If8518d9b6a3efab74031297b8d40cd83c4a49541
-
Hui Su authored
-
Johann authored
The speedup is pretty poor. I would be concerned except the SSE2 is worse: Existing SSE2 improvement: 22% New neon improvement: 35% BUG=webm:1320 Change-Id: Ied598a261134aa6cbe69f96f58589d2bae17bf62
-
- 06 Jan, 2017 10 commits
-
-
Marco authored
Increase the boost threshold below which GOLDEN update will use same rate correction factor as INTER_NORMAL. Improves performance when gf_cbr_boost_pct is set (between 0 and 100) in CBR mode. Change-Id: I9f54cc18664786a100b13a416b7137ae03bd0cab
-
Jerome Jiang authored
-
Marco Paniconi authored
-
Jerome Jiang authored
-
Marco authored
Add the gf boost and frame_parallel controls. Set as default to off. Change-Id: Id85fcb16a4fae97f51c09e9ebadb5cdcd510c2f5
-
Jerome Jiang authored
Set short_circuit_low_temp_var to 3 for speed 8 for all res. No strong visual difference on all clips. Change-Id: Ia6d9a314291ab1c14d5421bbdd769974083aeb2a
-
hui su authored
Constraints on encoder config: -target_bandwidth is no larger than 80% of level bitrate limit -target_bandwidth * (1 + max_over_shoot_pct) is no larger than 88% of level bitrate limit -min_gf_interval is no smaller than level limit -tile_columns is no larger than level limit Constraints on rate control: -current frame size plus previous three frames' size is no larger than the CPB level limit -current frame size is no larger than 50%/40%/20% of the CPB level limit if it's a key/alt-ref/other frame. Change-Id: I84d1a2d6d6e3c82bfd533b3309ce999cfaba2c8b
-
Jerome Jiang authored
The source sad could be used to copy the partition without going into choose_partitioning function to speed up vp9 encoding. Computing source sad takes little time. Speed test on Android and Linux shows little encoding time gain (less than 1.4%). Turned off for now since partition copy is turned off. Change-Id: I61c9d5b8f22329760cb29a4ee30a7f9c232ce8d3
-
Linfeng Zhang authored
-
Linfeng Zhang authored
-
- 04 Jan, 2017 2 commits
-
-
Jerome Jiang authored
vp9: Set short circuit to level 3 for VGA for speed 8. Also change the threshold_32x32 to 5/8*thresholds[1] to improve quality regression caused to VGA clips. Change-Id: Ia1590e91e7cb22be78d5b85013387bb1be4272e3
-
Marco Paniconi authored
-