Home
last modified time | relevance | path

Searched refs:src_u0 (Results 1 – 7 of 7) sorted by relevance

/external/libyuv/files/unit_test/
Dplanar_test.cc1224 align_buffer_page_end(src_u0, kSizeUV + off); in TestI420Blend()
1238 MemRandomize(src_u0, kSizeUV + off); in TestI420Blend()
1252 I420Blend(src_y0 + off, width, src_u0 + off, kStrideUV, src_v0 + off, in TestI420Blend()
1259 I420Blend(src_y0 + off, width, src_u0 + off, kStrideUV, src_v0 + off, in TestI420Blend()
1273 free_aligned_buffer_page_end(src_u0); in TestI420Blend()
/external/libyuv/files/include/libyuv/
Dplanar_functions.h532 const uint8* src_u0,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h598 const uint8_t* src_u0,
/external/libyuv/files/source/
Dplanar_functions.cc957 const uint8* src_u0, in I420Blend() argument
985 if (!src_y0 || !src_u0 || !src_v0 || !src_y1 || !src_u1 || !src_v1 || in I420Blend()
1064 BlendPlaneRow(src_u0, src_u1, halfalpha, dst_u, halfwidth); in I420Blend()
1066 src_u0 += src_stride_u0; in I420Blend()
Drow_msa.cc328 v16u8 src_u0, src_v0, src_y0, src_y1, vec_uv0, vec_uv1; in I422ToYUY2Row_MSA() local
332 src_u0 = LD_UB(src_u); in I422ToYUY2Row_MSA()
335 ILVRL_B2_UB(src_v0, src_u0, vec_uv0, vec_uv1); in I422ToYUY2Row_MSA()
352 v16u8 src_u0, src_v0, src_y0, src_y1, vec_uv0, vec_uv1; in I422ToUYVYRow_MSA() local
356 src_u0 = LD_UB(src_u); in I422ToUYVYRow_MSA()
359 ILVRL_B2_UB(src_v0, src_u0, vec_uv0, vec_uv1); in I422ToUYVYRow_MSA()
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1159 const uint8_t* src_u0, in I420Blend() argument
1187 if (!src_y0 || !src_u0 || !src_v0 || !src_y1 || !src_u1 || !src_v1 || in I420Blend()
1266 BlendPlaneRow(src_u0, src_u1, halfalpha, dst_u, halfwidth); in I420Blend()
1268 src_u0 += src_stride_u0; in I420Blend()
Drow_msa.cc328 v16u8 src_u0, src_v0, src_y0, src_y1, vec_uv0, vec_uv1; in I422ToYUY2Row_MSA() local
332 src_u0 = LD_UB(src_u); in I422ToYUY2Row_MSA()
335 ILVRL_B2_UB(src_v0, src_u0, vec_uv0, vec_uv1); in I422ToYUY2Row_MSA()
352 v16u8 src_u0, src_v0, src_y0, src_y1, vec_uv0, vec_uv1; in I422ToUYVYRow_MSA() local
356 src_u0 = LD_UB(src_u); in I422ToUYVYRow_MSA()
359 ILVRL_B2_UB(src_v0, src_u0, vec_uv0, vec_uv1); in I422ToUYVYRow_MSA()