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
0cfa9713
Commit
0cfa9713
authored
Aug 11, 2001
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
export for imgconvert usage
Originally committed as revision 67 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
219b06c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
dsputil.c
libavcodec/dsputil.c
+1
-1
dsputil.h
libavcodec/dsputil.h
+1
-0
No files found.
libavcodec/dsputil.c
View file @
0cfa9713
...
...
@@ -31,7 +31,7 @@ op_pixels_abs_func pix_abs16x16_x2;
op_pixels_abs_func
pix_abs16x16_y2
;
op_pixels_abs_func
pix_abs16x16_xy2
;
static
UINT8
cropTbl
[
256
+
2
*
MAX_NEG_CROP
];
UINT8
cropTbl
[
256
+
2
*
MAX_NEG_CROP
];
UINT32
squareTbl
[
512
];
extern
UINT16
default_intra_matrix
[
64
];
...
...
libavcodec/dsputil.h
View file @
0cfa9713
...
...
@@ -25,6 +25,7 @@ extern UINT8 zigzag_direct[64];
/* temporary */
extern
UINT32
squareTbl
[
512
];
extern
UINT8
cropTbl
[
256
+
2
*
MAX_NEG_CROP
];
void
dsputil_init
(
void
);
...
...
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