Home
last modified time | relevance | path

Searched refs:Rand16Signed (Results 1 – 9 of 9) sorted by relevance

/external/libgav1/src/dsp/
Dmotion_vector_search_test.cc105 mv = rnd->Rand16Signed() / 8; in SetInputData()
111 single_mv_[i][j].mv[k] = rnd->Rand16Signed(); in SetInputData()
113 mv = rnd->Rand16Signed(); in SetInputData()
Dmotion_field_projection_test.cc123 reference_info_.motion_field_mv[y][x].mv[0] = rnd->Rand16Signed() / 512; in SetInputData()
124 reference_info_.motion_field_mv[y][x].mv[1] = rnd->Rand16Signed() / 512; in SetInputData()
/external/libaom/test/
Dav1_quantize_test.cc82 zbin_ptr[j] = rnd.Rand16Signed(); in RunQuantizeTest()
83 quant_shift_ptr[j] = rnd.Rand16Signed(); in RunQuantizeTest()
158 zbin_ptr[j] = rnd.Rand16Signed(); in RunEobTest()
159 quant_shift_ptr[j] = rnd.Rand16Signed(); in RunEobTest()
Dacm_random.h41 int16_t Rand16Signed() { return static_cast<int16_t>(Rand16()); } in Rand16Signed() function
Dencodetxb_test.cc232 coeff[i] = rnd.Rand16Signed(); in RunTest()
Dav1_wedge_utils_test.cc344 a[i] = rng_.Rand16Signed(); in TEST_P()
/external/libgav1/tests/third_party/libvpx/
Dacm_random.h41 int16_t Rand16Signed(void) { in Rand16Signed() function
/external/libvpx/test/
Dacm_random.h43 int16_t Rand16Signed() { in Rand16Signed() function
Davg_test.cc281 const int16_t tmp = rnd_.Rand16Signed(); in FillRandom()