[FFmpeg-devel] [PATCH 2/2] Moved templated c postprocessing routines into seperate file

Michael Niedermayer michaelni at gmx.at
Wed Mar 11 23:49:21 CET 2015


On Wed, Mar 11, 2015 at 01:51:13PM -0400, Tucker DiNapoli wrote:
> Currently different versions of the postprocessing routines are
> generated from a template. Ultimately I intend to remove this by
> replacing the inline assembly with seperate yasm files. The c routines
> will still be needed, so they need to be moved to a seperate file.
> The routines were added to the file introduced by the last commit.
> ---
>  libpostproc/postprocess.c   |   7 +-
>  libpostproc/postprocess_c.c | 829 ++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 830 insertions(+), 6 deletions(-)

code should not be duplicated

for each C function you add to postprocess_c.c the corresponding
C code should be removed from  the template (unless its needed for
tha asm to function)

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

No human being will ever know the Truth, for even if they happen to say it
by chance, they would not even known they had done so. -- Xenophanes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150311/37b03400/attachment.asc>


More information about the ffmpeg-devel mailing list