- 06 May, 2015 1 commit
-
-
Johann authored
Create a new component, vpx_dsp, for code that can be shared between codecs. Move the SAD code into the component. This reduces the size of vpxenc/dec by 36k on x86_64 builds. Change-Id: I73f837ddaecac6b350bf757af0cfe19c4ab9327a
-
- 29 Apr, 2015 3 commits
-
-
James Zern authored
vestigial. replace instances with memset() which they already were being defined to. Change-Id: Ie030cfaaa3e890dd92cf1a995fcb1927ba175201
-
James Zern authored
vestigial. replace instances with memcpy() which they already were being defined to. Change-Id: Icfd1b0bc5d95b70efab91b9ae777ace1e81d2d7c
-
James Zern authored
vestigial. replace instances with memmove() which they already were being defined to. Change-Id: If396d3f9e3cf79c0ee5d7429615ef3d6b2a34afa
-
- 15 Apr, 2015 1 commit
-
-
Johann authored
Change-Id: Ib1e17d8aae9b713b87f560ab5e49952ee2bfdcc2
-
- 03 Apr, 2015 7 commits
-
-
James Zern authored
Change-Id: Ide5eefadbb3cab38743a69f744a003abb37a6506
-
James Zern authored
Change-Id: I28026b86d03264b9f4e2fc8ac1d3c74aa3954208
-
James Zern authored
Change-Id: Ie9a6fac02796d24e6f4a15416d0b4c19010547df
-
James Zern authored
Change-Id: Ia8a20c6751cc6d63c60bb00b99c78faca1e61051
-
James Zern authored
Change-Id: I8c7f5b9718ef14e4397a263aa9f52a9edcf7d1cd
-
James Zern authored
Change-Id: I33ca9cddfdd54c3d8a23c1cb978986a537a20bf2
-
James Zern authored
Change-Id: I438cbf4970fa2220fb73b0b41a29e654836d4e3b
-
- 02 Apr, 2015 1 commit
-
-
Johann authored
There are no functional optimizations for AltiVec/PPC Change-Id: I6877a7a9739017fe36fc769be22679c65ea99976
-
- 26 Mar, 2015 1 commit
-
-
Johann authored
Change-Id: I5e2a1270001b7e29f3f198d57ea40e1efccef367
-
- 20 Mar, 2015 1 commit
-
-
James Zern authored
Change-Id: I49a7017e8adc18ff03d748cb328814a8a3e1bcf6
-
- 19 Mar, 2015 1 commit
-
-
Yunqing Wang authored
While CONFIG_INTERNAL_STATS=1, PSNR is calculated while encoding. The aligned width/height were used mistakenly in the calculation. This patch fixed it, and used the orignal image width/height. Change-Id: Iad5334f8693af761b71ebb78f2587db8a3404ecf
-
- 18 Mar, 2015 1 commit
-
-
Johann authored
Change-Id: Icc7da6027763b5ed7cbfe70ffe271103ead59fe1
-
- 12 Feb, 2015 1 commit
-
-
Adrian Grange authored
Change-Id: Ia164ba03fb732e9c9e520e4aa2d75b7eadff6165
-
- 03 Feb, 2015 1 commit
-
-
Johann authored
In vp8_sub_pixel_variance8x8_neon the temp2 buffer is only initialized to kHeight8 * kWidth8. However, in the case that xoffset != 0 and yoffset == 0, var_filter_block2d_bil_w8 is called with output_width kHeight8PlusOne. Thanks to cmugurel for diagnosing and yulius for the patch. Change-Id: Ib71ffd96ffad963c92b8b7ca23f303942785b8e0 https://code.google.com/p/webrtc/issues/detail?id=4190
-
- 29 Jan, 2015 1 commit
-
-
Johann authored
When referencing RTCD functions make sure the relevant header file is included. Change-Id: Ia0d7112d4aff9b4d8fa94648f0702371b7484031 https://code.google.com/p/webm/issues/detail?id=937
-
- 28 Jan, 2015 1 commit
-
-
Alex Converse authored
Prevent out of bounds access when attempting to increase frame size Change-Id: I710c40c692802a72963c9680c2125da17f9060a9
-
- 12 Jan, 2015 1 commit
-
-
Marco authored
Added unittest that triggers the crash without this fix. Issue: https://code.google.com/p/webm/issues/detail?id=911 Change-Id: If5208ceb210c821891675fdf3d9951ab83d52ae6
-
- 06 Jan, 2015 1 commit
-
-
Yaowu Xu authored
Not initialize codec stream info This fixes vp8 fuzzing issue reported at build #56 Change-Id: I307ac839b4f4bda3a02a551019c0d688dba19c86
-
- 22 Dec, 2014 1 commit
-
-
Jim Bankoski authored
This reverts commit 392a2c43 Failing nexus build tests: http://build.chromium.org/p/client.libvpx/builders/Nexus%207%20Builder/builds/224 Change-Id: I95ae2c894b70cef9c757334fcab7fdeca9003e9c
-
- 16 Dec, 2014 1 commit
-
-
Johann authored
Cast away remaining issues so that new ones don't get lost in the noise. Change-Id: Iacd6999b0686ce80f9835730d68db6382690fa92
-
- 13 Dec, 2014 1 commit
-
-
hkuang authored
(issue #882). Change-Id: I2ca7f96d390c4eaec0473c50cb01b903d0bd3ee6
-
- 04 Dec, 2014 1 commit
-
-
Marco authored
Change-Id: Icc7a816491897107764e4c936288e9000e6319b8
-
- 21 Nov, 2014 1 commit
-
-
Johann authored
By using 0xff for a short it was not setting the high bits. When comparing the output with vtst to find non-zero elements it was skipping vaules which had no low bits set such as -512 / 0xFE00. Using -8191 as the first element of coeff will generate this condition. BUG=883 Change-Id: Ia1e10fb809d1e7866f28c56769fe703e6231a657
-
- 07 Nov, 2014 1 commit
-
-
Johann authored
The obj_int_extract code is no longer worth maintaining. It creates significant issues when adapting for different build systems and no longer offers as significant of a performance benefit due to improvements in intrinsics. Source files will remain until the various third-party builds are updated. The neon fast quantizer has been moved to intrinsics. The armv6 version has been removed because so few remaining targets require it. Compilers and processors have improved significantly since the pack_tokens code was written. The assembly is no longer faster than the C code. pack_tokens were the only optimizations for the armv5te targets so the targets will be removed after the test infrastructure has been updated. BUG=710 Change-Id: Ic785b167cd9f95eeff31c7c76b7b736c07fb30eb
-
- 04 Nov, 2014 1 commit
-
-
Johann authored
Check that the numerator is not zero. If it is, guess 30fps. Fixes a clang IOC error in the quantize test. It's very unlikely for this to occur in the wild because the setup in the quantize test is very nonstandard. Change-Id: Icdab7b81d4e168d3423e14db20787f960052e0c3
-
- 31 Oct, 2014 2 commits
-
-
Johann authored
The intrinsics version of the pair quant is slower than running it individually. Change-Id: I7b4ea8599d4aab04be0a5a0c59b8b29a7fc283f4
-
Johann authored
Use intrinsics for neon quantization. Slight loss (<5%) of performance compared to the assembly. Roughly 10x faster on arm64 because that was running C code before. Change-Id: I7cf5242d8f29b7eab5bca6a1c20c89c9fc9ca66d
-
- 24 Oct, 2014 1 commit
-
-
Marco authored
-Use full bandwidth (when temporal layers is on) for checking switching. -Normalize metric wrt num_blocks. -Rounding fix to update of average noise level metric. -Make default internal denoiser mode == kDenoiserOnYUV (in denoiser set_parameters()). -Adjust some thresholds. Change-Id: Ib827512b25a7bf1f66c76d3045f3a68ce56b1cd2
-
- 22 Oct, 2014 2 commits
- 17 Oct, 2014 1 commit
-
-
Marco authored
Fix to the noise level and bitrate threshold settings per resolution. Change-Id: I25524b7f78afa1aeb76edef7be13c17bc8976508
-
- 13 Oct, 2014 1 commit
-
-
Deb Mukherjee authored
And also fixes some style consistency issues. Change-Id: I3dc6d44e17d2d6075dc9b02c4255a7395046c5e0
-
- 08 Oct, 2014 1 commit
-
-
Marco authored
If the GOLDEN or ALTREF frame was last updated > x frames in the past, don't use them for denoising (only consider LAST). Using an old reference frame for denoising, e.g., if it is a long-term reference or the last key frame, can cause some visible artifacts, in particular in the aggressive denoising mode. Change-Id: I239c9fbb092c36cba7e95328f1fa67a58d6a7ed9
-
- 25 Sep, 2014 2 commits
-
-
Johann authored
The version of gcc4.6 included with the Android NDK through r10b fails to compile this function. Replace it with C code. BUG=860 Change-Id: Ifcc0476664071aec46a171cdd5ad17305930986a
-
Johann authored
The version check was incorrectly matching some versions of clang which reported as gcc 4.2 Change-Id: I686d3576e71883fe1463206b56ab5e2aa9bb68a8
-