| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ib1e17d8aae9b713b87f560ab5e49952ee2bfdcc2
|
|
|
|
| |
Change-Id: Ide5eefadbb3cab38743a69f744a003abb37a6506
|
|
|
|
| |
Change-Id: I28026b86d03264b9f4e2fc8ac1d3c74aa3954208
|
|
|
|
| |
Change-Id: Ie9a6fac02796d24e6f4a15416d0b4c19010547df
|
|
|
|
| |
Change-Id: Ia8a20c6751cc6d63c60bb00b99c78faca1e61051
|
|
|
|
| |
Change-Id: I8c7f5b9718ef14e4397a263aa9f52a9edcf7d1cd
|
|
|
|
| |
Change-Id: I33ca9cddfdd54c3d8a23c1cb978986a537a20bf2
|
|
|
|
| |
Change-Id: I438cbf4970fa2220fb73b0b41a29e654836d4e3b
|
|
|
|
|
|
| |
There are no functional optimizations for AltiVec/PPC
Change-Id: I6877a7a9739017fe36fc769be22679c65ea99976
|
|
|
|
| |
Change-Id: I5e2a1270001b7e29f3f198d57ea40e1efccef367
|
|
|
|
| |
Change-Id: I49a7017e8adc18ff03d748cb328814a8a3e1bcf6
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: Icc7da6027763b5ed7cbfe70ffe271103ead59fe1
|
|
|
|
| |
Change-Id: Ia164ba03fb732e9c9e520e4aa2d75b7eadff6165
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Prevent out of bounds access when attempting to increase frame size
Change-Id: I710c40c692802a72963c9680c2125da17f9060a9
|
|
|
|
|
|
|
|
| |
Added unittest that triggers the crash without this fix.
Issue: https://code.google.com/p/webm/issues/detail?id=911
Change-Id: If5208ceb210c821891675fdf3d9951ab83d52ae6
|
|
|
|
|
|
|
|
| |
Not initialize codec stream info
This fixes vp8 fuzzing issue reported at build #56
Change-Id: I307ac839b4f4bda3a02a551019c0d688dba19c86
|
|
|
|
|
|
|
|
|
| |
This reverts commit 392a2c43c77242f05715bdac086f235e6cbbdf2e
Failing nexus build tests:
http://build.chromium.org/p/client.libvpx/builders/Nexus%207%20Builder/builds/224
Change-Id: I95ae2c894b70cef9c757334fcab7fdeca9003e9c
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I35fac6c0db327ef81852f326a93878b57cb2def4
|
| |
| |
| |
| |
| |
| | |
Cast away remaining issues so that new ones don't get lost in the noise.
Change-Id: Iacd6999b0686ce80f9835730d68db6382690fa92
|
| |
| |
| |
| |
| |
| | |
(issue #882).
Change-Id: I2ca7f96d390c4eaec0473c50cb01b903d0bd3ee6
|
| |
| |
| |
| | |
Change-Id: Icc7a816491897107764e4c936288e9000e6319b8
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The intrinsics version of the pair quant is slower than running it
individually.
Change-Id: I7b4ea8599d4aab04be0a5a0c59b8b29a7fc283f4
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
-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
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
denoiser_sse2.c: fix typos in comment.
Change-Id: Ic0fb102331b0e533c058da3cab1fbc30de9a0070
|
| | |
| | |
| | |
| | |
| | |
| | | |
Avoid unneeded computation of mse in process_denoise.
Change-Id: I3a538178f2d138750d0c38ea4dd05dbbc2b7df41
|
|/ /
| |
| |
| |
| |
| | |
Fix to the noise level and bitrate threshold settings per resolution.
Change-Id: I25524b7f78afa1aeb76edef7be13c17bc8976508
|
| |
| |
| |
| |
| |
| | |
And also fixes some style consistency issues.
Change-Id: I3dc6d44e17d2d6075dc9b02c4255a7395046c5e0
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The version check was incorrectly matching some versions of clang
which reported as gcc 4.2
Change-Id: I686d3576e71883fe1463206b56ab5e2aa9bb68a8
|
|/ /
| |
| |
| |
| |
| |
| | |
A left shift of negative value causes IOC runtime warnings, this
commit converts two such left shifts to multiply to avoid IOCs.
Change-Id: I8811428768d7135e6e16af4b3094d0341589a995
|
| |
| |
| |
| |
| |
| |
| | |
Allow for option to apply spatial blur for temporal
denoising, under the aggressive denoising mode.
Change-Id: I41c5fdc0b6cf32d8f8d1d4236b25fa5aa406e89e
|
|\ \
| | |
| | |
| | | |
X when '-Werror=strict-overflow' is set."
|
| | |
| | |
| | |
| | |
| | |
| | | |
'-Werror=strict-overflow' is set.
Change-Id: I2f78417cc100973c732426f7b6bd10d7304a1a5f
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Use the right return values - vadd_s64 returns int64x1_t, not
a normal int64_t.
Change-Id: Ife17213087c1dfb5faaa647f804d2fd140f3a0eb
|
|\ \ \
| | | |
| | | |
| | | | |
vpx_ports/mem.h. fix compiling warning."
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
fix compiling warning.
Change-Id: If8706a9046436f704c597e4275a6810c76ba7daa
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
Add vp8_mse16x16_neon.c
- vp8_mse16x16_neon
- vp8_get4x4sse_cs_neon
Change-Id: I108952f60a9ae50613f0ce3903c2c81df19d99d0
Signed-off-by: James Yu <james.yu@linaro.org>
|