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

« back to all changes in this revision

Viewing changes to libavcodec/x86/h264_weight_10bit.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:
35
35
SECTION .text
36
36
 
37
37
;-----------------------------------------------------------------------------
38
 
; void h264_weight(uint8_t *dst, int stride, int height, int log2_denom,
39
 
;                  int weight, int offset);
 
38
; void ff_h264_weight_16_10(uint8_t *dst, int stride, int height,
 
39
;                           int log2_denom, int weight, int offset);
40
40
;-----------------------------------------------------------------------------
41
41
%macro WEIGHT_PROLOGUE 0
42
42
.prologue:
151
151
 
152
152
 
153
153
;-----------------------------------------------------------------------------
154
 
; void h264_biweight(uint8_t *dst, uint8_t *src, int stride, int height,
155
 
;                    int log2_denom, int weightd, int weights, int offset);
 
154
; void ff_h264_biweight_16_10(uint8_t *dst, uint8_t *src, int stride,
 
155
;                             int height, int log2_denom, int weightd,
 
156
;                             int weights, int offset);
156
157
;-----------------------------------------------------------------------------
157
158
%if ARCH_X86_32
158
159
DECLARE_REG_TMP 3