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
49fe2807
Commit
49fe2807
authored
Jan 18, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264idct: Replace duplicate scan8 table by appropriate #include
parent
4db96649
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
19 deletions
+1
-19
h264idct_template.c
libavcodec/h264idct_template.c
+1
-19
No files found.
libavcodec/h264idct_template.c
View file @
49fe2807
...
@@ -27,25 +27,7 @@
...
@@ -27,25 +27,7 @@
#include "bit_depth_template.c"
#include "bit_depth_template.c"
#include "libavutil/common.h"
#include "libavutil/common.h"
#include "h264.h"
#ifndef AVCODEC_H264IDCT_INTERNAL_H
#define AVCODEC_H264IDCT_INTERNAL_H
//FIXME this table is a duplicate from h264data.h, and will be removed once the tables from, h264 have been split
static
const
uint8_t
scan8
[
16
*
3
]
=
{
4
+
1
*
8
,
5
+
1
*
8
,
4
+
2
*
8
,
5
+
2
*
8
,
6
+
1
*
8
,
7
+
1
*
8
,
6
+
2
*
8
,
7
+
2
*
8
,
4
+
3
*
8
,
5
+
3
*
8
,
4
+
4
*
8
,
5
+
4
*
8
,
6
+
3
*
8
,
7
+
3
*
8
,
6
+
4
*
8
,
7
+
4
*
8
,
4
+
6
*
8
,
5
+
6
*
8
,
4
+
7
*
8
,
5
+
7
*
8
,
6
+
6
*
8
,
7
+
6
*
8
,
6
+
7
*
8
,
7
+
7
*
8
,
4
+
8
*
8
,
5
+
8
*
8
,
4
+
9
*
8
,
5
+
9
*
8
,
6
+
8
*
8
,
7
+
8
*
8
,
6
+
9
*
8
,
7
+
9
*
8
,
4
+
11
*
8
,
5
+
11
*
8
,
4
+
12
*
8
,
5
+
12
*
8
,
6
+
11
*
8
,
7
+
11
*
8
,
6
+
12
*
8
,
7
+
12
*
8
,
4
+
13
*
8
,
5
+
13
*
8
,
4
+
14
*
8
,
5
+
14
*
8
,
6
+
13
*
8
,
7
+
13
*
8
,
6
+
14
*
8
,
7
+
14
*
8
};
#endif
void
FUNCC
(
ff_h264_idct_add
)(
uint8_t
*
_dst
,
int16_t
*
_block
,
int
stride
)
void
FUNCC
(
ff_h264_idct_add
)(
uint8_t
*
_dst
,
int16_t
*
_block
,
int
stride
)
{
{
...
...
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