primitives_tests.cpp | 367 uint16_t *u16ary = new uint16_t[65536]; local 376 memset(u16ary, 0x99, 65536 * sizeof(u16ref[0])); 377 memcpy_by_channel_mask(u16ary, dst_mask, u16ref, src_mask, sizeof(u16ref[0]), 379 EXPECT_EQ((size_t)0, nonZeroMono16((int16_t*)u16ary, 65530)); 384 memset(u16ary, 0, 65536 * sizeof(u16ref[0])); 385 memcpy_by_channel_mask(u16ary, dst_mask, u16ref, src_mask, sizeof(u16ref[0]), 387 EXPECT_EQ((size_t)0, nonZeroMono16((int16_t*)u16ary, 65530)); 391 memset(u16ary, 0x99, 65536 * sizeof(u16ref[0])); 392 memcpy_by_channel_mask(u16ary, dst_mask, u16ref, src_mask, sizeof(u16ref[0]), 555); 393 EXPECT_EQ(0, memcmp(u16ary, u16ref, 555 * sizeof(u16ref[0]) * popcount(dst_mask))) 438 uint16_t *u16ary = new uint16_t[65536]; local 522 uint16_t *u16ary = new uint16_t[65536]; local 607 uint16_t *u16ary = new uint16_t[65536]; local [all...] |