summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_firstpass.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-05-14 20:22:50 -0700
committerJames Zern <jzern@google.com>2015-05-15 10:43:47 -0700
commit700b7fd0a995ea203d9606ce51abf9dbd6fbe7f9 (patch)
tree2fc7f47f33fa2ef7c6a9c540f3c68c10e029864a /vp9/encoder/vp9_firstpass.c
parent8515e62e6b6495590634a0f6d3a2c89192bd0a55 (diff)
downloadlibvpx-700b7fd0a995ea203d9606ce51abf9dbd6fbe7f9.tar
libvpx-700b7fd0a995ea203d9606ce51abf9dbd6fbe7f9.tar.gz
libvpx-700b7fd0a995ea203d9606ce51abf9dbd6fbe7f9.tar.bz2
libvpx-700b7fd0a995ea203d9606ce51abf9dbd6fbe7f9.zip
vp9/encoder: make some functions static
silences missing prototype warnings Change-Id: I3338fcaa67b5dcdf6bf237e8b374db3befd18753
Diffstat (limited to 'vp9/encoder/vp9_firstpass.c')
-rw-r--r--vp9/encoder/vp9_firstpass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/encoder/vp9_firstpass.c b/vp9/encoder/vp9_firstpass.c
index 9da4fc484..88b10307d 100644
--- a/vp9/encoder/vp9_firstpass.c
+++ b/vp9/encoder/vp9_firstpass.c
@@ -2414,7 +2414,7 @@ static void find_next_key_frame(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) {
}
// Define the reference buffers that will be updated post encode.
-void configure_buffer_updates(VP9_COMP *cpi) {
+static void configure_buffer_updates(VP9_COMP *cpi) {
TWO_PASS *const twopass = &cpi->twopass;
cpi->rc.is_src_frame_alt_ref = 0;
@@ -2461,7 +2461,7 @@ void configure_buffer_updates(VP9_COMP *cpi) {
}
}
-int is_skippable_frame(const VP9_COMP *cpi) {
+static int is_skippable_frame(const VP9_COMP *cpi) {
// If the current frame does not have non-zero motion vector detected in the
// first pass, and so do its previous and forward frames, then this frame
// can be skipped for partition check, and the partition size is assigned