Lines Matching refs:source_stride_
97 source_stride_ = (params_.width + 63) & ~63; in SetUp()
160 sad += abs(source8[h * source_stride_ + w] - in ReferenceSAD()
164 sad += abs(source16[h * source_stride_ + w] - in ReferenceSAD()
193 sad += abs(source8[h * source_stride_ + w] - comp_pred); in ReferenceSADavg()
199 sad += abs(source16[h * source_stride_ + w] - comp_pred); in ReferenceSADavg()
249 int source_stride_; member in __anon67eb6ad40111::SADTestBase
277 source_data_, source_stride_, references, reference_stride_, results)); in SADs()
302 ASM_REGISTER_STATE_CHECK(ret = params_.func(source_data_, source_stride_, in SAD()
315 params_.func(source_data_, source_stride_, reference_data_, in Run()
329 ASM_REGISTER_STATE_CHECK(ret = params_.func(source_data_, source_stride_, in SAD_avg()
343 params_.func(source_data_, source_stride_, reference_data_, in Run()
349 FillConstant(source_data_, source_stride_, 0); in TEST_P()
355 FillConstant(source_data_, source_stride_, mask_); in TEST_P()
363 FillRandom(source_data_, source_stride_); in TEST_P()
374 FillRandom(source_data_, source_stride_); in TEST_P()
381 const int tmp_stride = source_stride_; in TEST_P()
382 source_stride_ >>= 1; in TEST_P()
383 FillRandom(source_data_, source_stride_); in TEST_P()
386 source_stride_ = tmp_stride; in TEST_P()
391 FillRandom(source_data_, source_stride_); in TEST_P()
401 FillConstant(source_data_, source_stride_, 0); in TEST_P()
407 FillConstant(source_data_, source_stride_, mask_); in TEST_P()
416 FillRandom(source_data_, source_stride_); in TEST_P()
428 FillRandom(source_data_, source_stride_); in TEST_P()
436 const int tmp_stride = source_stride_; in TEST_P()
437 source_stride_ >>= 1; in TEST_P()
438 FillRandom(source_data_, source_stride_); in TEST_P()
442 source_stride_ = tmp_stride; in TEST_P()
447 FillRandom(source_data_, source_stride_); in TEST_P()
459 FillConstant(source_data_, source_stride_, 0); in TEST_P()
468 FillConstant(source_data_, source_stride_, mask_); in TEST_P()
479 FillRandom(source_data_, source_stride_); in TEST_P()
493 FillRandom(source_data_, source_stride_); in TEST_P()
503 int tmp_stride = source_stride_; in TEST_P()
504 source_stride_ >>= 1; in TEST_P()
505 FillRandom(source_data_, source_stride_); in TEST_P()
511 source_stride_ = tmp_stride; in TEST_P()
517 FillRandom(source_data_, source_stride_); in TEST_P()
529 FillRandom(source_data_, source_stride_); in TEST_P()