Searched defs:FillRandom (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/test/
H A Dblockiness_test.cc80 void FillRandom(uint8_t *data, int stride, int width, int height) { function in class:__anon12656::BlockinessTestBase
88 void FillRandom(uint8_t *data, int stride) { function in class:__anon12656::BlockinessTestBase
89 FillRandom(data, stride, width_, height_);
95 FillRandom(data + h * stride + w, stride, 4, 4);
H A Dconsistency_test.cc80 void FillRandom(uint8_t *data, int stride, int width, int height) { function in class:__anon12661::ConsistencyTestBase
88 void FillRandom(uint8_t *data, int stride) { function in class:__anon12661::ConsistencyTestBase
89 FillRandom(data, stride, width_, height_);
153 FillRandom(source_data_[0], source_stride_);
167 FillRandom(source_data_[0], source_stride_);
168 FillRandom(source_data_[1], source_stride_);
169 FillRandom(reference_data_[0], reference_stride_);
170 FillRandom(reference_data_[1], reference_stride_);
183 FillRandom(source_data_[0], source_stride_);
H A Davg_test.cc80 void FillRandom() { function in class:__anon12655::AverageTestBase
215 void FillRandom() { function in class:__anon12655::SatdTest
267 void FillRandom() { function in class:__anon12655::BlockErrorTestFP
307 FillRandom();
323 FillRandom();
338 FillRandom();
367 FillRandom();
411 FillRandom();
H A Dsad_test.cc204 void FillRandom(uint8_t *data, int stride) { function in class:__anon12693::SADTestBase
327 FillRandom(source_data_, source_stride_);
328 FillRandom(reference_data_, reference_stride_);
338 FillRandom(source_data_, source_stride_);
339 FillRandom(reference_data_, reference_stride_);
347 FillRandom(source_data_, source_stride_);
348 FillRandom(reference_data_, reference_stride_);
369 FillRandom(source_data_, source_stride_);
370 FillRandom(reference_data_, reference_stride_);
371 FillRandom(second_pred
[all...]
/external/tensorflow/tensorflow/compiler/xla/
H A Darray.h256 void FillRandom(const T& value, const double mean = 0.0, function in class:xla::Array
/external/gemmlowp/standalone/
H A Dneon-gemm-kernel-benchmark.cc4904 void FillRandom(CacheLineAlignedBuffer<DataType>* buffer) { function
4974 FillRandom(&lhs);
4975 FillRandom(&rhs);
4976 FillRandom(&accum_initial);

Completed in 270 milliseconds