Searched refs:SUBSAMP_X (Results 1 – 1 of 1) sorted by relevance
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 31 #define TESTPLANARTOBI(FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, FMT_B, BPP_B, N, NEG) \ argument 37 align_buffer_16(src_u, kWidth / SUBSAMP_X * kHeight / SUBSAMP_Y); \ 38 align_buffer_16(src_v, kWidth / SUBSAMP_X * kHeight / SUBSAMP_Y); \ 46 for (int j = 0; j < kWidth / SUBSAMP_X; ++j) { \ 47 src_u[(i * kWidth / SUBSAMP_X) + j] = (random() & 0xff); \ 48 src_v[(i * kWidth / SUBSAMP_X) + j] = (random() & 0xff); \ 52 src_u, kWidth / SUBSAMP_X, \ 53 src_v, kWidth / SUBSAMP_X, \ 59 src_u, kWidth / SUBSAMP_X, \ 60 src_v, kWidth / SUBSAMP_X, \ [all …]
|