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
07333750
Commit
07333750
authored
Feb 17, 2012
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dct-test: Add the missing ff_ prefix to the altivec functions
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
89baf359
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dct-test.c
libavcodec/dct-test.c
+3
-3
No files found.
libavcodec/dct-test.c
View file @
07333750
...
...
@@ -53,8 +53,8 @@ void ff_bfin_idct(DCTELEM *block);
void
ff_bfin_fdct
(
DCTELEM
*
block
);
// ALTIVEC
void
fdct_altivec
(
DCTELEM
*
block
);
//void idct_altivec(DCTELEM *block);?? no routine
void
f
f_f
dct_altivec
(
DCTELEM
*
block
);
//void
ff_
idct_altivec(DCTELEM *block);?? no routine
// ARM
void
ff_j_rev_dct_arm
(
DCTELEM
*
data
);
...
...
@@ -95,7 +95,7 @@ static const struct algo fdct_tab[] = {
#endif
#if HAVE_ALTIVEC
{
"altivecfdct"
,
f
dct_altivec
,
NO_PERM
,
AV_CPU_FLAG_ALTIVEC
},
{
"altivecfdct"
,
f
f_fdct_altivec
,
NO_PERM
,
AV_CPU_FLAG_ALTIVEC
},
#endif
#if ARCH_BFIN
...
...
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