summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2023-03-20 16:56:58 -0700
committerJames Zern <jzern@google.com>2023-03-20 16:56:58 -0700
commitfaa9142f5d5af0a6c4b998929aac928a38515ae3 (patch)
treeac54effb0e726dd4a94b0687b4ba509101acd178
parente4f0df53ece296c4cb7c7d7911025e020bc6e882 (diff)
downloadlibvpx-faa9142f5d5af0a6c4b998929aac928a38515ae3.tar
libvpx-faa9142f5d5af0a6c4b998929aac928a38515ae3.tar.gz
libvpx-faa9142f5d5af0a6c4b998929aac928a38515ae3.tar.bz2
libvpx-faa9142f5d5af0a6c4b998929aac928a38515ae3.zip
sixtappredict_neon.c,cosmetics: fix a typo
Change-Id: If3e4cf372fc6ed076f0d42c435a72262494aab68
-rw-r--r--vp8/common/arm/neon/sixtappredict_neon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/common/arm/neon/sixtappredict_neon.c b/vp8/common/arm/neon/sixtappredict_neon.c
index b15cfb411..a7cf43b5f 100644
--- a/vp8/common/arm/neon/sixtappredict_neon.c
+++ b/vp8/common/arm/neon/sixtappredict_neon.c
@@ -16,7 +16,7 @@
#include "vpx_ports/mem.h"
static const int8_t vp8_sub_pel_filters[8][8] = {
- { 0, 0, 128, 0, 0, 0, 0, 0 }, /* note that 1/8 pel positionyys are */
+ { 0, 0, 128, 0, 0, 0, 0, 0 }, /* note that 1/8 pel positions are */
{ 0, -6, 123, 12, -1, 0, 0, 0 }, /* just as per alpha -0.5 bicubic */
{ 2, -11, 108, 36, -8, 1, 0, 0 }, /* New 1/4 pel 6 tap filter */
{ 0, -9, 93, 50, -6, 0, 0, 0 },