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
3b3db02f
Commit
3b3db02f
authored
May 06, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/x86/hevcdsp_init: fix build on 32bit
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
7a2491c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
hevcdsp_init.c
libavcodec/x86/hevcdsp_init.c
+3
-0
No files found.
libavcodec/x86/hevcdsp_init.c
View file @
3b3db02f
...
...
@@ -28,6 +28,7 @@
#include "libavcodec/hevcdsp.h"
#include "libavcodec/x86/hevcdsp.h"
#if ARCH_X86_64
#define mc_rep_func(name, bitd, step, W) \
void ff_hevc_put_hevc_##name##W##_##bitd##_sse4(int16_t *_dst, ptrdiff_t dststride, \
...
...
@@ -316,6 +317,8 @@ mc_bi_w_funcs(qpel_h, 10);
mc_bi_w_funcs
(
qpel_v
,
10
);
mc_bi_w_funcs
(
qpel_hv
,
10
);
#endif //ARCH_X86_64
#define EPEL_LINKS(pointer, my, mx, fname, bitd) \
PEL_LINK(pointer, 1, my , mx , fname##4 , bitd ); \
...
...
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