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
8eff61fd
Commit
8eff61fd
authored
Jul 23, 2015
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/mips/vp9_idct_msa: Replace __volatile__ by volatile
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
c03800d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vp9_idct_msa.c
libavcodec/mips/vp9_idct_msa.c
+2
-2
No files found.
libavcodec/mips/vp9_idct_msa.c
View file @
8eff61fd
...
...
@@ -1177,7 +1177,7 @@ static void vp9_idct16x16_10_colcol_addblk_msa(int16_t *input, uint8_t *dst,
/* short case just considers top 4 rows as valid output */
out
+=
4
*
16
;
for
(
i
=
12
;
i
--
;)
{
__asm__
__volatile__
(
__asm__
volatile
(
"sw $zero, 0(%[out])
\n\t
"
"sw $zero, 4(%[out])
\n\t
"
"sw $zero, 8(%[out])
\n\t
"
...
...
@@ -1938,7 +1938,7 @@ static void vp9_idct32x32_34_colcol_addblk_msa(int16_t *input, uint8_t *dst,
int16_t
tmp_buf
[
8
*
32
]
ALLOC_ALIGNED
(
ALIGNMENT
);
for
(
i
=
32
;
i
--
;)
{
__asm__
__volatile__
(
__asm__
volatile
(
"sw $zero, (%[out_ptr])
\n\t
"
"sw $zero, 4(%[out_ptr])
\n\t
"
"sw $zero, 8(%[out_ptr])
\n\t
"
...
...
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