~ubuntu-branches/debian/experimental/libav/experimental

« back to all changes in this revision

Viewing changes to libavcodec/x86/sbrdsp.asm

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-08-10 09:45:02 UTC
  • mfrom: (1.1.28) (2.1.45 sid)
  • Revision ID: package-import@ubuntu.com-20140810094502-p8pds4kq0zpig5oq
Tags: 6:11~alpha1-1
* New upstream Release v11
  - Fixes Unchecked conversion from double to enum (Closes: #749164)
* Add some post v11_alpha1 patches from upstream
* All SONAMEs bumped because of internal changes, but external API is
  promised to have not changed

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
.end:
119
119
    RET
120
120
 
121
 
; static void sbr_hf_gen_c(float (*X_high)[2], const float (*X_low)[2],
122
 
;                          const float alpha0[2], const float alpha1[2],
123
 
;                          float bw, int start, int end)
 
121
; void ff_sbr_hf_gen_sse(float (*X_high)[2], const float (*X_low)[2],
 
122
;                        const float alpha0[2], const float alpha1[2],
 
123
;                        float bw, int start, int end)
124
124
;
125
125
cglobal sbr_hf_gen, 4,4,8, X_high, X_low, alpha0, alpha1, BW, S, E
126
126
    ; load alpha factors
247
247
    REP_RET
248
248
 
249
249
INIT_XMM sse2
250
 
; sbr_qmf_deint_bfly(float *v, const float *src0, const float *src1)
 
250
; void ff_sbr_qmf_deint_bfly_sse2(float *v, const float *src0, const float *src1)
251
251
cglobal sbr_qmf_deint_bfly, 3,5,8, v,src0,src1,vrev,c
252
252
    mov               cq, 64*4-2*mmsize
253
253
    lea            vrevq, [vq + 64*4]