~ubuntu-branches/ubuntu/saucy/gst-libav1.0/saucy-proposed

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/libavcodec/x86/deinterlace.asm

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2013-07-30 09:00:15 UTC
  • mfrom: (1.1.16) (7.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20130730090015-sc1ou2yssu7q5w4e
Tags: 1.1.3-1
* New upstream development snapshot:
  + debian/control:
    - Build depend on GStreamer and gst-plugins-base >= 1.1.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21
21
;******************************************************************************
22
22
 
23
 
%include "x86inc.asm"
24
 
%include "x86util.asm"
 
23
%include "libavutil/x86/x86util.asm"
25
24
 
26
25
SECTION_RODATA
27
26
 
39
38
%endif
40
39
    pxor  mm7, mm7
41
40
    movq  mm6, [pw_4]
42
 
.nextrow
 
41
.nextrow:
43
42
    movd  mm0, [lum_m4q]
44
43
    movd  mm1, [lum_m3q]
45
44
    movd  mm2, [lum_m2q]