Home
last modified time | relevance | path

Searched refs:BPP_B (Results 1 – 1 of 1) sorted by relevance

/external/libyuv/files/unit_test/
Dplanar_test.cc31 #define TESTPLANARTOBI(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, N, NEG) \ argument
35 const int kStride = (kWidth * 8 * BPP_B + 7) / 8; \
66 for (int j = 0; j < kWidth * BPP_B; ++j) { \
68 abs(static_cast<int>(dst_argb_c[i * kWidth * BPP_B + j]) - \
69 static_cast<int>(dst_argb_opt[i * kWidth * BPP_B + j])); \
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
119 align_buffer_16(dst_argb_c, (kWidth * BPP_B) * kHeight); \
[all …]