From fab80239e1bd572318ae7355bab1b8630baf26a1 Mon Sep 17 00:00:00 2001 From: powturbo Date: Fri, 5 Jun 2015 16:52:19 +0200 Subject: [PATCH] . --- vp4dc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vp4dc.c b/vp4dc.c index 45a3c76..5375f68 100644 --- a/vp4dc.c +++ b/vp4dc.c @@ -73,7 +73,7 @@ #ifdef P4D unsigned TEMPLATE2(P4D, USIZE)(uint_t *__restrict in, unsigned n, unsigned *pbx) { - uint_t *ip; unsigned b, cnt[USIZE+1] = {0}; + uint_t *ip; unsigned b=0, cnt[USIZE+1] = {0}; for(ip = in; ip != in+(n&~3); ) { ++cnt[TEMPLATE2(bsr, USIZE)(*ip)]; b |= *ip++; @@ -94,12 +94,12 @@ unsigned TEMPLATE2(P4D, USIZE)(uint_t *__restrict in, unsigned n, unsigned *pbx) } #endif -unsigned char *TEMPLATE2(P4DE, USIZE)(uint_t *__restrict in, unsigned n, unsigned char *__restrict out, unsigned b, unsigned bx) { +unsigned char *TEMPLATE2(P4DE, USIZE)(uint_t *__restrict in, unsigned n, unsigned char *__restrict out, unsigned b, unsigned bx) { unsigned i, xn, msk = (1ull< msk; _in[i] = in[i] & msk; i++;