[FFmpeg-devel] [FFMpeg-Devel][GSoC][PATCH 5/6] postproc: Added support for sse2/avx2 versions of the do_a_deblock function
Michael Niedermayer
michaelni at gmx.at
Thu Apr 23 02:06:35 CEST 2015
On Wed, Apr 22, 2015 at 04:27:30PM -0400, Tucker DiNapoli wrote:
> I added a new file with the sse2/avx2 code for do_a_deblock.
> I also moved the code for running vertical deblock filters into it's own
> function, both to clean up the postprocess funciton and to make it
> easier to integrate the new sse2/avx2 versions of these filters.
> ---
> libpostproc/postprocess_template.c | 123 +++++++---
> libpostproc/x86/Makefile | 1 +
> libpostproc/x86/deblock.asm | 454 +++++++++++++++++++++++++++++++++++++
> 3 files changed, 545 insertions(+), 33 deletions(-)
> create mode 100644 libpostproc/x86/deblock.asm
how can this be tested ?
the newly added code seems to be never run
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I know you won't believe me, but the highest form of Human Excellence is
to question oneself and others. -- Socrates
-------------- 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/20150423/da2e4b27/attachment.asc>
More information about the ffmpeg-devel
mailing list