Lines Matching refs:DIFF
495 YALIGN, W1280, DIFF, N, NEG, OFF, FMT_C, BPP_C) \
543 EXPECT_LE(max_diff, DIFF); \
554 YALIGN, DIFF, FMT_C, BPP_C) \
556 YALIGN, benchmark_width_ - 4, DIFF, _Any, +, 0, FMT_C, BPP_C) \
558 YALIGN, benchmark_width_, DIFF, _Unaligned, +, 1, FMT_C, \
561 YALIGN, benchmark_width_, DIFF, _Invert, -, 0, FMT_C, BPP_C) \
563 YALIGN, benchmark_width_, DIFF, _Opt, +, 0, FMT_C, BPP_C)
598 YALIGN, W1280, DIFF, N, NEG, OFF, ATTEN) \
641 EXPECT_LE(max_diff, DIFF); \
651 YALIGN, DIFF) \
653 YALIGN, benchmark_width_ - 4, DIFF, _Any, +, 0, 0) \
655 YALIGN, benchmark_width_, DIFF, _Unaligned, +, 1, 0) \
657 YALIGN, benchmark_width_, DIFF, _Invert, -, 0, 0) \
659 YALIGN, benchmark_width_, DIFF, _Opt, +, 0, 0) \
661 YALIGN, benchmark_width_, DIFF, _Premult, +, 0, 1)
667 W1280, DIFF, N, NEG, OFF) \
717 EXPECT_LE(max_diff, DIFF); \
726 #define TESTBIPLANARTOB(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, DIFF) \
728 benchmark_width_ - 4, DIFF, _Any, +, 0) \
730 benchmark_width_, DIFF, _Unaligned, +, 1) \
732 benchmark_width_, DIFF, _Invert, -, 0) \
734 benchmark_width_, DIFF, _Opt, +, 0)
743 W1280, DIFF, N, NEG, OFF) \
779 static_cast<int>(dst_y_opt[i * kWidth + j]), DIFF); \
785 static_cast<int>(dst_u_opt[i * kStrideUV + j]), DIFF); \
791 static_cast<int>(dst_v_opt[i * kStrideUV + j]), DIFF); \
804 W1280, DIFF, N, NEG, OFF) \
837 static_cast<int>(dst_y_opt[i * kWidth + j]), DIFF); \
843 static_cast<int>(dst_uv_opt[i * kStrideUV + j]), DIFF); \
855 DIFF) \
857 benchmark_width_ - 4, DIFF, _Any, +, 0) \
859 benchmark_width_, DIFF, _Unaligned, +, 1) \
861 benchmark_width_, DIFF, _Invert, -, 0) \
863 benchmark_width_, DIFF, _Opt, +, 0)
881 // TODO(fbarchard): Make 1555 neon work same as C code, reduce to diff 9.
967 HEIGHT_B, W1280, DIFF, N, NEG, OFF) \
1001 EXPECT_LE(max_diff, DIFF); \
1008 STRIDE_B, HEIGHT_B, DIFF) \
1041 EXPECT_LE(max_diff, DIFF); \
1049 HEIGHT_B, DIFF) \
1051 HEIGHT_B, benchmark_width_ - 4, DIFF, _Any, +, 0) \
1053 HEIGHT_B, benchmark_width_, DIFF, _Unaligned, +, 1) \
1055 HEIGHT_B, benchmark_width_, DIFF, _Invert, -, 0) \
1057 HEIGHT_B, benchmark_width_, DIFF, _Opt, +, 0) \
1059 HEIGHT_B, DIFF)
1094 HEIGHT_B, W1280, DIFF, N, NEG, OFF) \
1128 EXPECT_LE(max_diff, DIFF); \
1135 STRIDE_B, HEIGHT_B, DIFF) \
1168 EXPECT_LE(max_diff, DIFF); \
1176 HEIGHT_B, DIFF) \
1178 HEIGHT_B, benchmark_width_ - 4, DIFF, _Any, +, 0) \
1180 HEIGHT_B, benchmark_width_, DIFF, _Unaligned, +, 1) \
1182 HEIGHT_B, benchmark_width_, DIFF, _Invert, -, 0) \
1184 HEIGHT_B, benchmark_width_, DIFF, _Opt, +, 0) \
1186 HEIGHT_B, DIFF)
1596 YALIGN, W1280, DIFF, N, NEG, OFF, FMT_C, BPP_C) \
1644 EXPECT_LE(max_diff, DIFF); \
1655 YALIGN, DIFF, FMT_C, BPP_C) \
1657 YALIGN, benchmark_width_ - 4, DIFF, _Any, +, 0, FMT_C, \
1660 YALIGN, benchmark_width_, DIFF, _Unaligned, +, 1, FMT_C, \
1663 YALIGN, benchmark_width_, DIFF, _Invert, -, 0, FMT_C, BPP_C) \
1665 YALIGN, benchmark_width_, DIFF, _Opt, +, 0, FMT_C, BPP_C)