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
4159db8c
Commit
4159db8c
authored
Dec 22, 2007
by
Luca Barbato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reindent
Originally committed as revision 11304 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
e36b639f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
39 deletions
+39
-39
h264_template_altivec.c
libavcodec/ppc/h264_template_altivec.c
+39
-39
No files found.
libavcodec/ppc/h264_template_altivec.c
View file @
4159db8c
...
@@ -73,7 +73,8 @@
...
@@ -73,7 +73,8 @@
dst += stride;\
dst += stride;\
src += stride;
src += stride;
void
PREFIX_h264_chroma_mc8_altivec
(
uint8_t
*
dst
,
uint8_t
*
src
,
int
stride
,
int
h
,
int
x
,
int
y
)
{
void
PREFIX_h264_chroma_mc8_altivec
(
uint8_t
*
dst
,
uint8_t
*
src
,
int
stride
,
int
h
,
int
x
,
int
y
)
{
POWERPC_PERF_DECLARE
(
PREFIX_h264_chroma_mc8_num
,
1
);
POWERPC_PERF_DECLARE
(
PREFIX_h264_chroma_mc8_num
,
1
);
DECLARE_ALIGNED_16
(
signed
int
,
ABCD
[
4
])
=
DECLARE_ALIGNED_16
(
signed
int
,
ABCD
[
4
])
=
{((
8
-
x
)
*
(
8
-
y
)),
{((
8
-
x
)
*
(
8
-
y
)),
...
@@ -171,7 +172,6 @@ void PREFIX_h264_chroma_mc8_altivec(uint8_t * dst, uint8_t * src, int stride, in
...
@@ -171,7 +172,6 @@ void PREFIX_h264_chroma_mc8_altivec(uint8_t * dst, uint8_t * src, int stride, in
CHROMA_MC8_ALTIVEC_CORE_SIMPLE
CHROMA_MC8_ALTIVEC_CORE_SIMPLE
}
}
}
}
}
}
POWERPC_PERF_STOP_COUNT
(
PREFIX_h264_chroma_mc8_num
,
1
);
POWERPC_PERF_STOP_COUNT
(
PREFIX_h264_chroma_mc8_num
,
1
);
}
}
...
...
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