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.cc160 #define TESTAPLANARTOPI(SRC_FMT_PLANAR, PIXEL_STRIDE, SRC_SUBSAMP_X, \ argument
170 kSizeUV*((PIXEL_STRIDE == 3) ? 3 : 2) + OFF); \
182 uint8_t* src_v = src_uv + (PIXEL_STRIDE == 1 ? kSizeUV : OFF_V); \
183 int src_stride_uv = SUBSAMPLE(kWidth, SUBSAMP_X) * PIXEL_STRIDE; \
189 src_u[(i * src_stride_uv) + j * PIXEL_STRIDE + OFF] = \
191 src_v[(i * src_stride_uv) + j * PIXEL_STRIDE + OFF] = \
208 src_v + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), PIXEL_STRIDE, dst_y_c, \
215 src_v + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), PIXEL_STRIDE, \
264 #define TESTAPLANARTOP(SRC_FMT_PLANAR, PN, PIXEL_STRIDE, OFF_U, OFF_V, \ argument
267 TESTAPLANARTOPI(SRC_FMT_PLANAR, PIXEL_STRIDE, SRC_SUBSAMP_X, SRC_SUBSAMP_Y, \
[all …]