Merge "Removing unused SPEEDSTATS."

This commit is contained in:
Dmitry Kovalev 2014-02-05 14:44:12 -08:00 коммит произвёл Gerrit Code Review
Родитель 340f0c9650 faeb21dd70
Коммит 77f7f6a8e8
2 изменённых файлов: 1 добавлений и 11 удалений

Просмотреть файл

@ -93,12 +93,7 @@ FILE *kf_list;
FILE *keyfile;
#endif
#ifdef SPEEDSTATS
unsigned int frames_at_speed[16] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0};
#endif
extern void vp9_init_quantizer(VP9_COMP *cpi);
void vp9_init_quantizer(VP9_COMP *cpi);
static const double in_frame_q_adj_ratio[MAX_SEGMENTS] =
{1.0, 1.5, 2.0, 1.0, 1.0, 1.0, 1.0, 1.0};
@ -953,10 +948,6 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
}
cpi->mb.optimize = cpi->sf.optimize_coefficients == 1 && cpi->pass != 1;
#ifdef SPEEDSTATS
frames_at_speed[cpi->speed]++;
#endif
}
static void alloc_raw_frame_buffers(VP9_COMP *cpi) {

Просмотреть файл

@ -38,7 +38,6 @@ extern "C" {
// #define MODE_TEST_HIT_STATS
// #define SPEEDSTATS 1
#if CONFIG_MULTIPLE_ARF
// Set MIN_GF_INTERVAL to 1 for the full decomposition.
#define MIN_GF_INTERVAL 2