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
b0b0d7e7
Commit
b0b0d7e7
authored
Jun 07, 2007
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FAAN is not x86-specific.
Originally committed as revision 9242 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
716f6b47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dct-test.c
libavcodec/dct-test.c
+1
-1
No files found.
libavcodec/dct-test.c
View file @
b0b0d7e7
...
...
@@ -84,6 +84,7 @@ struct algo {
struct
algo
algos
[]
=
{
DCT_ERROR
(
"REF-DBL"
,
0
,
fdct
,
fdct
,
NO_PERM
),
DCT_ERROR
(
"FAAN"
,
0
,
ff_faandct
,
fdct
,
FAAN_SCALE
),
DCT_ERROR
(
"IJG-AAN-INT"
,
0
,
fdct_ifast
,
fdct
,
SCALE_PERM
),
DCT_ERROR
(
"IJG-LLM-INT"
,
0
,
ff_jpeg_fdct_islow
,
fdct
,
NO_PERM
),
DCT_ERROR
(
"REF-DBL"
,
1
,
idct
,
idct
,
NO_PERM
),
...
...
@@ -93,7 +94,6 @@ struct algo algos[] = {
#ifdef ARCH_X86
DCT_ERROR
(
"MMX"
,
0
,
ff_fdct_mmx
,
fdct
,
NO_PERM
),
DCT_ERROR
(
"MMX2"
,
0
,
ff_fdct_mmx2
,
fdct
,
NO_PERM
),
DCT_ERROR
(
"FAAN"
,
0
,
ff_faandct
,
fdct
,
FAAN_SCALE
),
DCT_ERROR
(
"LIBMPEG2-MMX"
,
1
,
ff_mmx_idct
,
idct
,
MMX_PERM
),
DCT_ERROR
(
"LIBMPEG2-MMXEXT"
,
1
,
ff_mmxext_idct
,
idct
,
MMX_PERM
),
...
...
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