comparison ra144.c @ 6972:4f95de7686a3 libavcodec

Cosmetics
author vitor
date Sun, 01 Jun 2008 19:36:54 +0000
parents 701306df51ab
children 7f7de664020f
comparison
equal deleted inserted replaced
6971:701306df51ab 6972:4f95de7686a3
296 } 296 }
297 return retval; 297 return retval;
298 } 298 }
299 299
300 static int interp(RA144Context *ractx, int16_t *decsp, int block_num, 300 static int interp(RA144Context *ractx, int16_t *decsp, int block_num,
301 int copynew, int energy) 301 int copynew, int energy)
302 { 302 {
303 int work[10]; 303 int work[10];
304 int a = block_num + 1; 304 int a = block_num + 1;
305 int b = NBLOCKS - a; 305 int b = NBLOCKS - a;
306 int x; 306 int x;