]>
granicus.if.org Git - libvpx/log
Martin Storsjo [Sun, 4 May 2014 20:24:59 +0000 (23:24 +0300)]
Fix building for arm with Visual Studio 2013
The microsoft build tools explicitly disallow building for arm in
the "desktop" target configuration; one has to target "Windows
Store" apps (aka WinRT/Metro) or Windows Phone. In Visual Studio
2012, one could just pick the v110_wp80 toolset which made the
vcxproj files buildable. In Visual Studio 2013, picking the v120_wp81
toolset isn't enough - one has to configure the vcxproj files
as an "AppContainerApplication". This has the implication that
you can't just build a plain .exe (such as the examples) - an .exe
project would need to have an AppxManifest file. Therefore we can
only build the library itself.
If loaded into Visual Studio for Windows (the Windows Store/Phone
version of Visual Studio, not the Desktop one), the obj_int_extract
project is omitted since it's treated as incompatible. Building
from the command line with msbuild works fine though.
The armv7-win32-vs12 target was added as part of
a638bdf4 even
though actual use of it hadn't been tested.
Change-Id: Iee8088252cf790317aeb6b417d29058225f1f629
Martin Storsjo [Wed, 29 May 2013 17:37:49 +0000 (20:37 +0300)]
Don't try to use getenv on windows phone/rt
The getenv function doesn't exist there. In Visual Studio 2012,
the function still existed in the link libraries even though
it was hidden in the headers, but in the 2013 version it has been
removed from the link libraries as well.
Change-Id: Iea6289a698fa1788e906f5aabb6fddda3675815b
Johann [Sun, 4 May 2014 02:06:55 +0000 (19:06 -0700)]
Merge "VP8 for ARMv8 by using NEON intrinsics 12"
Johann [Sun, 4 May 2014 02:05:26 +0000 (19:05 -0700)]
Merge "VP8 for ARMv8 by using NEON intrinsics 11"
Johann [Sun, 4 May 2014 02:04:57 +0000 (19:04 -0700)]
Merge "VP8 for ARMv8 by using NEON intrinsics 10"
Johann [Sun, 4 May 2014 02:04:18 +0000 (19:04 -0700)]
Merge "VP8 for ARMv8 by using NEON intrinsics 09"
Johann [Sun, 4 May 2014 02:03:39 +0000 (19:03 -0700)]
Merge "vp9 register checks only apply to vp9"
James Yu [Tue, 17 Dec 2013 14:03:09 +0000 (22:03 +0800)]
VP8 for ARMv8 by using NEON intrinsics 12
Add sad_neon.c
- vp8_sad16x16_neon
- vp8_sad16x8_neon
- vp8_sad8x8_neon
- vp8_sad8x16_neon
- vp8_sad4x4_neon
Change-Id: I08eaae49ec03fb91b394354660a5df0367cea311
Signed-off-by: James Yu <james.yu@linaro.org>
James Yu [Tue, 17 Dec 2013 15:16:03 +0000 (23:16 +0800)]
VP8 for ARMv8 by using NEON intrinsics 11
Add mbloopfilter_neon.c
- vp8_mbloop_filter_horizontal_edge_y_neon
- vp8_mbloop_filter_horizontal_edge_uv_neon
- vp8_mbloop_filter_vertical_edge_y_neon
- vp8_mbloop_filter_vertical_edge_uv_neon
Change-Id: Ia9084e0892d4d49412d9cf2b165a0f719f2382d7
Signed-off-by: James Yu <james.yu@linaro.org>
Johann [Sat, 3 May 2014 11:21:16 +0000 (04:21 -0700)]
Merge "Remove asm_offsets dependency in quantize_b_ssse3"
James Yu [Tue, 17 Dec 2013 13:49:53 +0000 (21:49 +0800)]
VP8 for ARMv8 by using NEON intrinsics 10
Add loopfiltersimpleverticaledge_neon.c
- vp8_loop_filter_bvs_neon
- vp8_loop_filter_mbvs_neon
Change-Id: I7cf0a161ad4ae37c881b94cc0122f895d3baae79
Signed-off-by: James Yu <james.yu@linaro.org>
James Yu [Tue, 17 Dec 2013 13:48:07 +0000 (21:48 +0800)]
VP8 for ARMv8 by using NEON intrinsics 09
Add loopfiltersimplehorizontaledge_neon.c
- vp8_loop_filter_bhs_neon
- vp8_loop_filter_mbhs_neon
Change-Id: I77f9721b20585da8bf3869a3850ff0ae4b4bfeea
Signed-off-by: James Yu <james.yu@linaro.org>
Johann [Sat, 3 May 2014 11:10:18 +0000 (04:10 -0700)]
Merge "VP8 for ARMv8 by using NEON intrinsics 08"
Johann [Sat, 3 May 2014 11:08:54 +0000 (04:08 -0700)]
Merge "VP8 for ARMv8 by using NEON intrinsics 07"
Vignesh Venkatasubramanian [Fri, 2 May 2014 18:39:29 +0000 (11:39 -0700)]
Merge "third_party/libwebm: Add Android.mk"
Scott LaVarnway [Fri, 2 May 2014 16:59:59 +0000 (09:59 -0700)]
Merge "Improved intrinsic version of vp8_denoiser_filter_neon"
James Yu [Tue, 17 Dec 2013 13:46:08 +0000 (21:46 +0800)]
VP8 for ARMv8 by using NEON intrinsics 08
Add loopfilter_neon.c
- vp8_loop_filter_horizontal_edge_y_neon
- vp8_loop_filter_horizontal_edge_uv_neon
- vp8_loop_filter_vertical_edge_y_neon
- vp8_loop_filter_vertical_edge_uv_neon
Change-Id: I50b57dedabd42d2a3c183c1738cc5346f0e71ed8
Signed-off-by: James Yu <james.yu@linaro.org>
James Yu [Tue, 17 Dec 2013 14:47:58 +0000 (22:47 +0800)]
VP8 for ARMv8 by using NEON intrinsics 07
Add iwalsh_neon.c
- vp8_short_inv_walsh4x4_neon
Change-Id: I8beda6ce11ad8ce9e80cc0a38d40161938359162
Signed-off-by: James Yu <james.yu@linaro.org>
Adrian Grange [Fri, 2 May 2014 15:13:06 +0000 (08:13 -0700)]
Merge "Revert "Force ARNR filtering to be centered on the ARF frame""
Adrian Grange [Fri, 2 May 2014 15:12:00 +0000 (08:12 -0700)]
Merge "Fix mode selection bug when ARNR filtering disabled"
Johann [Fri, 2 May 2014 15:11:54 +0000 (08:11 -0700)]
vp9 register checks only apply to vp9
Disable register checks when vp9 is not configured. Soon vp8 assembly
will move to intrinsics, obviating this check.
This will still run the check when vp9 is enabled.
Change-Id: I90f50d22cb8c15e9c07f2c8e830e08de7fce0689
Johann [Wed, 3 Apr 2013 21:49:30 +0000 (14:49 -0700)]
Remove asm_offsets dependency in quantize_b_ssse3
Replace it with some intrinsic code and inline assembly.
Change-Id: I81b4df146db3d01039059be7dae31083e2943b97
Johann [Fri, 2 May 2014 14:15:38 +0000 (07:15 -0700)]
Merge "Only hide assembly functions for Chrome"
Johann [Fri, 2 May 2014 13:42:34 +0000 (06:42 -0700)]
Merge "VP8 for ARMv8 by using NEON intrinsics 06"
Debargha Mukherjee [Fri, 2 May 2014 11:03:29 +0000 (04:03 -0700)]
Merge "Switch the default 2 pass vbr variant."
James Yu [Tue, 17 Dec 2013 13:23:08 +0000 (21:23 +0800)]
VP8 for ARMv8 by using NEON intrinsics 06
Add idct_dequant_full_2x_neon.c
- idct_dequant_full_2x_neon
==== Summary of apply VP8 decode patch series ====
Benchmark on Samsung Chromebook, Cortex-A15, 1.7GHz, Dual core
Toolchain: linaro-1.13.1-4.8-2014.01
Compile argument: CROSS=arm-linux-gnueabihf- ../libvpx/configure
--target=armv7-linux-gcc --prefix=$HOME/out
--enable-shared --cpu=cortex-a7
Test argument: vpxdec --summary --noblit ./tears_of_steel_1080p.webm
NEON assembly 46.68 (fps)
Apply patch 06 46.65, -0.03
Apply patch 07 46.86, +0.21
Apply patch 08 46.58, -0.28
Apply patch 09 46.57, -0.01
Apply patch 10 46.51, -0.06
Apply patch 11 46.13, -0.38
Apply patch 12 45.42, -0.71
Apply patch 13 46.06, +0.64
Apply patch 14 45.19, -0.87
Apply patch 15 45.93, +0.74
Apply patch 16 45.48, -0.45
Apply patch 17 45.84, +0.36
Apply patch 18 45.91, +0.07 <= With all NEON intrinsics patches
Total -0.77 fps, 1.65% performance regression
Change-Id: I77bfc9eaccfb97b8d401e949ceff8795e26ca6b7
Signed-off-by: James Yu <james.yu@linaro.org>
Dmitry Kovalev [Fri, 2 May 2014 01:28:34 +0000 (18:28 -0700)]
Merge "Moving #defines to *.c from *.h."
Dmitry Kovalev [Fri, 2 May 2014 01:28:21 +0000 (18:28 -0700)]
Merge "Adding vp9_temporal_filter_init() function."
Dmitry Kovalev [Fri, 2 May 2014 01:28:12 +0000 (18:28 -0700)]
Merge "Replacing int_mv with MV."
Dmitry Kovalev [Fri, 2 May 2014 01:27:56 +0000 (18:27 -0700)]
Merge "Simplifying vp9_is_upper_layer_key_frame()."
Johann [Fri, 2 May 2014 00:43:34 +0000 (17:43 -0700)]
Only hide assembly functions for Chrome
Match x86_abi_support.asm configuration
Change-Id: Ic0d03a23961e6858cf5153389ec8afa0fae3307a
Dmitry Kovalev [Thu, 1 May 2014 21:50:45 +0000 (14:50 -0700)]
Merge "Removing half-variance asm functions which are not used."
Adrian Grange [Thu, 1 May 2014 21:31:50 +0000 (14:31 -0700)]
Fix mode selection bug when ARNR filtering disabled
When ARNR filtering is disabled, by setting
arnr_max_frames=0, mode_skip_mask was being set to
-1 for the ARF frame resulting in no mode being
selected for the block.
The intent is to restrict the reference frame to the
previous ARF frame and the mode to one of ZEROMV,
NEARMV or NEARESTMV.
Change-Id: Ifc3920b153142cd01d422910c94d2f20ffb6f129
Paul Wilkins [Thu, 1 May 2014 11:10:25 +0000 (12:10 +0100)]
Switch the default 2 pass vbr variant.
On balance Deb's modified rate control for VBR seems
to be outperforming especially on some low motion YT
clips so I have switched this to be the default mode for
now.
Change-Id: I0713d430cad6425ac5c48fccdf332e12814ee44a
Dmitry Kovalev [Thu, 1 May 2014 18:41:01 +0000 (11:41 -0700)]
Simplifying vp9_is_upper_layer_key_frame().
Change-Id: Ib56df7cd282dadbfd202de23f0c746a93b5ce63e
Dmitry Kovalev [Thu, 1 May 2014 18:35:50 +0000 (11:35 -0700)]
Adding vp9_temporal_filter_init() function.
Change-Id: I0d50354111df79b74aafcd3bb7dc14df3c14733a
Minghai Shang [Thu, 1 May 2014 17:53:47 +0000 (10:53 -0700)]
Merge "[svc rc] RC improvement for key frames in upper layers for spatial svc."
Tom Finegan [Wed, 30 Apr 2014 18:03:15 +0000 (11:03 -0700)]
Add --show-program-output option to shell tests.
When used --show-program-output shows the output from the programs run
during testing.
Change-Id: I15a47c43d1fcf0243c8df1a75d0d2a584ae1f08f
Dmitry Kovalev [Wed, 30 Apr 2014 22:50:34 +0000 (15:50 -0700)]
Merge "Removing unused alt_activity_measure() function."
Dmitry Kovalev [Wed, 30 Apr 2014 22:50:26 +0000 (15:50 -0700)]
Merge "Removing unused typedefs."
Dmitry Kovalev [Wed, 30 Apr 2014 22:50:13 +0000 (15:50 -0700)]
Replacing int_mv with MV.
Change-Id: Idccb530c814cb8a2fb9f7d0c11eaef25044efe5e
Minghai Shang [Thu, 24 Apr 2014 20:31:46 +0000 (13:31 -0700)]
[svc rc] RC improvement for key frames in upper layers for spatial svc.
Change-Id: Id6ab59e505be28cd4eb9f1fe114feb47debe0539
Dmitry Kovalev [Wed, 30 Apr 2014 22:01:26 +0000 (15:01 -0700)]
Merge "Using crop_{width, height} instead of {width, height}."
Jim Bankoski [Wed, 30 Apr 2014 21:43:56 +0000 (14:43 -0700)]
Merge "corrupted frames shouldn't affect stats"
Debargha Mukherjee [Wed, 30 Apr 2014 20:59:12 +0000 (13:59 -0700)]
Merge "Added 16bit vpx_img_fmt_t enums"
Jingning Han [Wed, 30 Apr 2014 20:41:36 +0000 (13:41 -0700)]
Merge "Enable SSSE3 implementation of 8x8 forward 2D-DCT"
Dmitry Kovalev [Wed, 30 Apr 2014 19:40:03 +0000 (12:40 -0700)]
Moving #defines to *.c from *.h.
Change-Id: I7cc6f441f414ca1b4d95dad3f789fff6faf8c3c4
Dmitry Kovalev [Wed, 30 Apr 2014 19:34:09 +0000 (12:34 -0700)]
Removing unused typedefs.
Change-Id: I34ebc59980cf661ed658555e245bf0a93e5c3373
Dmitry Kovalev [Wed, 30 Apr 2014 19:21:54 +0000 (12:21 -0700)]
Removing half-variance asm functions which are not used.
Corresponding C functions were removed in
I99695564a3aa9bc8c79ac0a551d257e2ff3ad3c3
Change-Id: I50a5575065a7a9e41904eb2161afd739def927db
Tom Finegan [Wed, 30 Apr 2014 18:19:37 +0000 (11:19 -0700)]
Merge "tools_common.sh: Add vlog()"
Tom Finegan [Tue, 29 Apr 2014 03:56:37 +0000 (20:56 -0700)]
tools_common.sh: Add vlog()
Add a verbose logging function instead of checking
$VPX_TEST_VERBOSE_OUTPUT in multiple places.
Change-Id: I82618809f0964f696ed17ca4d99d8d7d252232f4
Minghai Shang [Wed, 30 Apr 2014 18:02:54 +0000 (11:02 -0700)]
Merge "[svc rc] Increase worst quality for enhancement layers"
Jim Bankoski [Wed, 30 Apr 2014 17:13:29 +0000 (10:13 -0700)]
corrupted frames shouldn't affect stats
Don't update the stats if we have a corrupted frame.
Change-Id: I65a13adc50e0389b4201d3b671f0225195dfaff4
TODO: Test case that shows this problem.
Peter de Rivaz [Wed, 30 Apr 2014 15:14:11 +0000 (16:14 +0100)]
Added 16bit vpx_img_fmt_t enums
Added in preparation for modifications to support high bitdepth
operations.
Change-Id: I1ad403ea8886cb84020ff06807ae25e2e4bff608
Yunqing Wang [Wed, 30 Apr 2014 16:17:18 +0000 (09:17 -0700)]
Merge "Remove VP8 save_reg_neon function"
Scott LaVarnway [Wed, 30 Apr 2014 13:58:16 +0000 (06:58 -0700)]
Improved intrinsic version of vp8_denoiser_filter_neon
Used horizonal add instructions instead of adding
byte lanes. The encoder performance improved by
~4% for the test clip used.
Change-Id: Iaddd10403fcffb5b3f53b1f591ab2fe0ff002c08
Dmitry Kovalev [Tue, 29 Apr 2014 23:59:47 +0000 (16:59 -0700)]
Merge "Adding search_site_config struct."
Dmitry Kovalev [Tue, 29 Apr 2014 23:58:22 +0000 (16:58 -0700)]
Removing unused alt_activity_measure() function.
Change-Id: I6b520553cb5334b44356dc4651a2dbc1cb93cca5
Dmitry Kovalev [Tue, 29 Apr 2014 23:37:17 +0000 (16:37 -0700)]
Merge "Cleaning up vp9_full_search_sadx8() function."
Yunqing Wang [Tue, 29 Apr 2014 21:36:51 +0000 (14:36 -0700)]
Remove VP8 save_reg_neon function
This patch did a cleanup following the commit "Save NEON registers
in VP8 NEON functions". The pushing/poping of callee-saved NEON
registers was moved into individual NEON functions. Therefore,
we don't need to save those registers at the beginning of codec.
The related code was removed.
Change-Id: I5648166514fc9beffb780aa138495597731f49ea
Dmitry Kovalev [Tue, 29 Apr 2014 23:12:44 +0000 (16:12 -0700)]
Using crop_{width, height} instead of {width, height}.
Change-Id: I6dc9741cdcd700f5c4a387f58da7feb58dd4bbda
Jingning Han [Wed, 23 Apr 2014 16:13:45 +0000 (09:13 -0700)]
Enable SSSE3 implementation of 8x8 forward 2D-DCT
Assembly implementation of ssse3 8x8 forward 2D-DCT. The current
version is turned on only for x86_64. The average unit runtime
goes from 157 cycles down to 136 cycles, i.e., about 12.8% faster.
This translates into about 1.5% speed-up for pedestrian_area 1080p
at speed 2.
Change-Id: I0f12435857e9425ed7ce12541344dfa16837f4f4
Dmitry Kovalev [Tue, 29 Apr 2014 22:09:38 +0000 (15:09 -0700)]
Merge "scale_and_extend_frame{,_nonnormative}() cleanup."
Dmitry Kovalev [Tue, 29 Apr 2014 21:52:58 +0000 (14:52 -0700)]
Merge "Removing unused vp9_variance_halfpixvar*() functions."
Dmitry Kovalev [Tue, 29 Apr 2014 21:52:51 +0000 (14:52 -0700)]
Merge "Removing old unused vp9_tapify.py."
Dmitry Kovalev [Tue, 29 Apr 2014 21:52:47 +0000 (14:52 -0700)]
Merge "Removing WRITE_RECON_BUFFER related code."
Yunqing Wang [Tue, 29 Apr 2014 21:34:37 +0000 (14:34 -0700)]
Merge "Save NEON registers in VP8 NEON functions"
Vignesh Venkatasubramanian [Tue, 29 Apr 2014 07:03:01 +0000 (00:03 -0700)]
third_party/libwebm: Add Android.mk
Add Android.mk for libwebm so that unit tests involving WebM I/O can be built
for android.
Change-Id: I56db0f75672e28c22e559cc415e1d5c26ff0ceb5
Adrian Grange [Mon, 28 Apr 2014 21:28:58 +0000 (14:28 -0700)]
Revert "Force ARNR filtering to be centered on the ARF frame"
This reverts commit
59e733ca81b707780901340686ecd7419077eb54 .
Hold off removing arnr_type to give users the opportunity
to change their script files to handle its deprecation. A
follow-up patch will mark the control for setting arnr_type
as deprecated and it will be removed completely in a later
revision of the code.
Change-Id: I8b817c744e144d3714234a4cd4309816d0c7e3e8
Dmitry Kovalev [Sat, 26 Apr 2014 01:22:27 +0000 (18:22 -0700)]
Adding search_site_config struct.
Change-Id: I2ad333553e673dbabcdc0f0366aea311e90849bf
Tom Finegan [Tue, 29 Apr 2014 03:45:26 +0000 (20:45 -0700)]
Merge "Add script for running all example tests."
Tom Finegan [Tue, 29 Apr 2014 02:47:20 +0000 (19:47 -0700)]
Merge "Add tests for the decode_with_drops example."
Tom Finegan [Mon, 28 Apr 2014 23:58:40 +0000 (16:58 -0700)]
Add script for running all example tests.
Change-Id: I1e3d0689554c9b64c035ec0394f052507f7ac2a3
Tom Finegan [Mon, 28 Apr 2014 23:48:46 +0000 (16:48 -0700)]
Add tests for the decode_with_drops example.
Change-Id: I99e120f934613fb7cc0ef4b4bba0c8caaecf18d2
Tom Finegan [Tue, 29 Apr 2014 00:16:05 +0000 (17:16 -0700)]
tools_common.sh: Add a pseudo include guard.
Change-Id: Iac931dee8fa428a2182d20e48ee515d7c77885c0
Tom Finegan [Mon, 28 Apr 2014 23:57:04 +0000 (16:57 -0700)]
Merge "Add tests for simple_encoder."
Yunqing Wang [Mon, 28 Apr 2014 21:42:23 +0000 (14:42 -0700)]
Save NEON registers in VP8 NEON functions
The recent compiler can generate optimized code that uses NEON registers
for various operations besides floating-point operations. Therefore,
only saving callee-saved registers d8 - d15 at the beginning of the
encoder/decoder is not enough anymore. This patch added register saving
code in VP8 NEON functions that use those registers.
Change-Id: Ie9e44f5188cf410990c8aaaac68faceee9dffd31
Vignesh Venkatasubramanian [Mon, 28 Apr 2014 17:42:21 +0000 (10:42 -0700)]
Merge "Changing webmdec to use libwebm"
James Zern [Sat, 26 Apr 2014 01:28:03 +0000 (18:28 -0700)]
Makefile: add msvs_common.sh to DIST-SRCS
dist is broken in msvs currently due to a dependency on libs.mk which in
turn depends on the rest of the source tree, not just the examples
Change-Id: I3e313ceeae81eb29ef4bfb099d89756b43583eaa
James Zern [Fri, 25 Apr 2014 23:44:30 +0000 (16:44 -0700)]
Merge "gen_msvs_*proj.sh: factorize some functions"
Dmitry Kovalev [Fri, 25 Apr 2014 23:43:58 +0000 (16:43 -0700)]
Removing WRITE_RECON_BUFFER related code.
That code is not used, we could easily return it back using vpx_img_write()
function.
Change-Id: Id107875c6feab6ad245a518f6b437b6ed4b1246d
Dmitry Kovalev [Fri, 25 Apr 2014 22:19:31 +0000 (15:19 -0700)]
Removing old unused vp9_tapify.py.
Change-Id: I7d66987fd04a3f98c140fc5f99ed0e9bc01f61d0
Dmitry Kovalev [Fri, 25 Apr 2014 21:55:02 +0000 (14:55 -0700)]
Cleaning up vp9_full_search_sadx8() function.
Change-Id: I61f977a7d0b177881bd5c1a7179fa5f8f089e9a6
Dmitry Kovalev [Fri, 25 Apr 2014 20:52:20 +0000 (13:52 -0700)]
Merge "Cleaning up vp9_full_search_sadx3()."
Tom Finegan [Fri, 25 Apr 2014 20:50:04 +0000 (13:50 -0700)]
Merge "Add tests for simple_decoder."
Dmitry Kovalev [Fri, 25 Apr 2014 19:44:26 +0000 (12:44 -0700)]
scale_and_extend_frame{,_nonnormative}() cleanup.
Change-Id: Ie99fd7af436ab2f6b3ef0c3f1a652fb26116d861
Dmitry Kovalev [Fri, 25 Apr 2014 18:50:07 +0000 (11:50 -0700)]
Removing unused vp9_variance_halfpixvar*() functions.
Change-Id: I99695564a3aa9bc8c79ac0a551d257e2ff3ad3c3
Tom Finegan [Fri, 25 Apr 2014 05:46:16 +0000 (22:46 -0700)]
Merge "Add tests for decode_to_md5."
Jingning Han [Fri, 25 Apr 2014 00:27:14 +0000 (17:27 -0700)]
Merge "Apply max intra block size condition to non-RD mode decision"
Tom Finegan [Thu, 24 Apr 2014 23:18:55 +0000 (16:18 -0700)]
Add tests for simple_encoder.
Change-Id: Ia8d1ddc856aa3d350522dd8dd13abc0bf40612ee
James Zern [Thu, 24 Apr 2014 18:27:43 +0000 (11:27 -0700)]
gen_msvs_*proj.sh: factorize some functions
-> msvs_common.sh
Change-Id: Id4878805183c0ec11e5d681e4bf820b598b085f9
Tom Finegan [Thu, 24 Apr 2014 21:28:45 +0000 (14:28 -0700)]
Add tests for decode_to_md5.
Change-Id: I3c85ab0b64ed825bdb7e18e45cc8385297547d96
Tom Finegan [Thu, 24 Apr 2014 20:31:43 +0000 (13:31 -0700)]
Add tests for simple_decoder.
Change-Id: I092175fbd433bd03673d6bc942146ecba491873a
Vignesh Venkatasubramanian [Thu, 3 Apr 2014 07:41:14 +0000 (00:41 -0700)]
Changing webmdec to use libwebm
Changing webmdec to use libwebm for WebM file parsing.
Change-Id: I2a57a7b44dbed05eaa04409e1e75e6fc03b30fbc
Dmitry Kovalev [Thu, 24 Apr 2014 18:49:12 +0000 (11:49 -0700)]
Removing unused vp9_sub_pixel_mse* functions.
Change-Id: I8d906da3bd6de0d3042676846f61a8b2a3444508
Minghai Shang [Thu, 24 Apr 2014 18:33:23 +0000 (11:33 -0700)]
[svc rc] Increase worst quality for enhancement layers
Change-Id: Ifbfa90894eec9944bd55f364f1d17eb152338d6b
Tom Finegan [Thu, 24 Apr 2014 18:12:44 +0000 (11:12 -0700)]
Merge "Move shared test variables to tools_common.sh."
Adrian Grange [Wed, 23 Apr 2014 21:02:27 +0000 (14:02 -0700)]
Remove test against NULL before freeing memory
Change-Id: I6ce6395b74019345c8b7242d874761f981ad53af
Adrian Grange [Wed, 23 Apr 2014 18:11:23 +0000 (11:11 -0700)]
Remove key_frame_frequency variable from VP9_COMP
This member of VP9_COMP seemed unnecessary since it
only shadowed VP9EncoderConfig.key_freq that is
accessible through VP9_COMP.
Change-Id: Ib751bb1cf1b0b3c50a2a527d7c34f6829dd6fee3
Joey Parrish [Thu, 24 Apr 2014 14:45:20 +0000 (07:45 -0700)]
Merge "Add VPXD_SET_DECRYPTOR support to the VP9 decoder."