On Mon, Oct 15, 2001 at 03:53:35PM +0800, caihong wrote: > Hi, all: > I am doing fixed-point lame mp3 encoding, but there are some > problems. Because the data in caclulating psycho model is very > great, they exceed int, and the data of xmin in iteration is very > little, so i have to use mantissa(int or short) and exponent to > represent them, but it runs so slowly!
Since you use an exponent anyway (which means it's not fixed-point any more), I don't think it makes much sense to not use the native floating point types. -- Niklas Matthies -- Who we are and who we become depends, in part, on who we love. _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
