~ubuntu-branches/ubuntu/utopic/libav/utopic-proposed

« back to all changes in this revision

Viewing changes to libavcodec/x86/h263_loopfilter.asm

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler, Reinhard Tartler, Rico Tzschichholz
  • Date: 2014-08-30 11:02:45 UTC
  • mfrom: (1.3.47 sid)
  • Revision ID: package-import@ubuntu.com-20140830110245-io3dg7q85wfr7125
Tags: 6:11~beta1-2
[ Reinhard Tartler ]
* Make libavcodec-dev depend on libavresample-dev

[ Rico Tzschichholz ]
* Some fixes and leftovers from soname bumps

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
%endmacro
100
100
 
101
101
INIT_MMX mmx
102
 
; void h263_v_loop_filter(uint8_t *src, int stride, int qscale)
 
102
; void ff_h263_v_loop_filter_mmx(uint8_t *src, int stride, int qscale)
103
103
cglobal h263_v_loop_filter, 3,5
104
104
    movsxdifnidn r1, r1d
105
105
    movsxdifnidn r2, r2d
140
140
%endmacro
141
141
 
142
142
 
143
 
; void h263_h_loop_filter(uint8_t *src, int stride, int qscale)
 
143
; void ff_h263_h_loop_filter_mmx(uint8_t *src, int stride, int qscale)
144
144
INIT_MMX mmx
145
145
cglobal h263_h_loop_filter, 3,5,0,32
146
146
    movsxdifnidn r1, r1d