Home | History | Annotate | Download | only in test

Lines Matching full:diff

111     const int diff = abs(count_sign_block[j][0] - count_sign_block[j][1]);
113 EXPECT_LT(diff, max_diff)
119 << " diff: " << diff;
141 const int diff = abs(count_sign_block[j][0] - count_sign_block[j][1]);
143 EXPECT_LT(diff, max_diff)
149 << " diff: " << diff;
192 const int diff = dst[j] - src[j];
193 const int error = diff * diff;
236 const int diff = dst[j] - src[j];
237 const int error = diff * diff;