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

Issue 864883002: Enable the vp9 temporal denoiser (Closed)

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

Description

Enable the vp9 temporal denoiser R=marpan@google.com, marpan@chromium.org TBR=tomfinegan@chromium.org Committed: d1473ba920a523591c420de348060e714aa834c5

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -41 lines) Patch
M generate_gypi.sh View 1 chunk +1 line, -1 line 0 comments Download
M libvpx_srcs.gni View 11 chunks +20 lines, -0 lines 0 comments Download
M libvpx_srcs_arm.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_arm64.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_arm_neon.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_generic.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_mips.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_nacl.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_x86.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_64.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M libvpx_srcs_x86_64_intrinsics.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M libvpx_srcs_x86_intrinsics.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vp9_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon-cpu-detect/vpx_config.asm View 1 chunk +1 line, -1 line 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/vp9_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/arm-neon/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm-neon/vpx_config.asm 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/vp9_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/arm/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm/vpx_config.asm 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/vp9_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/arm64/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm64/vpx_config.asm 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/vp9_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/generic/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/generic/vpx_config.asm 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 2 chunks +6 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/vp9_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/mips64el/vpx_config.h 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/vp9_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/linux/mipsel/vpx_config.h 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 1 chunk +4 lines, -0 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 2 chunks +6 lines, -0 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 1 chunk +4 lines, -0 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/vp9_rtcd.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/config/nacl/vpx_config.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/nacl/vpx_config.asm 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 2 chunks +6 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 1 chunk +4 lines, -0 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: 4 (1 generated)
marpan
lgtm
5 years, 11 months ago (2015-01-21 18:50:53 UTC) #2
Johann
Committed patchset #1 (id:1) manually as d1473ba920a523591c420de348060e714aa834c5 (presubmit successful).
5 years, 11 months ago (2015-01-21 18:52:13 UTC) #3
Tom Finegan
5 years, 11 months ago (2015-01-21 18:52:17 UTC) #4
Message was sent while issue was closed.
On 2015/01/21 18:50:53, marpan wrote:
> lgtm

lgtm

Powered by Google App Engine
This is Rietveld 408576698