Commit cf54a9c2 authored by Wan-Teh Chang's avatar Wan-Teh Chang Committed by Commit Bot

Roll src/third_party/libaom/source/libaom/ ffffc5655..8f2210a2e (84 commits)

https://aomedia.googlesource.com/aom.git/+log/ffffc5655474..8f2210a2e54a

$ git log ffffc5655..8f2210a2e --date=short --no-merges --format='%ad %ae %s'
2018-10-18 yaowu Correct md5 hashes for three test files
2018-10-18 aniket.dhok Optimize highbd fwd_txfm modules
2018-10-17 satish.suman Optimize highbd fwd_txfm modules
2018-10-16 jimbankoski CONFIG_INSPECTION: fix tx_size and tx_type
2018-10-16 wenyao.liu refine memory in av1_rd_pick_inter_mode_sb()
2018-10-17 sarahparker Expose resize_plane functions
2018-10-17 yaowu Move large array from stack to heap
2018-10-17 ravi.chaudhary Fix thread sanitizer issue in hbd modules
2018-10-16 satish.suman Optimize av1_wiener_convolve_add_src_avx2
2018-10-01 jimbankoski CONFIG_INSPECTION: Enable analysis of Non-Showable Frames
2018-10-12 yunqingwang Use sharp interpolation filter in temporal filtering
2018-10-16 sarahparker Refresh LAST_FRAME with error_resilient show_existing_frame
2018-10-15 tomfinegan cmake: Organize aom.pc and install target support.
2018-10-16 shan add bitstreams with scalability to test vector set
2018-10-03 jonathan.matthews [normative] Respect obu_has_size_field with annexb
2018-10-12 debargha Adjust altref filter strength based on noise level
2018-10-15 urvang TX Raw data: Get small random sample.
2018-10-15 debargha Revert "add edge detector to rdopt"
2018-10-05 wtc Reduce the cpi->scaled_ref_idx array size by 1.
2018-10-14 jimbankoski refactor read_tx_size_vartx:
(...)

Created with:
  roll-dep src/third_party/libaom/source/libaom
R=tomfinegan@chromium.org,johannkoenig@google.com,jzern@chromium.org

