summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2014-05-14 16:09:55 +0200
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>2014-05-14 16:09:55 +0200
commitbfa6671fa99fb0fcba30fc86fbf30827d42c8a58 (patch)
treec2f0c916ee485e4081b90c93934015d6bfb0e9d1
parenteb3bb91d84864469ec32bc4ad25ce32420f15f7f (diff)
downloadgf-complete-bfa6671fa99fb0fcba30fc86fbf30827d42c8a58.tar.gz
gf_w16.c: fix/remove some dead assignments
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r--src/gf_w16.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gf_w16.c b/src/gf_w16.c
index 272a95b..c4cd22d 100644
--- a/src/gf_w16.c
+++ b/src/gf_w16.c
@@ -1268,9 +1268,10 @@ int gf_w16_split_init(gf_t *gf)
h = (gf_internal_t *) gf->scratch;
-issse3 = 0;
#ifdef INTEL_SSSE3
issse3 = 1;
+#else
+ issse3 = 0;
#endif
if (h->arg1 == 8 && h->arg2 == 8) {
@@ -2270,7 +2271,6 @@ void gf_w16_group_4_4_region_multiply(gf_t *gf, void *src, void *dest, gf_val_32
top = (uint16_t *) rd.d_top;
while (d16 < top) {
- p = 0;
a16 = *s16;
p16 = (xor) ? *d16 : 0;
ind = a16 >> 12;