Searched refs:src_v1 (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 1228 align_buffer_page_end(src_v1, kSizeUV + off); in TestI420Blend() 1242 MemRandomize(src_v1, kSizeUV + off); in TestI420Blend() 1254 src_v1 + off, kStrideUV, src_a + off, width, dst_y_c + off, width, in TestI420Blend() 1261 src_v1 + off, kStrideUV, src_a + off, width, dst_y_opt + off, in TestI420Blend() 1277 free_aligned_buffer_page_end(src_v1); in TestI420Blend()
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 540 const uint8* src_v1,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 606 const uint8_t* src_v1,
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 965 const uint8* src_v1, in I420Blend() argument 985 if (!src_y0 || !src_u0 || !src_v0 || !src_y1 || !src_u1 || !src_v1 || in I420Blend() 1065 BlendPlaneRow(src_v0, src_v1, halfalpha, dst_v, halfwidth); in I420Blend() 1070 src_v1 += src_stride_v1; in I420Blend()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1167 const uint8_t* src_v1, in I420Blend() argument 1187 if (!src_y0 || !src_u0 || !src_v0 || !src_y1 || !src_u1 || !src_v1 || in I420Blend() 1267 BlendPlaneRow(src_v0, src_v1, halfalpha, dst_v, halfwidth); in I420Blend() 1272 src_v1 += src_stride_v1; in I420Blend()
|