Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_convolve_scale_test.cc214 const CONV_BUF_TYPE *tst_16_dst = &dst_16_data_[num_pixels]; in Check() local
217 if (0 == memcmp(ref_16_dst, tst_16_dst, sizeof(*ref_16_dst) * num_pixels)) in Check()
236 const int32_t tst_value = tst_16_dst[r * stride + c]; in Check()