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

Issue 290613006: libvpx: Pull from upstream (Closed)

Created:
6 years, 7 months ago by Johann
Modified:
6 years, 7 months ago
Reviewers:
Tom Finegan
CC:
chromium-reviews, wwcv, jzern, fgalligan1, Tom Finegan
Visibility:
Public.

Description

libvpx: Pull from upstream Current HEAD: ed83c2a94c8664a6d2e54b21771c0560b2bb90ac git log from upstream: 6da66e1 vp8: Add increase_denoising parameter to denoiser. 79ba419 Removing MACROBLOCKD dependency from loop filter. f625b2a Correct HAVE_NEON_ASM define 0fd7fc1 Removing redundant decoder_init flag. 384bc51 Fix post-processor macros & remove vizualization TBR=tomfinegan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271141

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -652 lines) Patch
M README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M libvpx_srcs_arm_neon.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M libvpx_srcs_arm_neon_cpu_detect.gypi View 1 chunk +0 lines, -1 line 1 comment Download
M source/config/linux/arm-neon-cpu-detect/vp8_rtcd.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/config/linux/arm-neon/vp8_rtcd.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/config/linux/arm/vp8_rtcd.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/arm64/vp8_rtcd.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/config/linux/generic/vp8_rtcd.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/ia32/vp8_rtcd.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/config/linux/mipsel/vp8_rtcd.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/linux/x64/vp8_rtcd.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/config/mac/ia32/vp8_rtcd.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/config/mac/x64/vp8_rtcd.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/config/nacl/vp8_rtcd.h View 1 chunk +1 line, -1 line 0 comments Download
M source/config/win/ia32/vp8_rtcd.h View 1 chunk +3 lines, -3 lines 0 comments Download
M source/config/win/x64/vp8_rtcd.h View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp8/common/arm/reconintra_arm.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/common/rtcd_defs.pl View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp8/encoder/arm/neon/denoising_neon.c View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp8/encoder/block.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/denoising.h View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/denoising.c View 7 chunks +29 lines, -12 lines 0 comments Download
M source/libvpx/vp8/encoder/pickinter.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/libvpx/vp8/encoder/x86/denoising_sse2.c View 2 chunks +11 lines, -4 lines 0 comments Download
M source/libvpx/vp8/vp8_common.mk View 1 chunk +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.h View 1 chunk +4 lines, -4 lines 0 comments Download
M source/libvpx/vp9/common/vp9_loopfilter.c View 5 chunks +9 lines, -8 lines 0 comments Download
M source/libvpx/vp9/common/vp9_postproc.c View 4 chunks +2 lines, -534 lines 0 comments Download
M source/libvpx/vp9/common/vp9_ppflags.h View 1 chunk +0 lines, -6 lines 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/libvpx/vp9/common/vp9_reconinter.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_decodeframe.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/libvpx/vp9/decoder/vp9_dthread.c View 4 chunks +6 lines, -5 lines 0 comments Download
M source/libvpx/vp9/encoder/vp9_encodeframe.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/encoder/vp9_firstpass.c View 1 chunk +1 line, -1 line 0 comments Download
M source/libvpx/vp9/vp9_dx_iface.c View 4 chunks +1 line, -38 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Johann
https://codereview.chromium.org/290613006/diff/1/libvpx_srcs_arm_neon_cpu_detect.gypi File libvpx_srcs_arm_neon_cpu_detect.gypi (left): https://codereview.chromium.org/290613006/diff/1/libvpx_srcs_arm_neon_cpu_detect.gypi#oldcode36 libvpx_srcs_arm_neon_cpu_detect.gypi:36: '<(libvpx_source)/vp8/common/arm/neon/buildintrapredictorsmby_neon.asm', functions need to be updated. they were disabled ...
6 years, 7 months ago (2014-05-17 01:40:36 UTC) #1
Johann
6 years, 7 months ago (2014-05-17 01:42:22 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r271141 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698