[CELT-dev] CELT question
Jean-Marc Valin
jean-marc.valin at usherbrooke.ca
Mon Nov 16 03:56:08 PST 2009
Peter Hoogervorst a écrit :
> My question is how to tell the CELT library to use the low complexity
> mode. Should I use the
> "celt_encoder_ctl(enc,CELT_SET_COMPLEXITY(complexity))" function and set
> the complexity to zero, or is there also a compile time define which I
> should use?
Just using:
celt_encoder_ctl(enc,CELT_SET_COMPLEXITY(complexity));
will do here. If you want to also save on code size, there's entire
functions you can remove as well, but there's no define for that at this
point.
Cheers,
Jean-Marc
More information about the celt-dev
mailing list