Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | codec: make data tables constant. | Diego Elio Pettenò | 2012-06-30 | 1 | -8/+8 |
| | | | | | | | | When declaring them constant, they are written on the .rodata section instead of .data, which means that they can be mapped directly from disk to memory. Signed-off-by: Diego Elio Pettenò <flameeyes@flameeyes.eu> | ||||
* | codec: Add bit ordering tables from specs for HR,FR,EFR & AMR | Sylvain Munaut | 2010-10-15 | 1 | -0/+210 |
Signed-off-by: Sylvain Munaut <tnt@246tNt.com> |