summaryrefslogtreecommitdiff
path: root/vp8/encoder/onyx_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/onyx_int.h')
-rw-r--r--vp8/encoder/onyx_int.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/vp8/encoder/onyx_int.h b/vp8/encoder/onyx_int.h
index c95600c79..f768ec5a1 100644
--- a/vp8/encoder/onyx_int.h
+++ b/vp8/encoder/onyx_int.h
@@ -757,16 +757,13 @@ typedef struct VP8_COMP {
} VP8_COMP;
-void control_data_rate(VP8_COMP *cpi);
-
void vp9_encode_frame(VP8_COMP *cpi);
-void vp9_pack_bitstream(VP8_COMP *cpi, unsigned char *dest, unsigned long *size);
+void vp9_pack_bitstream(VP8_COMP *cpi, unsigned char *dest,
+ unsigned long *size);
void vp9_activity_masking(VP8_COMP *cpi, MACROBLOCK *x);
-int rd_cost_intra_mb(MACROBLOCKD *x);
-
void vp9_tokenize_mb(VP8_COMP *, MACROBLOCKD *, TOKENEXTRA **, int dry_run);
void vp9_stuff_mb(VP8_COMP *cpi, MACROBLOCKD *xd, TOKENEXTRA **t, int dry_run);