X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=source%2Ftest%2Fmbdstharness.h;fp=source%2Ftest%2Fmbdstharness.h;h=284892a774a4169b3375bb7217d1113a29714f9b;hp=a8b4de23ee7844291201096555a45bba77ab9677;hb=b53f7c52d8280ab63876efd6eb292c21430ac607;hpb=5c9b45285dd64723ad1dac380b98a7b1f3095674 diff --git a/source/test/mbdstharness.h b/source/test/mbdstharness.h index a8b4de2..284892a 100644 --- a/source/test/mbdstharness.h +++ b/source/test/mbdstharness.h @@ -60,8 +60,8 @@ protected: uint32_t mubuf2[MAX_TU_SIZE]; uint16_t mushortbuf1[MAX_TU_SIZE]; - int int_denoise_test_buff1[TEST_CASES][TEST_BUF_SIZE]; - int int_denoise_test_buff2[TEST_CASES][TEST_BUF_SIZE]; + int16_t short_denoise_test_buff1[TEST_CASES][TEST_BUF_SIZE]; + int16_t short_denoise_test_buff2[TEST_CASES][TEST_BUF_SIZE]; bool check_dequant_primitive(dequant_scaling_t ref, dequant_scaling_t opt); bool check_dequant_primitive(dequant_normal_t ref, dequant_normal_t opt);