Searched refs:FMT_B (Results 1 – 1 of 1) sorted by relevance
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 31 #define TESTPLANARTOBI(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, N, NEG) \ argument 32 TEST_F(libyuvTest, FMT_PLANAR##To##FMT_B##N##_OptVsC) { \ 51 FMT_PLANAR##To##FMT_B(src_y, kWidth, \ 58 FMT_PLANAR##To##FMT_B(src_y, kWidth, \ 83 #define TESTPLANARTOB(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B) \ argument 84 TESTPLANARTOBI(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, , +) \ 85 TESTPLANARTOBI(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, Invert, -) 112 #define TESTBIPLANARTOBI(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, \ argument 114 TEST_F(libyuvTest, FMT_PLANAR##To##FMT_B##N##_OptVsC) { \ 130 FMT_PLANAR##To##FMT_B(src_y, kWidth, \ [all …]
|