comparison decoders/mpglib/layer2.c @ 281:ad4c8f34136a

Minor formatting updates.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 14 Mar 2002 21:12:46 +0000
parents 52b9f37998db
children
comparison
equal deleted inserted replaced
280:06fbb106a554 281:ad4c8f34136a
245 245
246 fr->alloc = tables[table]; 246 fr->alloc = tables[table];
247 fr->II_sblimit = sblim; 247 fr->II_sblimit = sblim;
248 } 248 }
249 249
250 int do_layer2(struct frame *fr,unsigned char *pcm_sample,int *pcm_point,struct mpstr *mp) 250 int do_layer2(struct frame *fr,unsigned char *pcm_sample,
251 int *pcm_point,struct mpstr *mp)
251 { 252 {
252 int clip=0; 253 int clip=0;
253 int i,j; 254 int i,j;
254 int stereo = fr->stereo; 255 int stereo = fr->stereo;
255 real fraction[2][4][SBLIMIT]; /* pick_table clears unused subbands */ 256 real fraction[2][4][SBLIMIT]; /* pick_table clears unused subbands */