FFmpeg/tests/checkasm
Clément Bœsch 83cd80d10a Merge commit '12004a9a7f'
* commit '12004a9a7f':
  audiodsp/x86: yasmify vector_clipf_sse
  audiodsp: reorder arguments for vector_clipf

Merged the version from Libav after a discussion with James Almer on
IRC:

19:22 <ubitux> jamrial: opinion on 12004a9a7f?
19:23 <ubitux> it was apparently yasmified differently
19:23 <ubitux> (it depends on the previous commit arg shuffle)
19:24 <ubitux> i don't see the magic movsxdifnidn in your port btw
19:24 <ubitux> it's a port from 1d36defe94
19:25 <jamrial> seems better thanks to said arg shuffle
19:25 <jamrial> the loop is the same, but init is simpler
19:25 <jamrial> probably worth merging
19:25 <ubitux> OK
19:25 <ubitux> thanks
19:26 <jamrial> curious they didn't make len ptrdiff_t after the previous bunch of commits, heh
19:26 <ubitux> yeah indeed

Both commits are merged at the same time to prevent a conflict with our
existing yasmified ff_vector_clipf_sse.

Merged-by: Clément Bœsch <u@pkh.me>
2017-03-20 22:35:07 +01:00
..
aarch64 Merge commit 'fec76cd430' 2016-01-19 08:50:44 +01:00
arm Merge commit '6f9e34baea' 2017-02-02 11:22:04 +01:00
x86 x86inc: Add debug symbols indicating sizes of compiled functions 2016-01-23 20:46:28 +01:00
.gitignore Split global .gitignore file into per-directory files 2016-05-13 14:55:56 +02:00
alacdsp.c checkasm: add alacdsp tests 2015-10-06 20:25:49 -03:00
audiodsp.c Merge commit '12004a9a7f' 2017-03-20 22:35:07 +01:00
blockdsp.c Merge commit '2eb97af66a' 2017-03-20 19:05:05 +01:00
bswapdsp.c checkasm: Explicitly declare function prototypes 2015-08-20 19:22:34 +02:00
checkasm.c Merge commit 'e9ef617139' 2017-03-20 19:10:56 +01:00
checkasm.h Merge commit 'e9ef617139' 2017-03-20 19:10:56 +01:00
flacdsp.c checkasm: add flacdsp decorrelate tests 2015-09-17 15:33:07 -03:00
fmtconvert.c Merge commit '489e6add44' 2016-01-02 12:50:13 +01:00
h264dsp.c Merge commit 'e48746deec' 2016-11-13 23:02:39 +01:00
h264pred.c Merge commit '41ed7ab45f' 2016-06-21 21:55:34 +02:00
h264qpel.c Merge commit '711781d7a1' 2016-01-02 11:55:44 +01:00
hevc_idct.c Merge commit '9064777dbb' 2017-02-02 11:40:58 +01:00
jpeg2000dsp.c checkasm: add jpeg2000dsp rct_int tests 2015-09-20 00:49:35 -03:00
Makefile Merge commit 'e9ef617139' 2017-03-20 19:10:56 +01:00
pixblockdsp.c Merge commit 'de452e5037' 2017-03-20 15:58:32 +01:00
synth_filter.c Merge commit '568a4323fb' 2016-01-02 12:45:34 +01:00
v210enc.c checkasm: v210: Fix array overwrite 2015-09-17 10:33:06 +02:00
vf_blend.c checkasm: bench each vf_blend mode once 2016-02-22 13:54:07 -03:00
vf_colorspace.c tests/checkasm/vf_colorspace: Make bpp_mask const 2016-04-13 22:39:41 +02:00
videodsp.c checkasm: add videodsp emulated_edge_mc test. 2016-01-21 10:25:27 -05:00
vp8dsp.c Merge commit '87c6c78604' 2017-03-19 15:11:44 -03:00
vp9dsp.c arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32 2017-01-14 21:13:30 +01:00