Home
last modified time | relevance | path

Searched refs:PIXEL_STRIDE (Results 1 – 1 of 1) sorted by relevance

/external/libyuv/files/unit_test/
Dconvert_test.cc157 #define TESTAPLANARTOPI(SRC_FMT_PLANAR, PIXEL_STRIDE, SRC_SUBSAMP_X, \ argument
167 kSizeUV*((PIXEL_STRIDE == 3) ? 3 : 2) + OFF); \
179 uint8* src_v = src_uv + (PIXEL_STRIDE == 1 ? kSizeUV : OFF_V); \
180 int src_stride_uv = SUBSAMPLE(kWidth, SUBSAMP_X) * PIXEL_STRIDE; \
186 src_u[(i * src_stride_uv) + j * PIXEL_STRIDE + OFF] = \
188 src_v[(i * src_stride_uv) + j * PIXEL_STRIDE + OFF] = \
205 src_v + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), PIXEL_STRIDE, dst_y_c, \
212 src_v + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), PIXEL_STRIDE, \
261 #define TESTAPLANARTOP(SRC_FMT_PLANAR, PN, PIXEL_STRIDE, OFF_U, OFF_V, \ argument
264 TESTAPLANARTOPI(SRC_FMT_PLANAR, PIXEL_STRIDE, SRC_SUBSAMP_X, SRC_SUBSAMP_Y, \
[all …]