From 6db8697910438fd063598f66a73b68d2dcd70a36 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 Jan 2020 20:17:37 +0900 Subject: Removed explicit usage of the 'register' keyword. Signed-off-by: Michele Calgaro --- mpeglib/lib/splay/synth_Down.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mpeglib/lib/splay/synth_Down.cpp') diff --git a/mpeglib/lib/splay/synth_Down.cpp b/mpeglib/lib/splay/synth_Down.cpp index fbe3887b..e5a2f2e0 100644 --- a/mpeglib/lib/splay/synth_Down.cpp +++ b/mpeglib/lib/splay/synth_Down.cpp @@ -39,8 +39,8 @@ void Synthesis::computebuffer_Down(REAL *fraction, inline void Synthesis::generatesingle_Down(void) { int i; - register REAL r, *vp; - register const REAL *dp; + REAL r, *vp; + const REAL *dp; i=32/2; dp=filter; @@ -121,8 +121,8 @@ inline void Synthesis::generate_Down(void) { int i; REAL r1,r2; - register REAL *vp1,*vp2; - register const REAL *dp; + REAL *vp1,*vp2; + const REAL *dp; dp=filter; vp1=calcbuffer[LS][currentcalcbuffer]+calcbufferoffset; -- cgit v1.2.1