From 04dce631a2ae079877af1988a930ef236da9eb6c Mon Sep 17 00:00:00 2001 From: John Koleszar Date: Thu, 14 Jul 2011 14:18:47 -0400 Subject: Remove unused speed features min_fs_radius, max_fs_radius, full_freq were set but never read. Change-Id: I82657f4e7f2ba2acc3cbc3faa5ec0de5b9c6ec74 --- vp8/encoder/onyx_int.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'vp8/encoder/onyx_int.h') diff --git a/vp8/encoder/onyx_int.h b/vp8/encoder/onyx_int.h index 107a681be..be79cb0a5 100644 --- a/vp8/encoder/onyx_int.h +++ b/vp8/encoder/onyx_int.h @@ -180,9 +180,6 @@ typedef struct int half_pixel_search; int quarter_pixel_search; int thresh_mult[MAX_MODES]; - int full_freq[2]; - int min_fs_radius; - int max_fs_radius; int max_step_search_steps; int first_step; int optimize_coefficients; -- cgit v1.2.3