shithub: openh264

Download patch

ref: cfc2b95f5928bb4bae6a456110d17cd55766ca6e
parent: 947e3c64fe52a231ef464b45d1b3c1142eefa1ed
author: zhiliang wang <[email protected]>
date: Fri Jun 13 12:06:45 EDT 2014

Refine some code

--- a/codec/decoder/core/arm64/intra_pred_aarch64_neon.S
+++ b/codec/decoder/core/arm64/intra_pred_aarch64_neon.S
@@ -368,7 +368,7 @@
 WELS_ASM_ARCH64_FUNC_BEGIN WelsDecoderI16x16LumaPredV_AArch64_neon
     sxtw    x1, w1
     sub     x2, x0, x1
-    ld1     {v0.16b}, [x2], x1
+    ld1     {v0.16b}, [x2]
 .rept 16
     st1     {v0.16b}, [x0], x1
 .endr
--- a/codec/encoder/core/arm64/intra_pred_aarch64_neon.S
+++ b/codec/encoder/core/arm64/intra_pred_aarch64_neon.S
@@ -352,7 +352,7 @@
 //for Luma 16x16
 WELS_ASM_ARCH64_FUNC_BEGIN WelsI16x16LumaPredV_AArch64_neon
     sub     x3, x1, x2
-    ld1     {v0.16b}, [x3], x1
+    ld1     {v0.16b}, [x3]
 .rept 16
     st1     {v0.16b}, [x0], 16
 .endr