]> granicus.if.org Git - libvpx/commit
Refine 8-bit intra prediction NEON optimization (mode d45 and d135)
authorLinfeng Zhang <linfengz@google.com>
Fri, 21 Oct 2016 17:44:22 +0000 (10:44 -0700)
committerLinfeng Zhang <linfengz@google.com>
Thu, 27 Oct 2016 21:24:50 +0000 (14:24 -0700)
commit4ae9f5c092ae31d4f3b7e66d9e2bed7778af0f17
tree8e6d84d814a3409d57443c66258aa42454f5400d
parent4555c50ecd1fed9305b7656279e6a5e961087cf2
Refine 8-bit intra prediction NEON optimization (mode d45 and d135)

dst += stride behaving better with gcc/clang.
Unroll loops.

Change-Id: I83f85df2bc9f17c6159542f57680b509395db2b1
vpx_dsp/arm/intrapred_neon.c