[FFmpeg-devel] [PATCH v2] checkasm/hevc_sao : add hevc_sao for checkasm
James Almer
jamrial at gmail.com
Thu Mar 8 05:29:34 EET 2018
On 3/7/2018 1:42 AM, Yingming Fan wrote:
> From: Yingming Fan <yingmingfan at gmail.com>
>
> ---
> Previous patch test 8 9 and 10 bit depth, because i consult codes from hevc_idct and hevc_add_res.
> While this patch test 8 10 and 12 bit depth like what VP9 does. I will submit another patch fix these issue in hevc_idct and hevc_add_res.
> This patch also refined randomize_buffers codes compared to previous patch.
>
> tests/checkasm/Makefile | 2 +-
> tests/checkasm/checkasm.c | 1 +
> tests/checkasm/checkasm.h | 1 +
> tests/checkasm/hevc_sao.c | 150 ++++++++++++++++++++++++++++++++++++++++++++++
> tests/fate/checkasm.mak | 1 +
> 5 files changed, 154 insertions(+), 1 deletion(-)
> create mode 100644 tests/checkasm/hevc_sao.c
Tested on mingw-64 x86 and x86_64, and ArchLinux x86_64.
Pushed, thanks.
More information about the ffmpeg-devel
mailing list