Searched refs:tst_dst (Results 1 – 2 of 2) sorted by relevance
139 const Pixel *tst_dst = &dst_data_[num_pixels]; in Check() local142 if (0 == memcmp(ref_dst, tst_dst, sizeof(*ref_dst) * num_pixels)) return; in Check()150 const int32_t tst_value = tst_dst[r * stride + c]; in Check()
211 const SrcPixel *tst_dst = &dst_data_[num_pixels]; in Check() local216 if (0 == memcmp(ref_dst, tst_dst, sizeof(*ref_dst) * num_pixels)) { in Check()226 const int32_t tst_value = tst_dst[r * stride + c]; in Check()