OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemRandomize
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libyuv/unit_test/
math_test.cc
69
MemRandomize
(reinterpret_cast<uint8*>(&num[0]), sizeof(num));
70
MemRandomize
(reinterpret_cast<uint8*>(&div[0]), sizeof(div));
95
MemRandomize
(reinterpret_cast<uint8*>(&num[0]), sizeof(num));
96
MemRandomize
(reinterpret_cast<uint8*>(&div[0]), sizeof(div));
130
MemRandomize
(reinterpret_cast<uint8*>(&num[0]), sizeof(num));
131
MemRandomize
(reinterpret_cast<uint8*>(&div[0]), sizeof(div));
unit_test.h
58
static inline void
MemRandomize
(uint8* dst, int len) {
scale_test.cc
39
MemRandomize
(src_y, src_y_plane_size);
40
MemRandomize
(src_u, src_uv_plane_size);
41
MemRandomize
(src_v, src_uv_plane_size);
162
MemRandomize
(src_y, src_y_plane_size);
163
MemRandomize
(src_u, src_uv_plane_size);
164
MemRandomize
(src_v, src_uv_plane_size);
scale_argb_test.cc
33
MemRandomize
(src_argb, src_argb_plane_size);
planar_test.cc
[
all
...]
Completed in 191 milliseconds