• Home
  • Raw
  • Download

Lines Matching refs:source_stride_

168     source_stride_ = (width_ + 31) & ~31;  in SetUp()
192 sad += abs(source8[h * source_stride_ + w] - in ReferenceSAD()
195 sad += abs(source16[h * source_stride_ + w] - in ReferenceSAD()
217 sad += abs(source8[h * source_stride_ + w] - in ReferenceSADSkip()
220 sad += abs(source16[h * source_stride_ + w] - in ReferenceSADSkip()
246 sad += abs(source8[h * source_stride_ + w] - comp_pred); in ReferenceSADavg()
251 sad += abs(source16[h * source_stride_ + w] - comp_pred); in ReferenceSADavg()
299 sad += abs(source8[h * source_stride_ + w] - comp_pred); in ReferenceDistWtdSADavg()
305 sad += abs(source16[h * source_stride_ + w] - comp_pred); in ReferenceDistWtdSADavg()
369 int source_stride_; member in __anonbce6bf330111::SADTestBase
400 source_data_, source_stride_, references, reference_stride_, results)); in SADs()
406 (source_data_, source_stride_, references, reference_stride_, results); in SADForSpeedTest()
431 (source_data_, source_stride_, references, reference_stride_, results); in SADs()
437 (source_data_, source_stride_, references, reference_stride_, results); in SADForSpeedTest()
463 source_data_, source_stride_, references, reference_stride_, results)); in SADs()
480 (source_data_, source_stride_, references, reference_stride_, results); in SADForSpeedTest()
495 API_REGISTER_STATE_CHECK(GET_PARAM(2)(source_data_, source_stride_, in SADs()
514 (source_data_, source_stride_, references, reference_stride_, second_pred_, in SADForSpeedTest()
530 API_REGISTER_STATE_CHECK(ret = GET_PARAM(2)(source_data_, source_stride_, in SAD()
545 (source_data_, source_stride_, references[0], reference_stride_); in SADForSpeedTest()
560 API_REGISTER_STATE_CHECK(ret = GET_PARAM(2)(source_data_, source_stride_, in SAD()
575 (source_data_, source_stride_, references[0], reference_stride_); in SADForSpeedTest()
590 API_REGISTER_STATE_CHECK(ret = GET_PARAM(2)(source_data_, source_stride_, in SAD_avg()
648 API_REGISTER_STATE_CHECK(ret = GET_PARAM(2)(source_data_, source_stride_, in SAD()
664 (source_data_, source_stride_, references[0], reference_stride_, width_, in SADForSpeedTest()
682 API_REGISTER_STATE_CHECK(ret = GET_PARAM(2)(source_data_, source_stride_, in dist_wtd_SAD_avg()
720 FillConstant(source_data_, source_stride_, 0); in TEST_P()
726 FillConstant(source_data_, source_stride_, mask_); in TEST_P()
734 FillRandom(source_data_, source_stride_); in TEST_P()
745 FillRandom(source_data_, source_stride_); in TEST_P()
752 const int tmp_stride = source_stride_; in TEST_P()
753 source_stride_ >>= 1; in TEST_P()
756 FillRandom(source_data_, source_stride_); in TEST_P()
762 source_stride_ = tmp_stride; in TEST_P()
766 const int tmp_stride = source_stride_; in TEST_P()
767 source_stride_ >>= 1; in TEST_P()
768 FillRandom(source_data_, source_stride_); in TEST_P()
771 source_stride_ = tmp_stride; in TEST_P()
775 FillConstant(source_data_, source_stride_, 0); in TEST_P()
781 FillConstant(source_data_, source_stride_, mask_); in TEST_P()
789 FillRandom(source_data_, source_stride_); in TEST_P()
800 FillRandom(source_data_, source_stride_); in TEST_P()
807 const int tmp_stride = source_stride_; in TEST_P()
808 source_stride_ >>= 1; in TEST_P()
811 FillRandom(source_data_, source_stride_); in TEST_P()
817 source_stride_ = tmp_stride; in TEST_P()
821 const int tmp_stride = source_stride_; in TEST_P()
822 source_stride_ >>= 1; in TEST_P()
823 FillRandom(source_data_, source_stride_); in TEST_P()
826 source_stride_ = tmp_stride; in TEST_P()
830 FillConstant(source_data_, source_stride_, 0); in TEST_P()
836 FillConstant(source_data_, source_stride_, mask_); in TEST_P()
845 FillRandom(source_data_, source_stride_); in TEST_P()
857 FillRandom(source_data_, source_stride_); in TEST_P()
865 const int tmp_stride = source_stride_; in TEST_P()
866 source_stride_ >>= 1; in TEST_P()
869 FillRandom(source_data_, source_stride_); in TEST_P()
876 source_stride_ = tmp_stride; in TEST_P()
912 FillConstant(source_data_, source_stride_, 0); in TEST_P()
918 FillConstant(source_data_, source_stride_, mask_); in TEST_P()
926 FillRandom(source_data_, source_stride_); in TEST_P()
937 FillRandom(source_data_, source_stride_); in TEST_P()
944 const int tmp_stride = source_stride_; in TEST_P()
945 source_stride_ >>= 1; in TEST_P()
948 FillRandom(source_data_, source_stride_); in TEST_P()
954 source_stride_ = tmp_stride; in TEST_P()
958 FillConstant(source_data_, source_stride_, 0); in TEST_P()
964 FillConstant(source_data_, source_stride_, mask_); in TEST_P()
973 FillRandom(source_data_, source_stride_); in TEST_P()
985 FillRandom(source_data_, source_stride_); in TEST_P()
993 const int tmp_stride = source_stride_; in TEST_P()
994 source_stride_ >>= 1; in TEST_P()
997 FillRandom(source_data_, source_stride_); in TEST_P()
1004 source_stride_ = tmp_stride; in TEST_P()
1009 FillConstant(source_data_, source_stride_, 0); in TEST_P()
1018 FillConstant(source_data_, source_stride_, mask_); in TEST_P()
1029 FillRandom(source_data_, source_stride_); in TEST_P()
1043 FillRandom(source_data_, source_stride_); in TEST_P()
1053 int tmp_stride = source_stride_; in TEST_P()
1054 source_stride_ >>= 1; in TEST_P()
1057 FillRandom(source_data_, source_stride_); in TEST_P()
1065 source_stride_ = tmp_stride; in TEST_P()
1071 FillRandom(source_data_, source_stride_); in TEST_P()
1081 FillRandom(source_data_, source_stride_); in TEST_P()
1091 FillConstant(source_data_, source_stride_, 0); in TEST_P()
1100 FillConstant(source_data_, source_stride_, mask_); in TEST_P()
1111 FillRandom(source_data_, source_stride_); in TEST_P()
1125 FillRandom(source_data_, source_stride_); in TEST_P()
1135 int tmp_stride = source_stride_; in TEST_P()
1136 source_stride_ >>= 1; in TEST_P()
1139 FillRandom(source_data_, source_stride_); in TEST_P()
1147 source_stride_ = tmp_stride; in TEST_P()
1153 FillRandom(source_data_, source_stride_); in TEST_P()
1163 FillRandom(source_data_, source_stride_); in TEST_P()
1173 FillConstant(source_data_, source_stride_, 0); in TEST_P()
1182 FillConstant(source_data_, source_stride_, mask_); in TEST_P()
1193 FillRandom(source_data_, source_stride_); in TEST_P()
1207 FillRandom(source_data_, source_stride_); in TEST_P()
1217 int tmp_stride = source_stride_; in TEST_P()
1218 source_stride_ >>= 1; in TEST_P()
1221 FillRandom(source_data_, source_stride_); in TEST_P()
1229 source_stride_ = tmp_stride; in TEST_P()
1235 FillRandom(source_data_, source_stride_); in TEST_P()
1245 FillRandom(source_data_, source_stride_); in TEST_P()
1259 FillRandom(source_data_, source_stride_); in TEST_P()
1270 FillConstant(source_data_, source_stride_, 0); in TEST_P()
1280 FillConstant(source_data_, source_stride_, mask_); in TEST_P()
1292 FillRandom(source_data_, source_stride_); in TEST_P()
1307 FillRandom(source_data_, source_stride_); in TEST_P()