Skip to content

Commit

Permalink
Roll src/third_party/libaom/source/libaom/ 0716dc8e2..ca708d66b (38 c…
Browse files Browse the repository at this point in the history
…ommits)

https://aomedia.googlesource.com/aom.git/+log/0716dc8e2d96..ca708d66b6bc

$ git log 0716dc8e2..ca708d66b --date=short --no-merges --format='%ad %ae %s'
2023-08-15 chiyotsai Temporarily disable width assertion in mcomp.c
2023-08-16 jianj RTC RC: Return the correct segmentation map
2023-08-16 jzern tools_common,die_codec(): output to stderr
2023-08-16 jzern lightfield_tile_list_decoder: use fatal() for OOM
2023-08-05 gerdazsejke.more Add Neon implementation for highbd_blend_a64_vmask
2023-08-05 gerdazsejke.more Add Neon implementation for highbd_blend_a64_hmask
2023-08-10 Arpad.Panyik Add specializations of aom_dist_wtd_sub_pixel_avg_variance_*_neon
2023-08-09 Arpad.Panyik Add Neon path for aom_dist_wtd_sub_pixel_avg_variance<w>x<h>
2023-08-01 Arpad.Panyik Add Neon Dotprod implementation of aom_dist_wtd_sad<w>x<h>_avg
2023-07-26 Arpad.Panyik Add Neon implementation of aom_dist_wtd_sad<w>x<h>_avg
(...)
2023-08-03 jonathan.wright Use av1_convolve_y_sr_c instead of Neon for 2x<h> and <w>x2
2023-08-03 jonathan.wright Use av1_convolve_2d_sr_c instead of Neon for 2x<h> and <w>x2
2023-08-03 jonathan.wright Remove convolve_2d_sr_horiz_neon transpose for w = 4
2023-08-03 jonathan.wright Remove av1_dist_wtd_convolve_x_neon transpose if w = 4 || h = 4
2023-08-02 jonathan.wright Remove dist_wtd_convolve_2d_horiz_neon transpose for w = 4
2023-07-28 jzern test/*.h: use '= default'
2023-08-14 deepa.kg Extend tpl sf reduce_num_frames to speed 5
2023-07-28 jzern fft*: add missing prototypes
2023-07-13 remya.prakasan Tune txfm_rd_gate_level for compound type rd for speed 5, 6
2023-08-10 neeraj.gadgil Add rdcost-based validity checks for ext part pruning

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

Change-Id: I2af938e012b2ba57329e05c013882374cef648a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4789436
Commit-Queue: Wan-Teh Chang <wtc@google.com>
Reviewed-by: James Zern <jzern@google.com>
Cr-Commit-Position: refs/heads/main@{#1185009}
  • Loading branch information
wantehchang authored and Chromium LUCI CQ committed Aug 18, 2023
1 parent 793fce6 commit f684b16
Show file tree
Hide file tree
Showing 8 changed files with 2,079 additions and 139 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ deps = {
Var('chromium_git') + '/external/libaddressinput.git' + '@' + 'e8712e415627f22d0b00ebee8db99547077f39bd',

'src/third_party/libaom/source/libaom':
Var('aomedia_git') + '/aom.git' + '@' + '0716dc8e2d9698c112b17ace4eaa02c8cb399868',
Var('aomedia_git') + '/aom.git' + '@' + 'ca708d66b6bc06e6643da78a3ba1f73b06529be0',

'src/third_party/libavif/src':
Var('chromium_git') + '/external/github.com/AOMediaCodec/libavif.git' + '@' + Var('libavif_revision'),
Expand Down
4 changes: 2 additions & 2 deletions third_party/libaom/README.chromium
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Name: Alliance for Open Media Video Codec
Short Name: libaom
URL: https://aomedia.googlesource.com/aom/
Version: 0
Date: Friday August 11 2023
Revision: 0716dc8e2d9698c112b17ace4eaa02c8cb399868
Date: Thursday August 17 2023
Revision: ca708d66b6bc06e6643da78a3ba1f73b06529be0
CPEPrefix: cpe:/a:aomedia:aomedia:3.6.1
License: BSD
License File: source/libaom/LICENSE
Expand Down
1 change: 0 additions & 1 deletion third_party/libaom/libaom_srcs.gni
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ aom_dsp_common_intrin_neon = [
"//third_party/libaom/source/libaom/aom_dsp/arm/aom_convolve8_neon.c",
"//third_party/libaom/source/libaom/aom_dsp/arm/fwd_txfm_neon.c",
"//third_party/libaom/source/libaom/aom_dsp/arm/loopfilter_neon.c",
"//third_party/libaom/source/libaom/aom_dsp/arm/highbd_intrapred_neon.c",
"//third_party/libaom/source/libaom/aom_dsp/arm/intrapred_neon.c",
"//third_party/libaom/source/libaom/aom_dsp/arm/subtract_neon.c",
"//third_party/libaom/source/libaom/aom_dsp/arm/blend_a64_mask_neon.c",
Expand Down
6 changes: 3 additions & 3 deletions third_party/libaom/source/config/config/aom_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#define VERSION_MAJOR 3
#define VERSION_MINOR 6
#define VERSION_PATCH 1
#define VERSION_EXTRA "999-g0716dc8e2d"
#define VERSION_EXTRA "1037-gca708d66b6"
#define VERSION_PACKED \
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
#define VERSION_STRING_NOSP "3.6.1-999-g0716dc8e2d"
#define VERSION_STRING " 3.6.1-999-g0716dc8e2d"
#define VERSION_STRING_NOSP "3.6.1-1037-gca708d66b6"
#define VERSION_STRING " 3.6.1-1037-gca708d66b6"

Large diffs are not rendered by default.

366 changes: 333 additions & 33 deletions third_party/libaom/source/config/linux/arm-neon/config/aom_dsp_rtcd.h

Large diffs are not rendered by default.

0 comments on commit f684b16

Please sign in to comment.