Change-Id: I0bed5afdb82736b28cd4f7a003113627b3de2d23
Reviewed-on: https://chromium-review.googlesource.com/c/1294199Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Wan-Teh Chang <wtc@google.com>
Cr-Commit-Position: refs/heads/master@{#601718}
parent bd34e88a
......@@ -863,7 +863,7 @@ deps = {
Var('chromium_git') + '/external/libaddressinput.git' + '@' + 'd7ed8e2f3f35ce9a3aafdfdc48745ceab66e7229',
'src/third_party/libaom/source/libaom': {
'url': Var('aomedia_git') + '/aom.git' + '@' + 'ffffc5655474a797c348ed8f66d0fab013d5df8e',
'url': Var('aomedia_git') + '/aom.git' + '@' + '8f2210a2e54a119bede333e9465997240fc079a9',
'condition': 'checkout_libaom',
},
......
......@@ -2,9 +2,9 @@ Name: Alliance for Open Media Video Codec
Short Name: libaom
URL: https://aomedia.googlesource.com/aom/
Version: 0
Date: Tuesday October 02 2018
Date: Thursday October 18 2018
Branch: master
Commit: ffffc5655474a797c348ed8f66d0fab013d5df8e
Commit: 8f2210a2e54a119bede333e9465997240fc079a9
License: BSD
License File: source/libaom/LICENSE
Security Critical: yes
......
......@@ -167,7 +167,6 @@ aom_av1_decoder_sources = [
"//third_party/libaom/source/libaom/av1/decoder/decodetxb.h",
"//third_party/libaom/source/libaom/av1/decoder/detokenize.c",
"//third_party/libaom/source/libaom/av1/decoder/detokenize.h",
"//third_party/libaom/source/libaom/av1/decoder/dthread.c",
"//third_party/libaom/source/libaom/av1/decoder/dthread.h",
"//third_party/libaom/source/libaom/av1/decoder/obu.h",
"//third_party/libaom/source/libaom/av1/decoder/obu.c",
......@@ -236,6 +235,8 @@ aom_av1_encoder_sources = [
"//third_party/libaom/source/libaom/av1/encoder/av1_fwd_txfm1d.h",
"//third_party/libaom/source/libaom/av1/encoder/av1_fwd_txfm1d_cfg.h",
"//third_party/libaom/source/libaom/av1/encoder/av1_fwd_txfm2d.c",
"//third_party/libaom/source/libaom/av1/encoder/av1_multi_thread.c",
"//third_party/libaom/source/libaom/av1/encoder/av1_multi_thread.h",
"//third_party/libaom/source/libaom/av1/encoder/av1_quantize.c",
"//third_party/libaom/source/libaom/av1/encoder/av1_quantize.h",
"//third_party/libaom/source/libaom/av1/encoder/bitstream.c",
......@@ -344,6 +345,8 @@ aom_dsp_common_intrin_avx2 = [
"//third_party/libaom/source/libaom/aom_dsp/x86/highbd_loopfilter_avx2.c",
"//third_party/libaom/source/libaom/aom_dsp/x86/intrapred_avx2.c",
"//third_party/libaom/source/libaom/aom_dsp/x86/blend_a64_mask_avx2.c",
"//third_party/libaom/source/libaom/aom_dsp/x86/avg_intrin_avx2.c",
"//third_party/libaom/source/libaom/aom_dsp/x86/bitdepth_conversion_avx2.h",
]
aom_dsp_common_intrin_dspr2 = [
......@@ -385,6 +388,7 @@ aom_dsp_common_intrin_sse2 = [
"//third_party/libaom/source/libaom/aom_dsp/x86/convolve.h",
"//third_party/libaom/source/libaom/aom_dsp/x86/convolve_sse2.h",
"//third_party/libaom/source/libaom/aom_dsp/x86/fft_sse2.c",
"//third_party/libaom/source/libaom/aom_dsp/x86/highbd_convolve_sse2.c",
"//third_party/libaom/source/libaom/aom_dsp/x86/highbd_intrapred_sse2.c",
"//third_party/libaom/source/libaom/aom_dsp/x86/highbd_loopfilter_sse2.c",
"//third_party/libaom/source/libaom/aom_dsp/x86/intrapred_sse2.c",
......@@ -394,6 +398,8 @@ aom_dsp_common_intrin_sse2 = [
"//third_party/libaom/source/libaom/aom_dsp/x86/transpose_sse2.h",
"//third_party/libaom/source/libaom/aom_dsp/x86/txfm_common_sse2.h",
"//third_party/libaom/source/libaom/aom_dsp/x86/sum_squares_sse2.h",
"//third_party/libaom/source/libaom/aom_dsp/x86/avg_intrin_sse2.c",
"//third_party/libaom/source/libaom/aom_dsp/x86/bitdepth_conversion_sse2.h",
]
aom_dsp_common_intrin_sse4_1 = [
......@@ -431,6 +437,7 @@ aom_dsp_common_sources = [
"//third_party/libaom/source/libaom/aom_dsp/intrapred_common.h",
"//third_party/libaom/source/libaom/aom_dsp/loopfilter.c",
"//third_party/libaom/source/libaom/aom_dsp/prob.h",
"//third_party/libaom/source/libaom/aom_dsp/recenter.h",
"//third_party/libaom/source/libaom/aom_dsp/simd/v128_intrinsics.h",
"//third_party/libaom/source/libaom/aom_dsp/simd/v128_intrinsics_c.h",
"//third_party/libaom/source/libaom/aom_dsp/simd/v256_intrinsics.h",
......@@ -440,6 +447,7 @@ aom_dsp_common_sources = [
"//third_party/libaom/source/libaom/aom_dsp/subtract.c",
"//third_party/libaom/source/libaom/aom_dsp/txfm_common.h",
"//third_party/libaom/source/libaom/aom_dsp/x86/convolve_common_intrin.h",
"//third_party/libaom/source/libaom/aom_dsp/avg.c",
]
aom_dsp_decoder_sources = [
......
......@@ -12,8 +12,8 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 0
#define VERSION_EXTRA "706-gffffc5655"
#define VERSION_EXTRA "790-g8f2210a2e"
#define VERSION_PACKED \
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
#define VERSION_STRING_NOSP "1.0.0-706-gffffc5655"
#define VERSION_STRING " 1.0.0-706-gffffc5655"
#define VERSION_STRING_NOSP "1.0.0-790-g8f2210a2e"
#define VERSION_STRING " 1.0.0-790-g8f2210a2e"
......@@ -35,6 +35,7 @@ CONFIG_GCOV equ 0
CONFIG_GLOBAL_MOTION_SEARCH equ 1
CONFIG_GPROF equ 0
CONFIG_INSPECTION equ 0
CONFIG_INTEGERIZE_SGR equ 1
CONFIG_INTERNAL_STATS equ 0
CONFIG_INTER_STATS_ONLY equ 0
CONFIG_LIBYUV equ 1
......
......@@ -37,6 +37,7 @@
#define CONFIG_GLOBAL_MOTION_SEARCH 1
#define CONFIG_GPROF 0
#define CONFIG_INSPECTION 0
#define CONFIG_INTEGERIZE_SGR 1
#define CONFIG_INTERNAL_STATS 0
#define CONFIG_INTER_STATS_ONLY 0
#define CONFIG_LIBYUV 1
......
......@@ -35,6 +35,7 @@ CONFIG_GCOV equ 0
CONFIG_GLOBAL_MOTION_SEARCH equ 1
CONFIG_GPROF equ 0
CONFIG_INSPECTION equ 0
CONFIG_INTEGERIZE_SGR equ 1
CONFIG_INTERNAL_STATS equ 0
CONFIG_INTER_STATS_ONLY equ 0
CONFIG_LIBYUV equ 1
......
......@@ -37,6 +37,7 @@
#define CONFIG_GLOBAL_MOTION_SEARCH 1
#define CONFIG_GPROF 0
#define CONFIG_INSPECTION 0
#define CONFIG_INTEGERIZE_SGR 1
#define CONFIG_INTERNAL_STATS 0
#define CONFIG_INTER_STATS_ONLY 0
#define CONFIG_LIBYUV 1
......
......@@ -35,6 +35,7 @@ CONFIG_GCOV equ 0
CONFIG_GLOBAL_MOTION_SEARCH equ 1
CONFIG_GPROF equ 0
CONFIG_INSPECTION equ 0
CONFIG_INTEGERIZE_SGR equ 1
CONFIG_INTERNAL_STATS equ 0
CONFIG_INTER_STATS_ONLY equ 0
CONFIG_LIBYUV equ 1
......
......@@ -37,6 +37,7 @@
#define CONFIG_GLOBAL_MOTION_SEARCH 1
#define CONFIG_GPROF 0
#define CONFIG_INSPECTION 0
#define CONFIG_INTEGERIZE_SGR 1
#define CONFIG_INTERNAL_STATS 0
#define CONFIG_INTER_STATS_ONLY 0
#define CONFIG_LIBYUV 1
......
......@@ -35,6 +35,7 @@ CONFIG_GCOV equ 0
CONFIG_GLOBAL_MOTION_SEARCH equ 1
CONFIG_GPROF equ 0
CONFIG_INSPECTION equ 0
CONFIG_INTEGERIZE_SGR equ 1
CONFIG_INTERNAL_STATS equ 0
CONFIG_INTER_STATS_ONLY equ 0
CONFIG_LIBYUV equ 1
......
......@@ -37,6 +37,7 @@
#define CONFIG_GLOBAL_MOTION_SEARCH 1
#define CONFIG_GPROF 0
#define CONFIG_INSPECTION 0
#define CONFIG_INTEGERIZE_SGR 1
#define CONFIG_INTERNAL_STATS 0
#define CONFIG_INTER_STATS_ONLY 0
#define CONFIG_LIBYUV 1
......
......@@ -35,6 +35,7 @@ CONFIG_GCOV equ 0
CONFIG_GLOBAL_MOTION_SEARCH equ 1
CONFIG_GPROF equ 0
CONFIG_INSPECTION equ 0
CONFIG_INTEGERIZE_SGR equ 1
CONFIG_INTERNAL_STATS equ 0
CONFIG_INTER_STATS_ONLY equ 0
CONFIG_LIBYUV equ 1
......
......@@ -37,6 +37,7 @@
#define CONFIG_GLOBAL_MOTION_SEARCH 1
#define CONFIG_GPROF 0
#define CONFIG_INSPECTION 0
#define CONFIG_INTEGERIZE_SGR 1
#define CONFIG_INTERNAL_STATS 0
#define CONFIG_INTER_STATS_ONLY 0
#define CONFIG_LIBYUV 1
......
......@@ -25,6 +25,7 @@
%define CONFIG_GLOBAL_MOTION_SEARCH 1
%define CONFIG_GPROF 0
%define CONFIG_INSPECTION 0
%define CONFIG_INTEGERIZE_SGR 1
%define CONFIG_INTERNAL_STATS 0
%define CONFIG_INTER_STATS_ONLY 0
%define CONFIG_LIBYUV 1
......
......@@ -37,6 +37,7 @@
#define CONFIG_GLOBAL_MOTION_SEARCH 1
#define CONFIG_GPROF 0
#define CONFIG_INSPECTION 0
#define CONFIG_INTEGERIZE_SGR 1
#define CONFIG_INTERNAL_STATS 0
#define CONFIG_INTER_STATS_ONLY 0
#define CONFIG_LIBYUV 1
......
......@@ -25,6 +25,7 @@
%define CONFIG_GLOBAL_MOTION_SEARCH 1
%define CONFIG_GPROF 0
%define CONFIG_INSPECTION 0
%define CONFIG_INTEGERIZE_SGR 1
%define CONFIG_INTERNAL_STATS 0
%define CONFIG_INTER_STATS_ONLY 0
%define CONFIG_LIBYUV 1
......
......@@ -37,6 +37,7 @@
#define CONFIG_GLOBAL_MOTION_SEARCH 1
#define CONFIG_GPROF 0
#define CONFIG_INSPECTION 0
#define CONFIG_INTEGERIZE_SGR 1
#define CONFIG_INTERNAL_STATS 0
#define CONFIG_INTER_STATS_ONLY 0
#define CONFIG_LIBYUV 1
......
......@@ -25,6 +25,7 @@
%define CONFIG_GLOBAL_MOTION_SEARCH 1
%define CONFIG_GPROF 0
%define CONFIG_INSPECTION 0
%define CONFIG_INTEGERIZE_SGR 1
%define CONFIG_INTERNAL_STATS 0
%define CONFIG_INTER_STATS_ONLY 0
%define CONFIG_LIBYUV 1
......
......@@ -37,6 +37,7 @@
#define CONFIG_GLOBAL_MOTION_SEARCH 1
#define CONFIG_GPROF 0
#define CONFIG_INSPECTION 0
#define CONFIG_INTEGERIZE_SGR 1
#define CONFIG_INTERNAL_STATS 0
#define CONFIG_INTER_STATS_ONLY 0
#define CONFIG_LIBYUV 1
......
......@@ -25,6 +25,7 @@
%define CONFIG_GLOBAL_MOTION_SEARCH 1
%define CONFIG_GPROF 0
%define CONFIG_INSPECTION 0
%define CONFIG_INTEGERIZE_SGR 1
%define CONFIG_INTERNAL_STATS 0
%define CONFIG_INTER_STATS_ONLY 0
%define CONFIG_LIBYUV 1
......
......@@ -37,6 +37,7 @@
#define CONFIG_GLOBAL_MOTION_SEARCH 1
#define CONFIG_GPROF 0
#define CONFIG_INSPECTION 0
#define CONFIG_INTEGERIZE_SGR 1
#define CONFIG_INTERNAL_STATS 0
#define CONFIG_INTER_STATS_ONLY 0
#define CONFIG_LIBYUV 1
......
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