You shouldn't have to keep generating these codebook c files every compile.

Here's the number of codebook values, and the modes that use them:

codebook, 132 unsigned int values, needed for 2400, 1600, 1400, 1300 modes
codebookd, 320 unsigned int values, needed for 3200
codebookge, 512 float values, needed for 2400, 1400, 1200
codebookjvm, 10240 float values, needed for 1200

So 1600, 1300 needs (132 * 2) = 264 bytes
2400, 1400 needs (132 * 2) + (512 * 4) = 2312 bytes
3200 needs (320 * 2) = 640 bytes
1200 needs (10240 * 4) + (512 * 4) = 43008 bytes

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Freetel-codec2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freetel-codec2

Reply via email to