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
acdd2d80
Commit
acdd2d80
authored
Dec 07, 2016
by
James Darnley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/h264: resolve assert being triggered when stack is not aligned
32-bit msvc.
parent
0c0da45f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
h264_deblock_10bit.asm
libavcodec/x86/h264_deblock_10bit.asm
+2
-2
No files found.
libavcodec/x86/h264_deblock_10bit.asm
View file @
acdd2d80
...
...
@@ -1001,7 +1001,7 @@ cglobal deblock_v_chroma_intra_10, 4,6-(mmsize/16),8*(mmsize/16)
; void ff_deblock_h_chroma_10(uint16_t *pix, int stride, int alpha, int beta,
; int8_t *tc0)
;-----------------------------------------------------------------------------
cglobal
deblock_h_chroma_10
,
5
,
7
,
8
,
2
*
mmsize
,
pix_
,
stride_
,
alpha_
,
beta_
,
tc0_
cglobal
deblock_h_chroma_10
,
5
,
7
,
8
,
0
-
2
*
mmsize
,
pix_
,
stride_
,
alpha_
,
beta_
,
tc0_
shl
alpha_d
,
2
shl
beta_d
,
2
mov
r5
,
pix_q
...
...
@@ -1036,7 +1036,7 @@ RET
; void ff_deblock_h_chroma422_10(uint16_t *pix, int stride, int alpha, int beta,
; int8_t *tc0)
;-----------------------------------------------------------------------------
cglobal
deblock_h_chroma422_10
,
5
,
7
,
8
,
3
*
mmsize
,
pix_
,
stride_
,
alpha_
,
beta_
,
tc0_
cglobal
deblock_h_chroma422_10
,
5
,
7
,
8
,
0
-
3
*
mmsize
,
pix_
,
stride_
,
alpha_
,
beta_
,
tc0_
shl
alpha_d
,
2
shl
beta_d
,
2
...
...
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