Searched refs:kStrideUV (Results 1 – 2 of 2) sorted by relevance
/external/libyuv/files/unit_test/ |
D | convert_test.cc | 500 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, \ 602 const int kStrideUV = SUBSAMPLE(kWidth, SUBSAMP_X); \ 603 const int kSizeUV = kStrideUV * SUBSAMPLE(kHeight, SUBSAMP_Y); \ 621 FMT_PLANAR##To##FMT_B(src_y + OFF, kWidth, src_u + OFF, kStrideUV, \ 622 src_v + OFF, kStrideUV, src_a + OFF, kWidth, \ [all …]
|
D | planar_test.cc | 1221 const int kStrideUV = SUBSAMPLE(width, 2); in TestI420Blend() local 1222 const int kSizeUV = kStrideUV * SUBSAMPLE(height, 2); in TestI420Blend() 1252 I420Blend(src_y0 + off, width, src_u0 + off, kStrideUV, src_v0 + off, in TestI420Blend() 1253 kStrideUV, src_y1 + off, width, src_u1 + off, kStrideUV, in TestI420Blend() 1254 src_v1 + off, kStrideUV, src_a + off, width, dst_y_c + off, width, in TestI420Blend() 1255 dst_u_c + off, kStrideUV, dst_v_c + off, kStrideUV, width, in TestI420Blend() 1259 I420Blend(src_y0 + off, width, src_u0 + off, kStrideUV, src_v0 + off, in TestI420Blend() 1260 kStrideUV, src_y1 + off, width, src_u1 + off, kStrideUV, in TestI420Blend() 1261 src_v1 + off, kStrideUV, src_a + off, width, dst_y_opt + off, in TestI420Blend() 1262 width, dst_u_opt + off, kStrideUV, dst_v_opt + off, kStrideUV, in TestI420Blend()
|