From 1a30a8743b968258c8fa41f1c3f37dcf4c0620e4 Mon Sep 17 00:00:00 2001 From: Dmitry Kovalev Date: Sat, 8 Feb 2014 19:41:37 -0800 Subject: Making vp9_activity_masking() static. Change-Id: Ic6a733f1fe92458da89c8459c5686ba1e08b92bf --- vp9/encoder/vp9_onyx_int.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vp9/encoder/vp9_onyx_int.h') diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h index 5fd8e5a54..e0f30c8e3 100644 --- a/vp9/encoder/vp9_onyx_int.h +++ b/vp9/encoder/vp9_onyx_int.h @@ -691,8 +691,6 @@ void vp9_encode_frame(VP9_COMP *cpi); void vp9_pack_bitstream(VP9_COMP *cpi, uint8_t *dest, size_t *size); -void vp9_activity_masking(VP9_COMP *cpi, MACROBLOCK *x); - void vp9_set_speed_features(VP9_COMP *cpi); int vp9_calc_ss_err(const YV12_BUFFER_CONFIG *source, -- cgit v1.2.3