Commit 6747fc43 authored by James Almer's avatar James Almer

Merge commit 'effc1430'

* commit 'effc1430':
  Revert "checkasm: vp9dsp: Benchmark the dc-only version of idct_idct separately"
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents caf3c5b2 effc1430
......@@ -368,12 +368,6 @@ static void check_itxfm(void)
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);
}
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment