- 24 Jan, 2017 1 commit
-
-
Yunqing Wang authored
Removed MVC so that mv_err_cost() is always called while calculating the mv cost. Change-Id: I28123e05fbfc2352128e266c985d2ab093940071
-
- 12 Jan, 2017 2 commits
-
-
Marco Paniconi authored
-
Johann Koenig authored
-
- 11 Jan, 2017 10 commits
-
-
Peter Boström authored
-
Jerome Jiang authored
-
Johann Koenig authored
-
Peter Boström authored
Renames SSIM to VpxSSIM as an upscaled weighted SSIM metric, then prints Y, U and V channels unweighted as well as a weighted but not scaled SSIM score that's 8/1/1 parts Y/U/V (same as VpxSSIM). Change-Id: Iff800cc8f145314eeb1a9b4af1e11a25bec095ca
-
Jingning Han authored
-
Jerome Jiang authored
For speed 8, it speeds up the encoding on android by 6% for QVGA and 7.4% for VGA with the new threshold. Overall PSNR is improved by 0.667 for rtc. Change-Id: I4a644560b32c0b5b4e9f49ffb953d000413a3732
-
Johann authored
This file is guarded by HAVE_NEON_ASM in the .mk file now. Change-Id: I513a621c234aa90ad52e426c8ed494d8a7d4b74a
-
Johann authored
Demonstrate its use with the IDCT test. Change-Id: Idf87fe048847c180f13818fd4df916ba4500134b
-
hui su authored
Also reduce the number of test frames. Change-Id: Iea6fa93ca6b924535aef7bf8b388db4d0ec84c08
-
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 4 commits
-
-
Jingning Han authored
This commit reworks the SSSE3 implementation of the forward 8x8 2D-DCT. It uses a cyclic rotation approach to the temporary xmm registers. It reduces the average cycles from 158 to 154. The SSE2 version uses 169 cycles. Change-Id: I1b79b9642aae0ed3fb3cefb5b70246e6de5d5caa
-
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 2 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
-