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
60900991
Commit
60900991
authored
Jan 05, 2006
by
Mike Melanson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ugly, but necessary
Originally committed as revision 4814 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
3b6ab26c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
dsputil.c
libavcodec/dsputil.c
+4
-0
No files found.
libavcodec/dsputil.c
View file @
60900991
...
...
@@ -3643,7 +3643,9 @@ static int vsse16_c(/*MpegEncContext*/ void *c, uint8_t *s1, uint8_t *s2, int st
WARPER8_16_SQ
(
hadamard8_diff8x8_c
,
hadamard8_diff16_c
)
WARPER8_16_SQ
(
hadamard8_intra8x8_c
,
hadamard8_intra16_c
)
WARPER8_16_SQ
(
dct_sad8x8_c
,
dct_sad16_c
)
#ifdef CONFIG_GPL
WARPER8_16_SQ
(
dct264_sad8x8_c
,
dct264_sad16_c
)
#endif
WARPER8_16_SQ
(
dct_max8x8_c
,
dct_max16_c
)
WARPER8_16_SQ
(
quant_psnr8x8_c
,
quant_psnr16_c
)
WARPER8_16_SQ
(
rd8x8_c
,
rd16_c
)
...
...
@@ -3927,7 +3929,9 @@ void dsputil_init(DSPContext* c, AVCodecContext *avctx)
c
->
hadamard8_diff
[
4
]
=
hadamard8_intra16_c
;
SET_CMP_FUNC
(
dct_sad
)
SET_CMP_FUNC
(
dct_max
)
#ifdef CONFIG_GPL
SET_CMP_FUNC
(
dct264_sad
)
#endif
c
->
sad
[
0
]
=
pix_abs16_c
;
c
->
sad
[
1
]
=
pix_abs8_c
;
c
->
sse
[
0
]
=
sse16_c
;
...
...
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