~ubuntu-branches/debian/squeeze/gstreamer0.10-ffmpeg/squeeze

« back to all changes in this revision

Viewing changes to gst-libs/ext/ffmpeg/libavcodec/x86/h264_idct_sse2.asm

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-19 18:14:59 UTC
  • mfrom: (4.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20100219181459-mect96st3px2jfsi
Tags: 0.10.9.2-1
* New upstream pre-release:
  + debian/patches/03_restricted-caps.patch,
    debian/patches/04_ignore-vdpau.patch:
    - Dropped, merged upstream.
* debian/patches/03_too-new-codec-ids.patch:
  + Disable some ffmpeg codec IDs because Debian's
    ffmpeg is once again too old...

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
SECTION .text
33
33
 
34
 
%macro IDCT4_1D 6
35
 
    SUMSUB_BA   m%3, m%1
36
 
    SUMSUBD2_AB m%2, m%4, m%6, m%5
37
 
    SUMSUB_BADC m%2, m%3, m%5, m%1
38
 
    SWAP %1, %2, %5, %4, %3
39
 
%endmacro
40
 
 
41
34
INIT_XMM
42
 
cglobal x264_add8x4_idct_sse2, 3,3
 
35
cglobal x264_add8x4_idct_sse2, 3,3,8
43
36
    movq   m0, [r1+ 0]
44
37
    movq   m1, [r1+ 8]
45
38
    movq   m2, [r1+16]