HomeSort by relevance Sort by last modified time
    Searched refs:fastrand (Results 1 - 8 of 8) sorted by null

  /external/libyuv/files/unit_test/
unit_test.h 105 inline int fastrand() { function
113 *reinterpret_cast<uint16*>(dst) = fastrand();
117 *dst++ = fastrand();
compare_test.cc 47 src_a[i] = (fastrand() & 0xff);
48 src_b[i] = (fastrand() & 0xff);
259 src_a[i] = (fastrand() & 0xff);
260 src_b[i] = (fastrand() & 0xff);
378 src_a[(i * kSrcStride) + j] = (fastrand() & 0xff);
379 src_b[(i * kSrcStride) + j] = (fastrand() & 0xff);
487 src_a[(i * kSrcStride) + j] = (fastrand() & 0xff);
488 src_b[(i * kSrcStride) + j] = (fastrand() & 0xff);
convert_test.cc 61 src_y[i * kWidth + j + OFF] = (fastrand() & 0xff); \
65 (fastrand() & 0xff); \
67 (fastrand() & 0xff); \
197 src_y[i * kWidth + j + OFF] = (fastrand() & 0xff); \
201 (fastrand() & 0xff); \
203 (fastrand() & 0xff); \
309 src_y[i * kWidth + j + OFF] = (fastrand() & 0xff); \
313 (fastrand() & 0xff); \
426 src_y[i + OFF] = (fastrand() & 0xff); \
429 src_u[i + OFF] = (fastrand() & 0xff);
    [all...]
planar_test.cc 118 src_argb[i + off] = (fastrand() & 0xff);
192 src_argb[i + off] = (fastrand() & 0xff);
    [all...]
rotate_test.cc 41 src_i420[i] = fastrand() & 0xff;
167 src_nv12[i] = fastrand() & 0xff;
color_test.cc 69 uint8 r = static_cast<uint8>(fastrand()); \
77 uint8 r = static_cast<uint8>(fastrand()); \
86 uint8 r = static_cast<uint8>(fastrand()); \
92 uint8 r = static_cast<uint8>(fastrand()); \
331 float f = (fastrand() & 255) * 3.14f - 260.f;
rotate_argb_test.cc 42 src_argb[i] = fastrand() & 0xff;
scale_argb_test.cc 171 src_argb[(i * src_stride_argb) + j] = (fastrand() & 0xff);

Completed in 154 milliseconds