Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
52be5428
Commit
52be5428
authored
Aug 31, 2012
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some missing _EXTERNAL suffixes to yasm source files.
parent
9cb91999
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
20 additions
and
20 deletions
+20
-20
ac3dsp.asm
libavcodec/x86/ac3dsp.asm
+1
-1
h264_deblock.asm
libavcodec/x86/h264_deblock.asm
+3
-3
h264_deblock_10bit.asm
libavcodec/x86/h264_deblock_10bit.asm
+4
-4
imdct36.asm
libavcodec/x86/imdct36.asm
+2
-2
proresdsp.asm
libavcodec/x86/proresdsp.asm
+1
-1
v210.asm
libavcodec/x86/v210.asm
+2
-2
audio_convert.asm
libswresample/x86/audio_convert.asm
+1
-1
rematrix.asm
libswresample/x86/rematrix.asm
+1
-1
input.asm
libswscale/x86/input.asm
+3
-3
output.asm
libswscale/x86/output.asm
+2
-2
No files found.
libavcodec/x86/ac3dsp.asm
View file @
52be5428
...
...
@@ -68,7 +68,7 @@ cglobal ac3_exponent_min_%1, 3,4,2, exp, reuse_blks, expn, offset
%define
LOOP_ALIGN
INIT_MMX
AC3_EXPONENT_MIN
mmx
%if
HAVE_MMXEXT
%if
HAVE_MMXEXT
_EXTERNAL
%define
PMINUB
PMINUB_MMXEXT
%define
LOOP_ALIGN
ALIGN
16
AC3_EXPONENT_MIN
mmxext
...
...
libavcodec/x86/h264_deblock.asm
View file @
52be5428
...
...
@@ -390,7 +390,7 @@ cglobal deblock_h_luma_8, 5,9
INIT_XMM
sse2
DEBLOCK_LUMA
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
DEBLOCK_LUMA
%endif
...
...
@@ -511,7 +511,7 @@ INIT_MMX mmx2
DEBLOCK_LUMA
v8
,
8
INIT_XMM
sse2
DEBLOCK_LUMA
v
,
16
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
DEBLOCK_LUMA
v
,
16
%endif
...
...
@@ -785,7 +785,7 @@ cglobal deblock_h_luma_intra_8, 2,4
INIT_XMM
sse2
DEBLOCK_LUMA_INTRA
v
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
DEBLOCK_LUMA_INTRA
v
%endif
...
...
libavcodec/x86/h264_deblock_10bit.asm
View file @
52be5428
...
...
@@ -418,7 +418,7 @@ cglobal deblock_h_luma_10, 5,7,15
INIT_XMM
sse2
DEBLOCK_LUMA_64
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
DEBLOCK_LUMA_64
%endif
...
...
@@ -715,7 +715,7 @@ cglobal deblock_h_luma_intra_10, 4,7,16
INIT_XMM
sse2
DEBLOCK_LUMA_INTRA_64
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
DEBLOCK_LUMA_INTRA_64
%endif
...
...
@@ -802,7 +802,7 @@ DEBLOCK_LUMA_INTRA
INIT_XMM
sse2
DEBLOCK_LUMA
DEBLOCK_LUMA_INTRA
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
DEBLOCK_LUMA
DEBLOCK_LUMA_INTRA
...
...
@@ -918,7 +918,7 @@ DEBLOCK_CHROMA
%endif
INIT_XMM
sse2
DEBLOCK_CHROMA
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
DEBLOCK_CHROMA
%endif
libavcodec/x86/imdct36.asm
View file @
52be5428
...
...
@@ -371,7 +371,7 @@ DEFINE_IMDCT
INIT_XMM
ssse3
DEFINE_IMDCT
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
DEFINE_IMDCT
%endif
...
...
@@ -719,7 +719,7 @@ cglobal four_imdct36_float, 5,5,16, out, buf, in, win, tmp
INIT_XMM
sse
DEFINE_FOUR_IMDCT
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
DEFINE_FOUR_IMDCT
%endif
libavcodec/x86/proresdsp.asm
View file @
52be5428
...
...
@@ -319,7 +319,7 @@ INIT_XMM sse2
idct_put_fn
16
INIT_XMM
sse4
idct_put_fn
16
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
idct_put_fn
16
%endif
...
...
libavcodec/x86/v210.asm
View file @
52be5428
...
...
@@ -76,14 +76,14 @@ cglobal v210_planar_unpack_%1_%2, 5, 5
INIT_XMM
v210_planar_unpack
unaligned
,
ssse3
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_AVX
v210_planar_unpack
unaligned
,
avx
%endif
INIT_XMM
v210_planar_unpack
aligned
,
ssse3
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_AVX
v210_planar_unpack
aligned
,
avx
%endif
libswresample/x86/audio_convert.asm
View file @
52be5428
...
...
@@ -446,7 +446,7 @@ PACK_6CH float, int32, a, 2, 2, INT32_TO_FLOAT_N, INT32_TO_FLOAT_INIT
PACK_6CH
int32
,
float
,
u
,
2
,
2
,
FLOAT_TO_INT32_N
,
FLOAT_TO_INT32_INIT
PACK_6CH
int32
,
float
,
a
,
2
,
2
,
FLOAT_TO_INT32_N
,
FLOAT_TO_INT32_INIT
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
PACK_6CH
float
,
float
,
u
,
2
,
2
,
NOP_N
,
NOP_N
PACK_6CH
float
,
float
,
a
,
2
,
2
,
NOP_N
,
NOP_N
...
...
libswresample/x86/rematrix.asm
View file @
52be5428
...
...
@@ -243,7 +243,7 @@ MIX1_INT16 a
MIX2_INT16
u
MIX2_INT16
a
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_YMM
avx
MIX2_FLT
u
MIX2_FLT
a
...
...
libswscale/x86/input.asm
View file @
52be5428
...
...
@@ -304,7 +304,7 @@ RGB24_FUNCS 10, 12
INIT_XMM
ssse3
RGB24_FUNCS
11
,
13
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
RGB24_FUNCS
11
,
13
%endif
...
...
@@ -450,7 +450,7 @@ RGB32_FUNCS 0, 0
INIT_XMM
sse2
RGB32_FUNCS
8
,
12
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
RGB32_FUNCS
8
,
12
%endif
...
...
@@ -660,7 +660,7 @@ YUYV_TO_UV_FN 3, uyvy
NVXX_TO_UV_FN
5
,
nv12
NVXX_TO_UV_FN
5
,
nv21
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
; in theory, we could write a yuy2-to-y using vpand (i.e. AVX), but
; that's not faster in practice
...
...
libswscale/x86/output.asm
View file @
52be5428
...
...
@@ -267,7 +267,7 @@ yuv2planeX_fn 9, 7, 5
yuv2planeX_fn
10
,
7
,
5
yuv2planeX_fn
16
,
8
,
5
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
yuv2planeX_fn
8
,
10
,
7
yuv2planeX_fn
9
,
7
,
5
...
...
@@ -407,7 +407,7 @@ yuv2plane1_fn 16, 6, 3
INIT_XMM
sse4
yuv2plane1_fn
16
,
5
,
3
%if
HAVE_AVX
%if
HAVE_AVX
_EXTERNAL
INIT_XMM
avx
yuv2plane1_fn
8
,
5
,
5
yuv2plane1_fn
9
,
5
,
3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment