summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/amrnb/common/src/overflow_tbl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Stagefright: Remove unused variables and filesAndreas Gampe2016-03-221-174/+0
| | | | | | | | | | For build-system CFLAGS clean-up. Bug: 18632512 (cherry picked from commit 765b4172f1ffb2c4e2de89163bb888fa352de664) Change-Id: I765dc394f39f60801843851760fdf9838958d7a4
* stagefright amrnb: Remove extern from table definitionsMartin Storsjo2012-02-241-1/+1
| | | | | | | | | | | | | | Local prototype declarations are added where no suitable ones are available in headers. This fixes warnings when compiling as C - while the source files are named .cpp, they actually are compileable as pure C. This was committed on the master branch of the opencore repository in commit a0acb494ea6682ca966b5ebbd3676c89c56d63a6, based on AOSP contribution 10303. Change-Id: Ib4e27ea30302c66e0233e63e5a4652f6339bc940
* Initial check in of AMR (NB and WB) decoders based on PV source code.Andreas Huber2009-12-101-0/+174