summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_bitstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/encoder/vp9_bitstream.h')
-rw-r--r--vp9/encoder/vp9_bitstream.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_bitstream.h b/vp9/encoder/vp9_bitstream.h
index 94bec8a43..ddfd0ed4f 100644
--- a/vp9/encoder/vp9_bitstream.h
+++ b/vp9/encoder/vp9_bitstream.h
@@ -16,7 +16,11 @@
extern "C" {
#endif
-void vp9_update_skip_probs(VP9_COMMON *cm, vp9_writer *bc);
+struct VP9_COMP;
+
+void vp9_entropy_mode_init();
+
+void vp9_pack_bitstream(struct VP9_COMP *cpi, uint8_t *dest, size_t *size);
#ifdef __cplusplus
} // extern "C"