X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=source%2Ftest%2Fpixelharness.h;h=b35d9582f1d9e45abe461a6e02727ed34c2a8960;hp=1255d9958c2a878ff0cb3de7773ac83924a62e0a;hb=b53f7c52d8280ab63876efd6eb292c21430ac607;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/source/test/pixelharness.h b/source/test/pixelharness.h index 1255d99..b35d958 100644 --- a/source/test/pixelharness.h +++ b/source/test/pixelharness.h @@ -80,13 +80,11 @@ protected: bool check_weightp(weightp_pp_t ref, weightp_pp_t opt); bool check_weightp(weightp_sp_t ref, weightp_sp_t opt); bool check_downscale_t(downscale_t ref, downscale_t opt); - bool check_cvt32to16_shr_t(cvt32to16_shr_t ref, cvt32to16_shr_t opt); - bool check_cvt16to32_shl_t(cvt16to32_shl_t ref, cvt16to32_shl_t opt); - bool check_cvt16to32_shr_t(cvt16to32_shr_t ref, cvt16to32_shr_t opt); - bool check_cvt32to16_shl_t(cvt32to16_shl_t ref, cvt32to16_shl_t opt); + bool check_cpy2Dto1D_shl_t(cpy2Dto1D_shl_t ref, cpy2Dto1D_shl_t opt); + bool check_cpy2Dto1D_shr_t(cpy2Dto1D_shr_t ref, cpy2Dto1D_shr_t opt); + bool check_cpy1Dto2D_shl_t(cpy1Dto2D_shl_t ref, cpy1Dto2D_shl_t opt); + bool check_cpy1Dto2D_shr_t(cpy1Dto2D_shr_t ref, cpy1Dto2D_shr_t opt); bool check_copy_cnt_t(copy_cnt_t ref, copy_cnt_t opt); - bool check_copy_shr_t(copy_shr_t ref, copy_shr_t opt); - bool check_copy_shl_t(copy_shl_t ref, copy_shl_t opt); bool check_pixel_var(var_t ref, var_t opt); bool check_ssim_4x4x2_core(ssim_4x4x2_core_t ref, ssim_4x4x2_core_t opt); bool check_ssim_end(ssim_end4_t ref, ssim_end4_t opt);