[FFmpeg-devel] [PATCH 02/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [2/4]

Michael Niedermayer michaelni at gmx.at
Thu Jul 9 15:31:11 CEST 2015


On Tue, Jun 30, 2015 at 11:53:04AM +0200, Nedeljko Babic wrote:
> From: Jovan Zelincevic <jovan.zelincevic at imgtec.com>
> 
> Add fixed point implementation of functions for generating tables
> 
> Signed-off-by: Nedeljko Babic <nedeljko.babic at imgtec.com>
> ---
>  libavcodec/aac.h                                   |  23 +
>  libavcodec/aacdectab.h                             |  34 +-
>  libavcodec/aactab.c                                | 486 +++++++++++++++++++++
>  libavcodec/aactab.h                                |   4 +
>  .../{cbrt_tablegen.c => cbrt_fixed_tablegen.c}     |   3 +
>  libavcodec/cbrt_tablegen.c                         |   3 +
>  libavcodec/cbrt_tablegen.h                         |  17 +-
>  libavcodec/cbrt_tablegen_template.c                |   2 +-
>  libavcodec/sinewin.c                               |   1 +
>  libavcodec/sinewin.h                               |  20 +-
>  libavcodec/{sinewin.c => sinewin_fixed.c}          |   1 +
>  ...sinewin_tablegen.c => sinewin_fixed_tablegen.c} |   3 +
>  libavcodec/sinewin_tablegen.c                      |   3 +
>  libavcodec/sinewin_tablegen.h                      |  31 +-
>  libavcodec/sinewin_tablegen_template.c             |  20 +-
>  libavcodec/tableprint.h                            |   2 +
>  16 files changed, 618 insertions(+), 35 deletions(-)
>  copy libavcodec/{cbrt_tablegen.c => cbrt_fixed_tablegen.c} (94%)
>  copy libavcodec/{sinewin.c => sinewin_fixed.c} (97%)
>  copy libavcodec/{sinewin_tablegen.c => sinewin_fixed_tablegen.c} (93%)

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Observe your enemies, for they first find out your faults. -- Antisthenes
-------------- 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/20150709/8a3ebc15/attachment.sig>


More information about the ffmpeg-devel mailing list