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
7abdd026
Commit
7abdd026
authored
Feb 01, 2017
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asm: Consistently uppercase SECTION markers
parent
740b0bf0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
dnxhdenc.asm
libavcodec/x86/dnxhdenc.asm
+1
-1
hevc_idct.asm
libavcodec/x86/hevc_idct.asm
+1
-1
vc1dsp.asm
libavcodec/x86/vc1dsp.asm
+1
-1
x86inc.asm
libavutil/x86/x86inc.asm
+1
-1
No files found.
libavcodec/x86/dnxhdenc.asm
View file @
7abdd026
...
...
@@ -22,7 +22,7 @@
%include
"libavutil/x86/x86util.asm"
section
.
text
SECTION
.
text
; void get_pixels_8x4_sym_sse2(int16_t *block, const uint8_t *pixels,
; ptrdiff_t line_size)
...
...
libavcodec/x86/hevc_idct.asm
View file @
7abdd026
...
...
@@ -234,7 +234,7 @@ times 4 dw 78, -82
times
4
dw
85
,
-
88
times
4
dw
90
,
-
90
section
.
text
SECTION
.
text
; void ff_hevc_idctHxW_dc_{8,10}_<opt>(int16_t *coeffs)
; %1 = HxW
...
...
libavcodec/x86/vc1dsp.asm
View file @
7abdd026
...
...
@@ -24,7 +24,7 @@
cextern
pw_4
cextern
pw_5
section
.
text
SECTION
.
text
; dst_low, dst_high (src), zero
; zero-extends one vector from 8 to 16 bits
...
...
libavutil/x86/x86inc.asm
View file @
7abdd026
...
...
@@ -87,7 +87,7 @@
; keep supporting OS/2.
%macro
SECTION_RODATA
0
-
1
16
%
ifidn
__OUTPUT_FORMAT__
,
aout
section
.
text
SECTION
.
text
%
else
SECTION
.
rodata
align
=
%1
%
endif
...
...
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