Commit 17da9f3b authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 2d79df494..6fd9d0244 (28 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/2d79df494088..6fd9d0244c7d

$ git log 2d79df494..6fd9d0244 --date=short --no-merges --format='%ad %ae %s'
2018-08-03 marpan vp9: Add screen-content mode to overshoot detection.
2018-08-03 marpan vp9: Adjust qp_thresh on slide change overshoot detection
2018-08-02 marpan vp9: Add zero_temp_sad count to scene detection.
2018-08-02 marpan vp9: Increase min_thresh for slide change detection
2018-08-02 huisu Refactor vp9_full_pixel_search()
2018-08-02 marpan vp9: Disable re_encode_overshoot feature for speed >= 6.
2018-08-01 huisu Handle partition cost better in RD search
2018-07-31 jingning Use mesh full pixel motion search to build the source ARF
2018-08-01 jianj vp9 svc: Adjust overshoot threshold in datarate test.
2018-08-01 jianj vp9: Refactor nonrd pickmode: new mv search
2018-07-30 jianj vp9: Refactor nonrd pickmode: interp filter.
2018-07-30 jianj vp9: Refactor nonrd pickmode: tx_size.
2018-07-31 jianj vp9 svc: Fix the scaling factor in intra only test for 1 SL.
2018-07-31 jzern vp9_encoder: make setup_tpl_stats() static
2018-07-31 marpan vp9: Clamp tx_size in model_rd_large
2018-07-31 jzern vp9: enable tpl model in high-bitdepth w/8-bit output
2018-07-31 jianj vp9: Disable aq mode for some datarate tests.
2018-07-31 marpan vp9: Remove assert from model_rd in non-rd pickmode.
2018-07-27 jingning Add frame pointer to support recon frames in tpl model
2018-07-27 jingning Move frame pointer assignment outside block loop in tpl model
(...)

Created with:
  roll-dep src/third_party/libvpx/source/libvpx
R=johannkoenig@google.com

BUG=b/112123926

Change-Id: I5adddb62cf63654739a3dc8f8ebe398fd5c744e4
Reviewed-on: https://chromium-review.googlesource.com/1162719Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#580688}
parent e8fc3f15
......@@ -821,7 +821,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '2d79df49408873dd62a1b26cf8ed0e067c26dc6d',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '6fd9d0244c7d8941ce0004bcd2efce5d6676bef5',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '01c1d1d76f139345c442bfc8e61b4e1cba809059',
......
......@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Saturday July 28 2018
Date: Friday August 03 2018
Branch: master
Commit: 2d79df49408873dd62a1b26cf8ed0e067c26dc6d
Commit: 6fd9d0244c7d8941ce0004bcd2efce5d6676bef5
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
......
......@@ -4,6 +4,7 @@
.set WIDE_REFERENCE, 0
.set ARCHITECTURE, 5
.set DO1STROUNDING, 0
.syntax unified
.set ARCH_ARM , 1
.set ARCH_MIPS , 0
.set ARCH_X86 , 0
......
......@@ -4,6 +4,7 @@
.set WIDE_REFERENCE, 0
.set ARCHITECTURE, 5
.set DO1STROUNDING, 0
.syntax unified
.set ARCH_ARM , 1
.set ARCH_MIPS , 0
.set ARCH_X86 , 0
......
@ This file was created from a .asm file
@ using the ads2gas.pl script.
.equ DO1STROUNDING, 0
.syntax unified
.equ ARCH_ARM , 1
.equ ARCH_MIPS , 0
.equ ARCH_X86 , 0
......
@ This file was created from a .asm file
@ using the ads2gas.pl script.
.equ DO1STROUNDING, 0
.syntax unified
.equ ARCH_ARM , 1
.equ ARCH_MIPS , 0
.equ ARCH_X86 , 0
......
@ This file was created from a .asm file
@ using the ads2gas.pl script.
.equ DO1STROUNDING, 0
.syntax unified
.equ ARCH_ARM , 1
.equ ARCH_MIPS , 0
.equ ARCH_X86 , 0
......
@ This file was created from a .asm file
@ using the ads2gas.pl script.
.equ DO1STROUNDING, 0
.syntax unified
.equ ARCH_ARM , 1
.equ ARCH_MIPS , 0
.equ ARCH_X86 , 0
......
@ This file was created from a .asm file
@ using the ads2gas.pl script.
.equ DO1STROUNDING, 0
.syntax unified
.equ ARCH_ARM , 0
.equ ARCH_MIPS , 0
.equ ARCH_X86 , 0
......
......@@ -2,7 +2,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 7
#define VERSION_PATCH 0
#define VERSION_EXTRA "731-g2d79df494"
#define VERSION_EXTRA "778-g6fd9d0244"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-731-g2d79df494"
#define VERSION_STRING " v1.7.0-731-g2d79df494"
#define VERSION_STRING_NOSP "v1.7.0-778-g6fd9d0244"
#define VERSION_STRING " v1.7.0-778-g6fd9d0244"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment