summaryrefslogtreecommitdiffstats
path: root/src/codec/gsm660.c
Commit message (Collapse)AuthorAgeFilesLines
* codec: make data tables constant.Diego Elio Pettenò2012-06-301-1/+1
| | | | | | | | 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 & AMRSylvain Munaut2010-10-151-0/+256
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>