[FFmpeg-devel] [PATCHv3] v210enc: Add SIMD optimised 8-bit and 10-bit encoders
James Almer
jamrial at gmail.com
Wed Nov 26 20:48:09 CET 2014
On 26/11/14 4:33 PM, Kieran Kunhya wrote:
> ---
> libavcodec/v210enc.c | 191 +++++++++++++++++++++++++++++++++---------
> libavcodec/v210enc.h | 33 ++++++++
> libavcodec/x86/Makefile | 2 +
> libavcodec/x86/v210enc.asm | 146 ++++++++++++++++++++++++++++++++
> libavcodec/x86/v210enc_init.c | 37 ++++++++
> libavutil/x86/x86util.asm | 5 ++
> 6 files changed, 373 insertions(+), 41 deletions(-)
> create mode 100644 libavcodec/v210enc.h
> create mode 100644 libavcodec/x86/v210enc.asm
> create mode 100644 libavcodec/x86/v210enc_init.c
Shouldn't the fate test be updated?
More information about the ffmpeg-devel
mailing list