Searched refs:W1280 (Results 1 – 2 of 2) sorted by relevance
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 52 DST_SUBSAMP_X, DST_SUBSAMP_Y, W1280, N, NEG, OFF) \ argument 64 const int kWidth = ((W1280) > 0) ? (W1280) : 1; \ 162 W1280, N, NEG, OFF, PN, OFF_U, OFF_V) \ argument 164 const int kWidth = ((W1280) > 0) ? (W1280) : 1; \ 302 FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, W1280, N, NEG, OFF) \ argument 304 const int kWidth = ((W1280) > 0) ? (W1280) : 1; \ 399 FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, W1280, N, NEG, \ argument 402 const int kWidth = ((W1280) > 0) ? (W1280) : 1; \ 492 FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, W1280, N, NEG, OFF, \ argument 495 const int kWidth = ((W1280) > 0) ? (W1280) : 1; \ [all …]
|
D | planar_test.cc | 1009 #define TESTTERP(FMT_A, BPP_A, STRIDE_A, FMT_B, BPP_B, STRIDE_B, W1280, TERP, \ argument 1012 const int kWidth = ((W1280) > 0) ? (W1280) : 1; \
|