Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Issue 863143002: Enable AVX2 optimizations in libvpx (Closed)

Created:
5 years, 11 months ago by Johann
Modified:
5 years, 11 months ago
Reviewers:
Tom Finegan
CC:
wwcv, fgalligan1, Tom Finegan
Base URL:
https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Enable AVX2 optimizations in libvpx TBR=tomfinegan@chromium.org Committed: 6e8feb977d568cffec36bb86f04154a3a0f57c1e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+646 lines, -126 lines) Patch
M generate_gypi.sh View 5 chunks +2 lines, -7 lines 0 comments Download
M libvpx.gyp View 2 chunks +2 lines, -2 lines 0 comments Download
M libvpx_srcs.gni View 2 chunks +20 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_64_intrinsics.gypi View 1 chunk +27 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_intrinsics.gypi View 1 chunk +27 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/generic/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vp9_rtcd.h View 35 chunks +60 lines, -0 lines 0 comments Download
M source/config/linux/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mips64el/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/mipsel/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vp9_rtcd.h View 28 chunks +106 lines, -23 lines 0 comments Download
M source/config/linux/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vp9_rtcd.h View 25 chunks +104 lines, -22 lines 0 comments Download
M source/config/mac/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vp9_rtcd.h View 28 chunks +106 lines, -23 lines 0 comments Download
M source/config/mac/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/mac/x64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/nacl/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vp9_rtcd.h View 35 chunks +60 lines, -0 lines 0 comments Download
M source/config/win/ia32/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vp9_rtcd.h View 28 chunks +106 lines, -23 lines 0 comments Download
M source/config/win/x64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vpx_config.asm View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/x64/vpx_config.c View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Johann
Committed patchset #1 (id:1) manually as 6e8feb977d568cffec36bb86f04154a3a0f57c1e (presubmit successful).
5 years, 11 months ago (2015-01-22 05:37:16 UTC) #1
jzern
On 2015/01/22 05:37:16, Johann wrote: > Committed patchset #1 (id:1) manually as > 6e8feb977d568cffec36bb86f04154a3a0f57c1e (presubmit ...
5 years, 11 months ago (2015-01-22 06:05:46 UTC) #2
Johann
5 years, 11 months ago (2015-01-22 17:21:28 UTC) #3
Message was sent while issue was closed.
On 2015/01/22 06:05:46, jzern wrote:
> On 2015/01/22 05:37:16, Johann wrote:
> > Committed patchset #1 (id:1) manually as
> > 6e8feb977d568cffec36bb86f04154a3a0f57c1e (presubmit successful).
> 
> Had you picked up the avx2 cpu detection fix already?

No that wasn't included in this. I had thought it only affected weird setups
where the kernel and cpu are out of touch, but I will cherry-pick it for this.

Powered by Google App Engine
This is Rietveld 408576698