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
907fc60f
Commit
907fc60f
authored
Dec 22, 2007
by
Luca Barbato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics
Originally committed as revision 11299 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
9fa35729
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
h264_template_altivec.c
libavcodec/ppc/h264_template_altivec.c
+3
-3
No files found.
libavcodec/ppc/h264_template_altivec.c
View file @
907fc60f
...
...
@@ -30,9 +30,9 @@ void PREFIX_h264_chroma_mc8_altivec(uint8_t * dst, uint8_t * src, int stride, in
POWERPC_PERF_DECLARE
(
PREFIX_h264_chroma_mc8_num
,
1
);
DECLARE_ALIGNED_16
(
signed
int
,
ABCD
[
4
])
=
{((
8
-
x
)
*
(
8
-
y
)),
((
x
)
*
(
8
-
y
)),
((
8
-
x
)
*
(
y
)),
((
x
)
*
(
y
))};
((
x
)
*
(
8
-
y
)),
((
8
-
x
)
*
(
y
)),
((
x
)
*
(
y
))};
register
int
i
;
vec_u8_t
fperm
;
const
vec_s32_t
vABCD
=
vec_ld
(
0
,
ABCD
);
...
...
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