Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
libvpx
Commits
315e3c25
Commit
315e3c25
authored
14 years ago
by
Gaute Strokkenes
Committed by
John Koleszar
14 years ago
Browse files
Options
Download
Patches
Plain Diff
Put more code under #if CONFIG_MULTITHREAD.
Change-Id: Icf4b692099d7d249fe3553852b1022b027b28e4b
parent
350ffe8d
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
vp8/common/threading.h
+2
-4
vp8/common/threading.h
vp8/decoder/decodframe.c
+6
-0
vp8/decoder/decodframe.c
vp8/decoder/onyxd_if.c
+5
-1
vp8/decoder/onyxd_if.c
vp8/decoder/onyxd_int.h
+3
-2
vp8/decoder/onyxd_int.h
vp8/decoder/reconintra_mt.c
+0
-45
vp8/decoder/reconintra_mt.c
vp8/decoder/threading.c
+0
-47
vp8/decoder/threading.c
vp8/encoder/bitstream.c
+5
-3
vp8/encoder/bitstream.c
vp8/encoder/encodeframe.c
+20
-21
vp8/encoder/encodeframe.c
vp8/encoder/ethreading.c
+3
-15
vp8/encoder/ethreading.c
vp8/encoder/onyx_if.c
+9
-0
vp8/encoder/onyx_if.c
vp8/encoder/onyx_int.h
+1
-3
vp8/encoder/onyx_int.h
vp8/vp8cx.mk
+1
-1
vp8/vp8cx.mk
vp8/vp8dx.mk
+1
-1
vp8/vp8dx.mk
with
56 additions
and
143 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets