Searched refs:DST_SUBSAMP_X (Results 1 – 1 of 1) sorted by relevance
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 52 DST_SUBSAMP_X, DST_SUBSAMP_Y, W1280, N, NEG, OFF) \ argument 60 static_assert(DST_SUBSAMP_X == 1 || DST_SUBSAMP_X == 2, \ 68 const int kDstHalfWidth = SUBSAMPLE(kWidth, DST_SUBSAMP_X); \ 130 DST_SUBSAMP_X, DST_SUBSAMP_Y) \ argument 132 FMT_PLANAR, DST_T, DST_BPC, DST_SUBSAMP_X, DST_SUBSAMP_Y, \ 135 FMT_PLANAR, DST_T, DST_BPC, DST_SUBSAMP_X, DST_SUBSAMP_Y, \ 138 FMT_PLANAR, DST_T, DST_BPC, DST_SUBSAMP_X, DST_SUBSAMP_Y, \ 141 FMT_PLANAR, DST_T, DST_BPC, DST_SUBSAMP_X, DST_SUBSAMP_Y, \
|