projects
/
platform
/
upstream
/
freerdp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
210de68
)
Fixed index for YUV filter in NEON path.
author
Armin Novak
<armin.novak@thincast.com>
Thu, 2 Mar 2017 16:56:23 +0000
(17:56 +0100)
committer
Armin Novak
<armin.novak@thincast.com>
Thu, 2 Mar 2017 16:56:23 +0000
(17:56 +0100)
libfreerdp/primitives/prim_YUV_opt.c
patch
|
blob
|
history
diff --git
a/libfreerdp/primitives/prim_YUV_opt.c
b/libfreerdp/primitives/prim_YUV_opt.c
index
3438e9b
..
3816769
100644
(file)
--- a/
libfreerdp/primitives/prim_YUV_opt.c
+++ b/
libfreerdp/primitives/prim_YUV_opt.c
@@
-1438,7
+1438,7
@@
static pstatus_t neon_YUV420CombineToYUV444(
for (; x < halfWidth; x++)
{
- const UINT32 val2x =
(x * 2)
;
+ const UINT32 val2x =
0
;
const UINT32 val2x1 = val2x + 1;
const INT32 up = pU[val2x] * 4;
const INT32 vp = pV[val2x] * 4;