QUOTE(menno @ Jan 8 2007, 13:03)

PS, and if that doesn't work, try looking at the help screen of the decoder.
The PS decoding related function ( DecParFrame() ) is in decifi.c file and are put under a Switch statement which selects according to the object type "aot". We are always getting the "aot" as AAC_LC while initialization of parametric decoding i.e. DecParInit() funciton is under the "aot" type ER_PARA.
However we are getting full output(double that of one with ISO reference code) with 3gpp fixed point implementations.
Thanks,
QUOTE(menno @ Jan 8 2007, 13:03)

PS, and if that doesn't work, try looking at the help screen of the decoder.
I forgot to tell you that using PS in preprocessor definition doesn't do.