Remove unused members from VP9_COMP

Removed:
goldfreq, avg_encode_time, avg_pick_mode_time,
cpu_freq, interquantizer
member variables from VP9_COMP since they are no longer
used in the code.

Change-Id: I010a82c217d0da03c3f53d1858d3462190c12dcf
This commit is contained in:
Adrian Grange 2013-11-04 12:17:54 -08:00
parent dd45530ee6
commit 44e25155f7
2 changed files with 0 additions and 6 deletions

View File

@ -1180,7 +1180,6 @@ static void init_config(VP9_PTR ptr, VP9_CONFIG *oxcf) {
int i;
cpi->oxcf = *oxcf;
cpi->goldfreq = 7;
cm->version = oxcf->version;

View File

@ -506,14 +506,9 @@ typedef struct VP9_COMP {
int decimation_count;
// for real time encoding
int avg_encode_time; // microsecond
int avg_pick_mode_time; // microsecond
int speed;
unsigned int cpu_freq; // Mhz
int compressor_speed;
int interquantizer;
int goldfreq;
int auto_worst_q;
int cpu_used;
int pass;