summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/amrnb/dec/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge "stagefright amrnb: Remove unused leftover source files"Jean-Baptiste Queru2012-08-161-77/+0
|\
| * stagefright amrnb: Remove unused leftover source filesMartin Storsjo2012-07-101-77/+0
| | | | | | | | | | | | | | | | This allows getting rid of adding the plain common directory (not common/include) to the include paths in projects that use this code, too. Change-Id: Ifb1fe4fc1f5c6f1264cb2b64f7b78e42b1e7833a
* | Merge "stagefright amrnb: Move the bitstream_format enum into frame_type_3gpp.h"Jean-Baptiste Queru2012-08-162-2/+0
|\ \ | |/
| * stagefright amrnb: Move the bitstream_format enum into frame_type_3gpp.hMartin Storsjo2012-07-102-2/+0
| | | | | | | | Change-Id: I6d6f9dc5799750394a853325466ffa2ebec44625
* | amrnb: Fix audio distortion in an AMR-NB clipPacketVideo CM2012-07-101-1/+1
|/ | | | | | | | | | This fix had the PacketVideo internal tracking number RIO-9190. This was committed on the master branch of the opencore repository in commit 7d6ccc907d3a15ca2ff74b9c76f122ab87d0ffbe. Change-Id: Icbd7d6fe94e02cae360946cfb6f3b8dc90c8b518
* stagefright amrnb: Remove extern from table definitionsMartin Storsjo2012-02-242-3/+3
| | | | | | | | | | | | | | 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
* stagefright amrnb: Add includes for prototype declarations of tablesMartin Storsjo2012-02-241-0/+1
| | | | | | | | This was committed on the master branch of the opencore repository in commit da3d0463c999871ee584a0d750be65be65d19b00, based on AOSP contribution 10302. Change-Id: I4ad5526634efecc2d2bb3d2169184b8d4d4d7671
* AMRNB: use Frame_Type_3GPP defined in frame_type_3gpp.h instead.Chia-chi Yeh2010-09-291-19/+2
| | | | | | | This allows gsmamr_enc.h and gsmamr_dec.h to be included in the same file without conflict definition. Change-Id: I1c8dac235c122735ba14a1af2fda48c0f8d9f87b
* Update AMR codec.Dave Sparks2010-04-011-1/+1
| | | | Change-Id: I8ecd2712863f6962b762f26898002912d1c77afb
* Initial check in of AMR (NB and WB) decoders based on PV source code.Andreas Huber2009-12-1063-0/+22198