2007-11-27 22:23:34 +00:00
|
|
|
/*
|
|
|
|
* MMX optimized DSP utils
|
|
|
|
* Copyright (c) 2007 Aurelien Jacobs <aurel@gnuage.org>
|
|
|
|
*
|
2011-03-18 17:35:10 +00:00
|
|
|
* This file is part of Libav.
|
2007-11-27 22:23:34 +00:00
|
|
|
*
|
2011-03-18 17:35:10 +00:00
|
|
|
* Libav is free software; you can redistribute it and/or
|
2007-11-27 22:23:34 +00:00
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
2011-03-18 17:35:10 +00:00
|
|
|
* Libav is distributed in the hope that it will be useful,
|
2007-11-27 22:23:34 +00:00
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
2011-03-18 17:35:10 +00:00
|
|
|
* License along with Libav; if not, write to the Free Software
|
2007-11-27 22:23:34 +00:00
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
|
|
*/
|
|
|
|
|
2008-12-22 09:12:42 +00:00
|
|
|
#ifndef AVCODEC_X86_DSPUTIL_MMX_H
|
|
|
|
#define AVCODEC_X86_DSPUTIL_MMX_H
|
2007-11-27 22:23:34 +00:00
|
|
|
|
2013-02-26 16:29:48 +00:00
|
|
|
#include <stddef.h>
|
2007-12-12 22:45:03 +00:00
|
|
|
#include <stdint.h>
|
2013-02-26 16:29:48 +00:00
|
|
|
|
2008-05-09 11:56:36 +00:00
|
|
|
#include "libavcodec/dsputil.h"
|
2012-08-08 12:51:52 +00:00
|
|
|
#include "libavutil/x86/asm.h"
|
2007-12-12 22:45:03 +00:00
|
|
|
|
2007-11-27 22:36:15 +00:00
|
|
|
extern const uint64_t ff_bone;
|
|
|
|
extern const uint64_t ff_wtwo;
|
2007-11-27 22:23:34 +00:00
|
|
|
|
2010-12-24 17:23:22 +00:00
|
|
|
extern const xmm_reg ff_pw_3;
|
2010-07-11 22:52:55 +00:00
|
|
|
extern const xmm_reg ff_pw_4;
|
2008-12-14 00:48:16 +00:00
|
|
|
extern const xmm_reg ff_pw_5;
|
|
|
|
extern const xmm_reg ff_pw_8;
|
2007-11-27 22:23:34 +00:00
|
|
|
extern const uint64_t ff_pw_15;
|
2008-12-14 00:48:16 +00:00
|
|
|
extern const xmm_reg ff_pw_16;
|
2010-07-21 10:02:07 +00:00
|
|
|
extern const xmm_reg ff_pw_18;
|
2007-11-27 22:23:34 +00:00
|
|
|
extern const uint64_t ff_pw_20;
|
2008-12-14 00:48:16 +00:00
|
|
|
extern const xmm_reg ff_pw_32;
|
2007-11-27 22:23:34 +00:00
|
|
|
extern const uint64_t ff_pw_42;
|
2010-07-21 10:02:07 +00:00
|
|
|
extern const uint64_t ff_pw_53;
|
2009-02-12 23:48:07 +00:00
|
|
|
extern const xmm_reg ff_pw_64;
|
2007-11-27 22:23:34 +00:00
|
|
|
extern const uint64_t ff_pw_96;
|
|
|
|
extern const uint64_t ff_pw_128;
|
2008-02-25 23:14:22 +00:00
|
|
|
extern const uint64_t ff_pw_255;
|
2007-11-27 22:23:34 +00:00
|
|
|
|
2010-07-15 23:02:34 +00:00
|
|
|
extern const xmm_reg ff_pb_1;
|
2010-06-25 18:25:49 +00:00
|
|
|
extern const xmm_reg ff_pb_3;
|
2007-11-27 22:23:34 +00:00
|
|
|
extern const uint64_t ff_pb_3F;
|
2010-07-21 10:02:07 +00:00
|
|
|
extern const xmm_reg ff_pb_F8;
|
2007-11-27 22:23:34 +00:00
|
|
|
extern const uint64_t ff_pb_FC;
|
|
|
|
|
|
|
|
extern const double ff_pd_1[2];
|
|
|
|
extern const double ff_pd_2[2];
|
|
|
|
|
2008-01-11 08:29:58 +00:00
|
|
|
#define SBUTTERFLY(a,b,t,n,m)\
|
|
|
|
"mov" #m " " #a ", " #t " \n\t" /* abcd */\
|
|
|
|
"punpckl" #n " " #b ", " #a " \n\t" /* aebf */\
|
|
|
|
"punpckh" #n " " #b ", " #t " \n\t" /* cgdh */\
|
|
|
|
|
|
|
|
#define TRANSPOSE4(a,b,c,d,t)\
|
|
|
|
SBUTTERFLY(a,b,t,wd,q) /* a=aebf t=cgdh */\
|
|
|
|
SBUTTERFLY(c,d,b,wd,q) /* c=imjn b=kolp */\
|
|
|
|
SBUTTERFLY(a,c,d,dq,q) /* a=aeim d=bfjn */\
|
|
|
|
SBUTTERFLY(t,b,c,dq,q) /* t=cgko c=dhlp */
|
|
|
|
|
2008-02-25 23:14:22 +00:00
|
|
|
#define MOVQ_WONE(regd) \
|
2008-10-16 13:34:09 +00:00
|
|
|
__asm__ volatile ( \
|
2008-02-25 23:14:22 +00:00
|
|
|
"pcmpeqd %%" #regd ", %%" #regd " \n\t" \
|
|
|
|
"psrlw $15, %%" #regd ::)
|
|
|
|
|
2012-02-15 10:06:44 +00:00
|
|
|
void ff_dsputilenc_init_mmx(DSPContext* c, AVCodecContext *avctx);
|
|
|
|
void ff_dsputil_init_pix_mmx(DSPContext* c, AVCodecContext *avctx);
|
2009-08-29 16:55:50 +00:00
|
|
|
|
2013-01-20 00:02:29 +00:00
|
|
|
void ff_add_pixels_clamped_mmx(const int16_t *block, uint8_t *pixels, int line_size);
|
|
|
|
void ff_put_pixels_clamped_mmx(const int16_t *block, uint8_t *pixels, int line_size);
|
|
|
|
void ff_put_signed_pixels_clamped_mmx(const int16_t *block, uint8_t *pixels, int line_size);
|
2008-02-25 23:14:22 +00:00
|
|
|
|
2013-02-26 16:29:48 +00:00
|
|
|
void ff_avg_pixels8_mmxext(uint8_t *block, const uint8_t *pixels,
|
|
|
|
ptrdiff_t line_size, int h);
|
2013-04-11 00:31:09 +00:00
|
|
|
void ff_put_pixels8_mmxext(uint8_t *block, const uint8_t *pixels,
|
|
|
|
ptrdiff_t line_size, int h);
|
|
|
|
void ff_avg_pixels16_sse2(uint8_t *block, const uint8_t *pixels,
|
|
|
|
ptrdiff_t line_size, int h);
|
|
|
|
void ff_put_pixels16_sse2(uint8_t *block, const uint8_t *pixels,
|
|
|
|
ptrdiff_t line_size, int h);
|
2013-02-26 16:29:48 +00:00
|
|
|
|
2013-04-20 20:03:19 +00:00
|
|
|
void ff_put_cavs_qpel8_mc00_mmx(uint8_t *dst, uint8_t *src, ptrdiff_t stride);
|
|
|
|
void ff_avg_cavs_qpel8_mc00_mmx(uint8_t *dst, uint8_t *src, ptrdiff_t stride);
|
|
|
|
void ff_put_cavs_qpel16_mc00_mmx(uint8_t *dst, uint8_t *src, ptrdiff_t stride);
|
|
|
|
void ff_avg_cavs_qpel16_mc00_mmx(uint8_t *dst, uint8_t *src, ptrdiff_t stride);
|
2010-03-06 22:37:08 +00:00
|
|
|
|
2013-03-08 21:40:03 +00:00
|
|
|
void ff_put_vc1_mspel_mc00_mmx(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, int rnd);
|
2010-03-06 22:37:08 +00:00
|
|
|
|
2013-03-08 21:40:03 +00:00
|
|
|
void ff_put_rv40_qpel8_mc33_mmx(uint8_t *block, uint8_t *pixels, ptrdiff_t stride);
|
|
|
|
void ff_put_rv40_qpel16_mc33_mmx(uint8_t *block, uint8_t *pixels, ptrdiff_t stride);
|
|
|
|
void ff_avg_rv40_qpel8_mc33_mmx(uint8_t *block, uint8_t *pixels, ptrdiff_t stride);
|
|
|
|
void ff_avg_rv40_qpel16_mc33_mmx(uint8_t *block, uint8_t *pixels, ptrdiff_t stride);
|
2012-04-19 20:36:17 +00:00
|
|
|
|
2010-07-31 14:50:51 +00:00
|
|
|
void ff_deinterlace_line_mmx(uint8_t *dst,
|
|
|
|
const uint8_t *lum_m4, const uint8_t *lum_m3,
|
|
|
|
const uint8_t *lum_m2, const uint8_t *lum_m1,
|
|
|
|
const uint8_t *lum,
|
|
|
|
int size);
|
|
|
|
|
|
|
|
void ff_deinterlace_line_inplace_mmx(const uint8_t *lum_m4,
|
|
|
|
const uint8_t *lum_m3,
|
|
|
|
const uint8_t *lum_m2,
|
|
|
|
const uint8_t *lum_m1,
|
|
|
|
const uint8_t *lum, int size);
|
|
|
|
|
2008-12-22 09:12:42 +00:00
|
|
|
#endif /* AVCODEC_X86_DSPUTIL_MMX_H */
|