Help
-
Search
-
Members
-
Calendar
Full Version:
weird loop in energy calc
Hydrogenaudio Forums
>
Lossy Audio Compression
>
MP3
>
MP3 - Tech
jg4i
May 28 2005, 19:53
the loop below is found in psymodel.c, what is the reason for the innner loop?the "i" index is not used.
for (chn=0; chn<numchn; chn++) {
for (i=0; i<numchn; ++i) {
energy[chn]=gfc->tot_ener[chn];
}
}
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.
Invision Power Board © 2001-2008
Invision Power Services, Inc.