Home
last modified time | relevance | path

Searched refs:dst_c (Results 1 – 2 of 2) sorted by relevance

/external/libyuv/files/unit_test/
Dplanar_test.cc1350 align_buffer_page_end(dst_c, y_plane_size); in TEST_F()
1354 memset(dst_c, 0, y_plane_size); in TEST_F()
1367 dst_c[i] = random_number; in TEST_F()
1368 dst_opt[i] = dst_c[i]; in TEST_F()
1379 CopyPlane(orig_y + y_off, y_st, dst_c + y_off, stride, yw, yh); in TEST_F()
1389 if (dst_c[i] != dst_opt[i]) in TEST_F()
1394 free_aligned_buffer_page_end(dst_c); in TEST_F()
2046 uint8* dst_c = orig_y + y_plane_size * 2; in TestHalfFloatPlane() local
2049 memset(dst_c, 0, y_plane_size); in TestHalfFloatPlane()
2060 reinterpret_cast<uint16*>(dst_c), benchmark_width * 2, scale, in TestHalfFloatPlane()
[all …]
/external/compiler-rt/lib/interception/
Dinterception_win.cc176 char *dst_c = (char*)dst, in _memcpy() local
179 dst_c[i] = src_c[i]; in _memcpy()