Searched refs:SUBSAMP_Y (Results 1 – 1 of 1) sorted by relevance
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 161 SRC_SUBSAMP_Y, FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, \ argument 173 SUBSAMPLE(kHeight, SUBSAMP_Y)); \ 175 SUBSAMPLE(kHeight, SUBSAMP_Y)); \ 178 SUBSAMPLE(kHeight, SUBSAMP_Y)); \ 180 SUBSAMPLE(kHeight, SUBSAMP_Y)); \ 197 SUBSAMPLE(kWidth, SUBSAMP_X) * SUBSAMPLE(kHeight, SUBSAMP_Y)); \ 199 SUBSAMPLE(kWidth, SUBSAMP_X) * SUBSAMPLE(kHeight, SUBSAMP_Y)); \ 202 SUBSAMPLE(kWidth, SUBSAMP_X) * SUBSAMPLE(kHeight, SUBSAMP_Y)); \ 204 SUBSAMPLE(kWidth, SUBSAMP_X) * SUBSAMPLE(kHeight, SUBSAMP_Y)); \ 230 for (int i = 0; i < SUBSAMPLE(kHeight, SUBSAMP_Y); ++i) { \ [all …]
|