Searched refs:TERP (Results 1 – 1 of 1) sorted by relevance
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 1009 #define TESTTERP(FMT_A, BPP_A, STRIDE_A, FMT_B, BPP_B, STRIDE_B, W1280, TERP, \ argument 1011 TEST_F(LibYUVPlanarTest, ARGBInterpolate##TERP##N) { \ 1028 dst_argb_c, kStrideB, kWidth, NEG kHeight, TERP); \ 1032 dst_argb_opt, kStrideB, kWidth, NEG kHeight, TERP); \ 1043 #define TESTINTERPOLATE(TERP) \ argument 1044 TESTTERP(ARGB, 4, 1, ARGB, 4, 1, benchmark_width_ - 1, TERP, _Any, +, 0) \ 1045 TESTTERP(ARGB, 4, 1, ARGB, 4, 1, benchmark_width_, TERP, _Unaligned, +, 1) \ 1046 TESTTERP(ARGB, 4, 1, ARGB, 4, 1, benchmark_width_, TERP, _Invert, -, 0) \ 1047 TESTTERP(ARGB, 4, 1, ARGB, 4, 1, benchmark_width_, TERP, _Opt, +, 0)
|