Home
last modified time | relevance | path

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

/external/libyuv/files/unit_test/
Dplanar_test.cc1228 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/
Dplanar_functions.h540 const uint8* src_v1,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h351 const uint8* src_v1, int src_stride_v1,
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc786 const uint8* src_v1, int src_stride_v1, in I420Blend() argument
799 if (!src_y0 || !src_u0 || !src_v0 || !src_y1 || !src_u1 || !src_v1 || in I420Blend()
882 BlendPlaneRow(src_v0, src_v1, halfalpha, dst_v, halfwidth); in I420Blend()
887 src_v1 += src_stride_v1; in I420Blend()
/external/libyuv/files/source/
Dplanar_functions.cc965 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()