ffmpeg/libavcodec/x86
Christophe Gisquet 0810608e23 x86: hevc_mc: better register allocation
The xmm reg count was incorrect, and manual loading of the gprs
furthermore allows to noticeable reduce the number needed.

The modified functions are used in weighted prediction, so only a
few samples like WP_* exhibit a change. For this one and Win64
(some widths removed because of too few occurrences):

WP_A_Toshiba_3.bit, ff_hevc_put_hevc_uni_w
         16    32
before: 2194  3872
after:  2119  3767

WP_B_Toshiba_3.bit, ff_hevc_put_hevc_bi_w
         16    32    64
before: 2819  4960  9396
after:  2617  4788  9150

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-28 17:39:34 +02:00
..
ac3dsp_init.c
ac3dsp.asm
cabac.h inline asm: fix arrays as named constraints. 2014-05-07 15:02:45 +02:00
cavsdsp.c x86: hpeldsp: propagate changes across codecs 2014-05-26 15:37:04 +02:00
constants.c
constants.h
dca.h
dcadsp_init.c
dcadsp.asm
dct32.asm
dct_init.c
deinterlace.asm
dirac_dwt.c
dirac_dwt.h
diracdsp_mmx.c x86: hpeldsp: propagate changes across codecs 2014-05-26 15:37:04 +02:00
diracdsp_mmx.h
diracdsp_yasm.asm
dnxhdenc_init.c
dnxhdenc.asm
dsputil_init.c Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' 2014-05-27 23:16:06 +02:00
dsputil_mmx.c Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' 2014-05-27 23:16:06 +02:00
dsputil_qns_template.c
dsputil_x86.h Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' 2014-05-27 23:16:06 +02:00
dsputil.asm Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' 2014-05-27 23:16:06 +02:00
dsputilenc_mmx.c Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' 2014-05-28 00:03:59 +02:00
dsputilenc.asm x86/dsputilenc: use HADDD in ff_sse16_sse2 2014-05-27 15:12:50 +02:00
dwt_yasm.asm
fdct.c
fft_init.c
fft.asm
fft.h
flacdsp_init.c
flacdsp.asm
fmtconvert_init.c
fmtconvert.asm
fpel.asm x86: kill fpel_mmx.c 2014-05-21 03:25:08 +02:00
fpel.h x86: hpeldsp: propagate changes across codecs 2014-05-26 15:37:04 +02:00
h263_loopfilter.asm
h263dsp_init.c
h264_chromamc_10bit.asm
h264_chromamc.asm
h264_deblock_10bit.asm
h264_deblock.asm
h264_i386.h inline asm: fix arrays as named constraints. 2014-05-07 15:02:45 +02:00
h264_idct_10bit.asm
h264_idct.asm
h264_intrapred_10bit.asm
h264_intrapred_init.c
h264_intrapred.asm
h264_qpel_8bit.asm
h264_qpel_10bit.asm
h264_qpel.c x86: hpeldsp: propagate changes across codecs 2014-05-26 15:37:04 +02:00
h264_weight_10bit.asm
h264_weight.asm
h264chroma_init.c
h264dsp_init.c
hevc_deblock.asm x86/hevc_deblock: improve chroma functions register allocation 2014-05-24 01:16:26 +02:00
hevc_mc.asm x86: hevc_mc: better register allocation 2014-05-28 17:39:34 +02:00
hevcdsp_init.c avcodec/x86/hevc: added DBF assembly functions 2014-05-16 21:11:03 +02:00
hevcdsp.h hevcdsp: include stddef.h for ptrdiff_t definition 2014-05-10 18:23:30 +02:00
hpeldsp_init.c x86: hpeldsp: propagate changes across codecs 2014-05-26 15:37:04 +02:00
hpeldsp_rnd_template.c
hpeldsp.asm x86: hpeldsp: implement SSSE3 version of _xy2 2014-05-24 15:15:56 +02:00
hpeldsp.h x86: hpeldsp: propagate changes across codecs 2014-05-26 15:37:04 +02:00
huffyuvdsp_init.c Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' 2014-05-28 00:03:59 +02:00
huffyuvdsp_mmx.c Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' 2014-05-27 23:16:06 +02:00
huffyuvdsp.asm Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' 2014-05-27 23:16:06 +02:00
huffyuvdsp.h Merge commit '0d439fbede03854eac8a978cccf21a3425a3c82d' 2014-05-27 23:16:06 +02:00
huffyuvencdsp_mmx.c Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' 2014-05-28 00:03:59 +02:00
idct_mmx_xvid.c
idct_sse2_xvid.c inline asm: fix arrays as named constraints. 2014-05-07 15:02:45 +02:00
idct_xvid.h
imdct36.asm
inline_asm.h
lossless_videodsp_init.c avcodec/lossless_videodsp: fix incompatible pointer type warning 2014-05-05 05:49:18 +02:00
lossless_videodsp.asm
lpc.c inline asm: fix arrays as named constraints. 2014-05-07 15:02:45 +02:00
Makefile Merge commit '512f3ffe9b4bb86767c2b1176554407c75fe1a5c' 2014-05-28 00:03:59 +02:00
mathops.h
mlpdsp.c
motion_est.c
mpeg4qpel.asm
mpegaudiodsp.c x86/mpegaudiodsp.c: msvc compilation error without sse/avx_external 2014-05-06 14:15:02 +02:00
mpegvideo.c
mpegvideoenc_template.c
mpegvideoenc.c
pngdsp_init.c
pngdsp.asm
proresdsp_init.c
proresdsp.asm
qpel.asm
rnd_template.c
rv34dsp_init.c
rv34dsp.asm
rv40dsp_init.c x86: hpeldsp: propagate changes across codecs 2014-05-26 15:37:04 +02:00
rv40dsp.asm
sbrdsp_init.c x86: sbrdsp: implement SSE qmf_deint_neg 2014-05-15 23:11:18 +02:00
sbrdsp.asm x86: sbrdsp: implement SSE qmf_deint_neg 2014-05-15 23:11:18 +02:00
simple_idct.c
snowdsp.c
ttadsp_init.c
ttadsp.asm
v210-init.c
v210.asm
vc1dsp_init.c vc1dsp: fix build without inline asm 2014-04-22 14:01:53 +02:00
vc1dsp_mmx.c x86: kill fpel_mmx.c 2014-05-21 03:25:08 +02:00
vc1dsp.asm
vc1dsp.h
videodsp_init.c
videodsp.asm
vorbisdsp_init.c
vorbisdsp.asm
vp3dsp_init.c
vp3dsp.asm
vp6dsp_init.c
vp6dsp.asm
vp8dsp_init.c
vp8dsp_loopfilter.asm
vp8dsp.asm
vp9dsp_init.c
vp9intrapred.asm
vp9itxfm.asm
vp9lpf.asm avcodec/x86/vp9lpf: add a comment above a bunch of SWAP. 2014-04-20 21:33:58 +02:00
vp9mc.asm
vp56_arith.h
w64xmmtest.c