Merge commit 'effc1430b2fe5997d9d55bf28dc507c27125eb27'

* commit 'effc1430b2fe5997d9d55bf28dc507c27125eb27':
  Revert "checkasm: vp9dsp: Benchmark the dc-only version of idct_idct separately"

Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2017-04-04 15:26:18 -03:00
commit 6747fc436e

View File

@ -368,12 +368,6 @@ static void check_itxfm(void)
bench_new(dst, sz * SIZEOF_PIXEL, coef, eob); bench_new(dst, sz * SIZEOF_PIXEL, coef, eob);
} }
} }
if (txtp == 0 && tx != 4) {
if (check_func(dsp.itxfm_add[tx][txtp], "vp9_inv_%s_%dx%d_dc_add_%d",
txtp_types[txtp], sz, sz, bit_depth)) {
bench_new(dst, sz * SIZEOF_PIXEL, coef, 1);
}
}
} }
} }
} }