summaryrefslogtreecommitdiff
path: root/video_writer.h
diff options
context:
space:
mode:
authorJonathan Wright <jonathan.wright@arm.com>2021-05-17 10:53:07 +0100
committerJames Zern <jzern@google.com>2021-05-18 13:33:46 -0700
commit66c1ff6850fd53bcf5c17247569bea1d700d6247 (patch)
tree61b220fcf040fdab429fd7e58ebd91564c396e72 /video_writer.h
parent4808d831dbc4e9ff83fa0efe11207bc135c6d6f5 (diff)
downloadlibvpx-66c1ff6850fd53bcf5c17247569bea1d700d6247.tar
libvpx-66c1ff6850fd53bcf5c17247569bea1d700d6247.tar.gz
libvpx-66c1ff6850fd53bcf5c17247569bea1d700d6247.tar.bz2
libvpx-66c1ff6850fd53bcf5c17247569bea1d700d6247.zip
Implement vpx_convolve8_avg_horiz_neon using SDOT instruction
Add an alternative AArch64 implementation of vpx_convolve8_avg_horiz_neon for targets that implement the Armv8.4-A SDOT (signed dot product) instruction. The existing MLA-based implementation of vpx_convolve8_avg_horiz_neon is retained and used on target CPUs that do not implement the SDOT instruction (or CPUs executing in AArch32 mode). The availability of the SDOT instruction is indicated by the feature macro __ARM_FEATURE_DOTPROD. Bug: b/181236880 Change-Id: Ib435107c47c485f325248da87ba5618d68b0c8ed
Diffstat (limited to 'video_writer.h')
0 files changed, 0 insertions, 0 deletions