mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
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:
commit
6747fc436e
@ -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);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user