search for: celt_set_complexity

Displaying 3 results from an estimated 3 matches for "celt_set_complexity".

2009 Nov 16
1
CELT question
...arc Valin, Gregory Maxwell and Dr. Timothy B. Terriberry) the CELT LC (low complexity) mode is mentionned. The LC mode should use half the memory recources and half the MIPS. 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? I use the CELT version 0.7.0. Thanks, -- Best regards, P. Hoogervorst Engineering Spirit De Werf 4e, 3632 AE Loenen a/d Vecht The Netherlands tel: (+31)294-237007 <skyp...
2010 Jan 12
1
Seamless Looping
...<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; error = FSBank_CELT_State.celt_encoder_ctl(celtencoder, CELT_SET_PREDICTION(0));<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; error = FSBank_CELT_State.celt_encoder_ctl(celtencoder, CELT_SET_COMPLEXITY(0));</tt><br> <br> Thanks for your help,<br> <div class="moz-signature">-- <br> <span style="font-size: 10pt; font-family: "Arial","sans-serif"; color: rgb(102, 102, 102);"><font color="#000000"><...
2011 Apr 18
3
CELT grabbing 100KB of memory right off the top
Is there a particular reason why CELT grabs 100KB of stack immediately? Is that really required or can that be trimmed down some/a lot? -a