Searched refs:W1280 (Results 1 – 2 of 2) sorted by relevance
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 34 FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, W1280, N, NEG, OFF) \ argument 36 const int kWidth = ((W1280) > 0) ? (W1280) : 1; \ 159 W1280, N, NEG, OFF, PN, OFF_U, OFF_V) \ argument 161 const int kWidth = ((W1280) > 0) ? (W1280) : 1; \ 282 FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, W1280, N, NEG, OFF) \ argument 284 const int kWidth = ((W1280) > 0) ? (W1280) : 1; \ 376 FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, W1280, N, NEG, OFF, \ argument 379 const int kWidth = ((W1280) > 0) ? (W1280) : 1; \ 495 YALIGN, W1280, DIFF, N, NEG, OFF, FMT_C, BPP_C) \ argument 497 const int kWidth = ((W1280) > 0) ? (W1280) : 1; \ [all …]
|
D | planar_test.cc | 1005 #define TESTTERP(FMT_A, BPP_A, STRIDE_A, FMT_B, BPP_B, STRIDE_B, W1280, TERP, \ argument 1008 const int kWidth = ((W1280) > 0) ? (W1280) : 1; \
|