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
7a259a5f
Commit
7a259a5f
authored
Feb 09, 2013
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix libpostproc compilation on x86_32 with disable-optimizations.
parent
b46a8f05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
postprocess_template.c
libpostproc/postprocess_template.c
+2
-2
No files found.
libpostproc/postprocess_template.c
View file @
7a259a5f
...
...
@@ -1089,7 +1089,7 @@ static inline void RENAME(doVertDefFilter)(uint8_t src[], int stride, PPContext
#if !TEMPLATE_PP_ALTIVEC
static
inline
void
RENAME
(
dering
)(
uint8_t
src
[],
int
stride
,
PPContext
*
c
)
{
#if
TEMPLATE_PP_MMXEXT || TEMPLATE_PP_3DNOW
#if
HAVE_7REGS && (TEMPLATE_PP_MMXEXT || TEMPLATE_PP_3DNOW)
DECLARE_ALIGNED
(
8
,
uint64_t
,
tmp
)[
3
];
__asm__
volatile
(
"pxor %%mm6, %%mm6
\n\t
"
...
...
@@ -1315,7 +1315,7 @@ DERING_CORE((%0, %1, 8) ,(%%REGd, %1, 4),%%mm2,%%mm4,%%mm0,%%mm3,%%mm5,%%mm1,
:
:
"r"
(
src
),
"r"
((
x86_reg
)
stride
),
"m"
(
c
->
pQPb
),
"m"
(
c
->
pQPb2
),
"q"
(
tmp
)
:
"%"
REG_a
,
"%"
REG_d
);
#else //
TEMPLATE_PP_MMXEXT || TEMPLATE_PP_3DNOW
#else //
HAVE_7REGS && (TEMPLATE_PP_MMXEXT || TEMPLATE_PP_3DNOW)
int
y
;
int
min
=
255
;
int
max
=
0
;
...
...
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