ffmpeg-rockchip/libavcodec/x86
James Almer 52ec81c67d x86/hevc_res_add: add missing guards to hevc_transform_add32_8_avx2
Should fix compilation with old Yasm/Nasm versions.

Signed-off-by: James Almer <jamrial@gmail.com>
2014-09-04 23:34:01 -03:00
..
ac3dsp.asm Merge commit '57b5b84e20' 2014-04-05 19:36:21 +02:00
ac3dsp_init.c Merge commit 'b42f49e42f' 2014-04-05 19:05:00 +02:00
audiodsp.asm x86/audiodsp: move asm code out of dsputil 2014-06-22 19:53:09 +02:00
audiodsp_init.c x86/audiodsp: move asm code out of dsputil 2014-06-22 19:53:09 +02:00
blockdsp.asm Merge commit '79793f8337' 2014-07-01 15:43:40 +02:00
blockdsp_init.c Merge commit '12f129e545' 2014-07-05 19:50:05 +02:00
bswapdsp.asm x86/dsputil: move put_signed_pixels_clamped out of bswapdsp.asm 2014-06-23 22:11:18 +02:00
bswapdsp_init.c Merge commit 'c67b449beb' 2014-06-23 13:31:26 +02:00
cabac.h inline asm: fix arrays as named constraints. 2014-05-07 15:02:45 +02:00
cavsdsp.c Merge commit '7fb993d338' 2014-07-25 13:05:08 +02:00
constants.c x86: sbrdsp/fft: reuse ps_neg constant 2014-08-06 19:25:08 +02:00
constants.h x86: sbrdsp/fft: reuse ps_neg constant 2014-08-06 19:25:08 +02:00
dcadsp.asm x86/synth_filter: remove the fma3 version ifdefs 2014-04-13 11:29:28 +02:00
dcadsp_init.c x86/synth_filter: remove the fma3 version ifdefs 2014-04-13 11:29:28 +02:00
dct-test.c Merge commit 'dcb7c868ec' 2014-08-27 21:09:30 +02:00
dct32.asm x86/dct32: don't build ff_dct32_float_sse on x86_64 2014-06-09 00:51:43 +02:00
dct_init.c avcodec/x86/dct_init: fix build failure with clang && disable-optimizations 2014-06-09 19:32:41 +02:00
deinterlace.asm
dirac_dwt.c Merge commit 'c23ce454b3' 2014-07-17 22:07:52 +02:00
dirac_dwt.h
diracdsp_mmx.c Merge commit 'c23ce454b3' 2014-07-17 22:07:52 +02:00
diracdsp_mmx.h
diracdsp_yasm.asm x86: diracdsp: reuse constants 2014-08-06 19:25:02 +02:00
dnxhdenc.asm DNxHD: convert inline asm to yasm 2014-04-11 12:09:09 +02:00
dnxhdenc_init.c Merge commit '9e0b29911f' 2014-07-18 22:33:24 +02:00
dwt_yasm.asm x86: dwt: better share constants 2014-08-06 19:24:57 +02:00
fdct.c Merge commit '85cabb8d00' 2014-07-19 13:45:59 +02:00
fdct.h Merge commit '85cabb8d00' 2014-07-19 13:45:59 +02:00
fdctdsp_init.c Merge commit '85cabb8d00' 2014-07-19 13:45:59 +02:00
fft.asm x86: sbrdsp/fft: reuse ps_neg constant 2014-08-06 19:25:08 +02:00
fft.h
fft_init.c
flac_dsp_gpl.asm lavc/flacenc: partially unroll loop in flac_enc_lpc_16 2014-08-13 03:09:26 +02:00
flacdsp.asm
flacdsp_init.c lavc/flacenc: add sse4 version of the 16-bit lpc encoder 2014-08-13 01:14:47 +02:00
fmtconvert.asm
fmtconvert_init.c
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.asm
h264_chromamc_10bit.asm
h264_deblock.asm Merge commit '79793f8337' 2014-07-01 15:43:40 +02:00
h264_deblock_10bit.asm Merge commit '79793f8337' 2014-07-01 15:43:40 +02:00
h264_i386.h inline asm: fix arrays as named constraints. 2014-05-07 15:02:45 +02:00
h264_idct.asm
h264_idct_10bit.asm
h264_intrapred.asm Merge commit '79793f8337' 2014-07-01 15:43:40 +02:00
h264_intrapred_10bit.asm x86: vpx/h264/hevc/mpeg2: share constants 2014-08-06 18:36:31 +02:00
h264_intrapred_init.c Merge commit '79793f8337' 2014-07-01 15:43:40 +02:00
h264_qpel.c Merge commit '7fb993d338' 2014-07-25 13:05:08 +02:00
h264_qpel_8bit.asm
h264_qpel_10bit.asm avcodec/x86/h264_qpel_10bit: locally define pb_0 2014-06-24 02:13:43 +02:00
h264_weight.asm
h264_weight_10bit.asm
h264chroma_init.c Merge commit '01c5779f56' 2014-04-05 19:16:39 +02:00
h264dsp_init.c Merge commit '5ab03e41e5' 2014-06-26 02:58:59 +02:00
hevc_deblock.asm x86: vpx/h264/hevc/mpeg2: share constants 2014-08-06 18:36:31 +02:00
hevc_idct.asm x86/hevc_idct: add a colon to labels 2014-07-28 21:43:32 +02:00
hevc_mc.asm x86: hevc_mc: correct unneeded use of SSE4 code 2014-08-24 11:43:33 +02:00
hevc_res_add.asm x86/hevc_res_add: add missing guards to hevc_transform_add32_8_avx2 2014-09-04 23:34:01 -03:00
hevcdsp.h x86/hevc_res_add: add ff_hevc_transform_add32_8_avx2 2014-09-04 20:21:29 -03:00
hevcdsp_init.c x86/hevc_res_add: add ff_hevc_transform_add32_8_avx2 2014-09-04 20:21:29 -03:00
hpeldsp.asm x86: vpx/h264/hevc/mpeg2: share constants 2014-08-06 18:36:31 +02:00
hpeldsp.h x86: hpeldsp: propagate changes across codecs 2014-05-26 15:37:04 +02:00
hpeldsp_init.c x86: hpeldsp: propagate changes across codecs 2014-05-26 15:37:04 +02:00
hpeldsp_rnd_template.c
huffyuvdsp.asm x86util: add and use RSHIFT/LSHIFT macros 2014-06-15 13:19:27 +02:00
huffyuvdsp_init.c Merge commit '009331303a' 2014-07-05 19:11:26 +02:00
huffyuvencdsp_mmx.c Merge commit '512f3ffe9b' 2014-05-28 00:03:59 +02:00
idctdsp.asm x86: rename dsputil.asm to idctdsp.asm 2014-07-02 01:08:04 +02:00
idctdsp.h Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
idctdsp_init.c Merge commit '84d173d3de' 2014-08-08 22:17:04 +02:00
idctdsp_mmx.c Merge commit 'e3fcb14347' 2014-07-01 15:22:11 +02:00
imdct36.asm
inline_asm.h x86: better share ff_pw_2 2014-08-06 19:24:49 +02:00
lossless_audiodsp.asm apedsp: move to llauddsp 2014-06-05 20:31:59 +02:00
lossless_audiodsp_init.c apedsp: move to llauddsp 2014-06-05 20:31:59 +02:00
lossless_videodsp.asm avcodec/x86/lossless_videodsp: Fix size of values read for left/left_top 2014-06-19 05:53:41 +02:00
lossless_videodsp_init.c rename add_hfyu_left_prediction_int16 to add_hfyu_left_pred_int16 2014-05-29 19:50:44 +02:00
lpc.c inline asm: fix arrays as named constraints. 2014-05-07 15:02:45 +02:00
Makefile Merge commit 'dcb7c868ec' 2014-08-27 21:09:30 +02:00
mathops.h Fix compilation with !HAVE_6REGS. 2014-04-19 09:56:01 +02:00
me_cmp.asm Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
me_cmp_init.c Merge commit '2d60444331' 2014-07-17 23:27:40 +02:00
mlpdsp.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
mpegaudiodsp.c x86/mpegaudiodsp.c: msvc compilation error without sse/avx_external 2014-05-06 14:15:02 +02:00
mpegvideo.c Merge commit '835f798c7d' 2014-08-15 20:11:56 +02:00
mpegvideodsp.c Merge commit 'fab9df63a3' 2014-06-23 21:10:10 +02:00
mpegvideoenc.c mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 2014-08-15 01:26:33 -07:00
mpegvideoenc_qns_template.c Merge commit '8d686ca59d' 2014-07-07 15:08:55 +02:00
mpegvideoenc_template.c Merge commit '85cabb8d00' 2014-07-19 13:45:59 +02:00
mpegvideoencdsp.asm Merge commit 'c166148409' 2014-07-07 15:36:58 +02:00
mpegvideoencdsp_init.c Merge commit '3c650efb81' 2014-07-07 16:17:27 +02:00
pixblockdsp.asm avcodec: Change get_pixels() to ptrdiff_t linesize 2014-08-06 15:50:54 +02:00
pixblockdsp_init.c avcodec: Change get_pixels() to ptrdiff_t linesize 2014-08-06 15:50:54 +02:00
pngdsp.asm
pngdsp_init.c
proresdsp.asm
proresdsp_init.c Merge commit 'b4987f7219' 2014-07-18 22:01:17 +02:00
qpel.asm
qpeldsp.asm Merge commit '368f50359e' 2014-05-30 02:43:34 +02:00
qpeldsp_init.c Merge commit '7fb993d338' 2014-07-25 13:05:08 +02:00
rnd_template.c
rv34dsp.asm
rv34dsp_init.c
rv40dsp.asm Merge commit '79793f8337' 2014-07-01 15:43:40 +02:00
rv40dsp_init.c Merge commit '7fb993d338' 2014-07-25 13:05:08 +02:00
sbrdsp.asm x86: sbrdsp/fft: reuse ps_neg constant 2014-08-06 19:25:08 +02:00
sbrdsp_init.c x86: sbrdsp: implement SSE qmf_deint_neg 2014-05-15 23:11:18 +02:00
simple_idct.c Merge commit '95c0cec03a' 2014-09-03 03:19:40 +02:00
simple_idct.h Merge commit '5dcc201505' 2014-07-19 13:56:29 +02:00
snowdsp.c Merge commit 'c23ce454b3' 2014-07-17 22:07:52 +02:00
svq1enc.asm x86/svq1enc: use unaligned mov on SSE2 2014-07-06 20:27:57 +02:00
svq1enc_init.c x86/svq1enc: port ssd_int8_vs_int16 to yasm 2014-07-05 21:43:40 +02:00
ttadsp.asm x86/ttadsp: remove an unnecessary mova 2014-08-12 12:29:05 +02:00
ttadsp_init.c
v210-init.c
v210.asm lavc/x86/v210: give cpuflag to INIT macro 2014-09-05 00:35:07 +02:00
vc1dsp.asm
vc1dsp.h
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
videodsp.asm Revert "x86/videodsp: add emulated_edge_mc_mmxext" 2014-06-28 05:39:07 +02:00
videodsp_init.c Add missing "const" all over the place. 2014-08-29 18:57:25 +02:00
vorbisdsp.asm
vorbisdsp_init.c Merge commit '01c5779f56' 2014-04-05 19:16:39 +02:00
vp3dsp.asm
vp3dsp_init.c Fix compilation with !HAVE_6REGS. 2014-04-19 09:56:01 +02:00
vp6dsp.asm
vp6dsp_init.c
vp8dsp.asm x86: vpx/h264/hevc/mpeg2: share constants 2014-08-06 18:36:31 +02:00
vp8dsp_init.c Merge commit '79793f8337' 2014-07-01 15:43:40 +02:00
vp8dsp_loopfilter.asm Merge commit '79793f8337' 2014-07-01 15:43:40 +02:00
vp9dsp_init.c x86/vp9: inital AVX2 intra_pred 2014-06-08 02:37:20 +02:00
vp9intrapred.asm vp9/x86: fix bug in intra_pred_hd_32x32. 2014-08-12 13:11:21 +02:00
vp9itxfm.asm x86: vpx/h264/hevc/mpeg2: share constants 2014-08-06 18:36:31 +02:00
vp9lpf.asm x86: vpx/h264/hevc/mpeg2: share constants 2014-08-06 18:36:31 +02:00
vp9mc.asm x86: vpx/h264/hevc/mpeg2: share constants 2014-08-06 18:36:31 +02:00
vp56_arith.h Fix compilation with !HAVE_6REGS. 2014-04-19 09:56:01 +02:00
w64xmmtest.c
xvididct.h Merge commit 'dcb7c868ec' 2014-08-27 21:09:30 +02:00
xvididct_init.c Merge commit '7a1d6ddd2c' 2014-09-03 04:09:38 +02:00
xvididct_mmx.c Merge commit '8d27bf1cff' 2014-08-27 21:20:39 +02:00
xvididct_sse2.c Merge commit '8d27bf1cff' 2014-08-27 21:20:39 +02:00