]> granicus.if.org Git - libx264/commit
amd64 asm patch, part1.
authorLoren Merritt <pengvado@videolan.org>
Tue, 19 Apr 2005 18:35:45 +0000 (18:35 +0000)
committerLoren Merritt <pengvado@videolan.org>
Tue, 19 Apr 2005 18:35:45 +0000 (18:35 +0000)
commit413d8fa90917044e0ffaffb7009ccbc8059c61b0
tree04f82f16e9d1102afbdf04f0ba253c8b75caf2a0
parent7d35ba6bf080610d8f144f4270e961c69ba14f1c
amd64 asm patch, part1.

git-svn-id: svn://svn.videolan.org/x264/trunk@212 df754926-b1dd-0310-bc7b-ec298dee348c
13 files changed:
common/amd64/cpu-a.asm [new file with mode: 0644]
common/amd64/dct-a.asm [new file with mode: 0644]
common/amd64/dct-c.c [new file with mode: 0644]
common/amd64/dct.h [new file with mode: 0644]
common/amd64/mc-a.asm [new file with mode: 0644]
common/amd64/mc-a2.asm [new file with mode: 0644]
common/amd64/mc-c.c [new file with mode: 0644]
common/amd64/mc.h [new file with mode: 0644]
common/amd64/pixel-a.asm [new file with mode: 0644]
common/amd64/pixel.h [new file with mode: 0644]
common/amd64/predict-a.asm [new file with mode: 0644]
common/amd64/predict.c [new file with mode: 0644]
common/amd64/predict.h [new file with mode: 0644]