[FFmpeg-devel] [PATCH 3/8] avcodec: Implementation of AAC_fixed_decoder (SBR-module)
Michael Niedermayer
michael at niedermayer.cc
Mon Jul 20 17:28:36 CEST 2015
On Mon, Jul 20, 2015 at 01:36:17PM +0200, Nedeljko Babic wrote:
> From: Djordje Pesut <djordje.pesut at imgtec.com>
>
> Add fixed poind code.
>
> Signed-off-by: Nedeljko Babic <nedeljko.babic at imgtec.com>
> ---
> libavcodec/Makefile | 5 +-
> libavcodec/aac.h | 52 +---
> libavcodec/aac_defines.h | 78 ++++++
> libavcodec/aacdec_template.c | 14 +-
> libavcodec/aacsbr.c | 1 +
> libavcodec/aacsbr.h | 12 +-
> libavcodec/aacsbr_fixed.c | 586 +++++++++++++++++++++++++++++++++++++++++++
> libavcodec/aacsbr_template.c | 211 ++++++++++++----
> libavcodec/lpc.h | 15 +-
> libavcodec/sbr.h | 78 +++---
> libavcodec/sbrdsp.c | 3 +
> libavcodec/sbrdsp.h | 36 +--
> libavcodec/sbrdsp_fixed.c | 286 +++++++++++++++++++++
> libavcodec/sbrdsp_template.c | 42 ++--
> libavutil/softfloat.h | 8 +
> 15 files changed, 1237 insertions(+), 190 deletions(-)
> create mode 100644 libavcodec/aac_defines.h
> create mode 100644 libavcodec/aacsbr_fixed.c
> create mode 100644 libavcodec/sbrdsp_fixed.c
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
When you are offended at any man's fault, turn to yourself and study your
own failings. Then you will forget your anger. -- Epictetus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150720/ca8bb450/attachment.sig>
More information about the ffmpeg-devel
mailing list