quantize test: skip block was removed

Change-Id: I1d93698bc27529b0544d79dd7b9fe37afa51ef87
This commit is contained in:
Johann
2017-08-24 07:21:42 -07:00
parent 2dc0a5132d
commit 92aafefa1e

View File

@@ -322,9 +322,8 @@ TEST_P(VP9QuantizeTest, DISABLED_Speed) {
}
vpx_usec_timer_mark(&timer);
const int elapsed_time = static_cast<int>(vpx_usec_timer_elapsed(&timer));
if (i == 0) printf("Skip block.\n");
if (i == 1) printf("Bypass calculations.\n");
if (i == 2) printf("Full calculations.\n");
if (i == 0) printf("Bypass calculations.\n");
if (i == 1) printf("Full calculations.\n");
printf("Quantize %dx%d time: %5d ms\n", 4 << sz, 4 << sz,
elapsed_time / 1000);
}