- May 04, 2014
-
-
Johann Koenig authored
-
Johann Koenig authored
-
Johann Koenig authored
-
- May 03, 2014
-
-
Johann Koenig authored
-
James Yu authored
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 authored
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 Koenig authored
-
Johann Koenig authored
-
- May 02, 2014
-
-
Vignesh Venkatasubramanian authored
-
Scott LaVarnway authored
-
James Yu authored
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 authored
Add iwalsh_neon.c - vp8_short_inv_walsh4x4_neon Change-Id: I8beda6ce11ad8ce9e80cc0a38d40161938359162 Signed-off-by:
James Yu <james.yu@linaro.org>
-
Adrian Grange authored
-
Adrian Grange authored
-
Johann Koenig authored
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 Koenig authored
Replace it with some intrinsic code and inline assembly. Change-Id: I81b4df146db3d01039059be7dae31083e2943b97
-
Johann Koenig authored
-
Johann Koenig authored
-
Deb Mukherjee authored
-
James Yu authored
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 authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Johann Koenig authored
Match x86_abi_support.asm configuration Change-Id: Ic0d03a23961e6858cf5153389ec8afa0fae3307a
-
- May 01, 2014
-
-
Dmitry Kovalev authored
-
Adrian Grange authored
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 authored
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 authored
Change-Id: Ib56df7cd282dadbfd202de23f0c746a93b5ce63e
-
Dmitry Kovalev authored
Change-Id: I0d50354111df79b74aafcd3bb7dc14df3c14733a
-
Minghai Shang authored
-
- Apr 30, 2014
-
-
Tom Finegan authored
When used --show-program-output shows the output from the programs run during testing. Change-Id: I15a47c43d1fcf0243c8df1a75d0d2a584ae1f08f
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
Change-Id: Idccb530c814cb8a2fb9f7d0c11eaef25044efe5e
-
Minghai Shang authored
Change-Id: Id6ab59e505be28cd4eb9f1fe114feb47debe0539
-
Dmitry Kovalev authored
-
Jim Bankoski authored
-
Deb Mukherjee authored
-
Jingning Han authored
-