Searched refs:kStrideUV (Results 1 - 2 of 2) sorted by relevance

/external/libyuv/files/unit_test/
H A Dconvert_test.cc500 const int kStrideUV = SUBSAMPLE(kWidth, SUBSAMP_X); \
501 const int kSizeUV = kStrideUV * SUBSAMPLE(kHeight, SUBSAMP_Y); \
517 FMT_PLANAR##To##FMT_B(src_y + OFF, kWidth, src_u + OFF, kStrideUV, \
518 src_v + OFF, kStrideUV, dst_argb_c + OFF, kStrideB, \
522 FMT_PLANAR##To##FMT_B(src_y + OFF, kWidth, src_u + OFF, kStrideUV, \
523 src_v + OFF, kStrideUV, dst_argb_opt + OFF, \
603 const int kStrideUV = SUBSAMPLE(kWidth, SUBSAMP_X); \
604 const int kSizeUV = kStrideUV * SUBSAMPLE(kHeight, SUBSAMP_Y); \
622 FMT_PLANAR##To##FMT_B(src_y + OFF, kWidth, src_u + OFF, kStrideUV, \
623 src_v + OFF, kStrideUV, src_
1441 const int kStrideUV = SUBSAMPLE(kWidth, SUBSAMP_X); local
[all...]
H A Dplanar_test.cc1221 const int kStrideUV = SUBSAMPLE(width, 2); local
1222 const int kSizeUV = kStrideUV * SUBSAMPLE(height, 2);
1252 I420Blend(src_y0 + off, width, src_u0 + off, kStrideUV, src_v0 + off,
1253 kStrideUV, src_y1 + off, width, src_u1 + off, kStrideUV,
1254 src_v1 + off, kStrideUV, src_a + off, width, dst_y_c + off, width,
1255 dst_u_c + off, kStrideUV, dst_v_c + off, kStrideUV, width,
1259 I420Blend(src_y0 + off, width, src_u0 + off, kStrideUV, src_v0 + off,
1260 kStrideUV, src_y
[all...]

Completed in 190 milliseconds