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
3c4f47e8
Commit
3c4f47e8
authored
12 years ago
by
Ronald S. Bultje
Browse files
Options
Download
Patches
Plain Diff
Place non-static function prototypes in a header file.
Change-Id: I7cd21b9f1e69f4e0b3338bfe27b3c67e4b47de58
parent
06f3e51d
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
vp9/common/postproc.c
+1
-4
vp9/common/postproc.c
vp9/common/reconintra.h
+1
-1
vp9/common/reconintra.h
vp9/common/rtcd_defs.sh
+6
-0
vp9/common/rtcd_defs.sh
vp9/common/textblit.c
+1
-0
vp9/common/textblit.c
vp9/common/textblit.h
+19
-0
vp9/common/textblit.h
vp9/decoder/decodframe.c
+1
-0
vp9/decoder/decodframe.c
vp9/decoder/decodframe.h
+19
-0
vp9/decoder/decodframe.h
vp9/decoder/dequantize.c
+1
-13
vp9/decoder/dequantize.c
vp9/decoder/idct_blk.c
+1
-18
vp9/decoder/idct_blk.c
vp9/decoder/onyxd_if.c
+1
-1
vp9/decoder/onyxd_if.c
vp9/encoder/encodeframe.c
+32
-51
vp9/encoder/encodeframe.c
vp9/encoder/encodeframe.h
+21
-0
vp9/encoder/encodeframe.h
vp9/encoder/firstpass.c
+2
-11
vp9/encoder/firstpass.c
vp9/encoder/onyx_if.c
+1
-14
vp9/encoder/onyx_if.c
vp9/encoder/onyx_int.h
+5
-3
vp9/encoder/onyx_int.h
vp9/encoder/picklpf.c
+1
-2
vp9/encoder/picklpf.c
vp9/encoder/picklpf.h
+26
-0
vp9/encoder/picklpf.h
vp9/encoder/rdopt.c
+6
-62
vp9/encoder/rdopt.c
vp9/encoder/rdopt.h
+9
-4
vp9/encoder/rdopt.h
vp9/encoder/temporal_filter.h
+4
-0
vp9/encoder/temporal_filter.h
with
158 additions
and
184 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