/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 2536 const uint8_t* src_y1, in SobelXRow_NEON() argument 2560 "+r"(src_y1), // %1 in SobelXRow_NEON() 2575 const uint8_t* src_y1, in SobelYRow_NEON() argument 2598 "+r"(src_y1), // %1 in SobelYRow_NEON()
|
D | row_neon64.cc | 2583 const uint8_t* src_y1, in SobelXRow_NEON() argument 2607 "+r"(src_y1), // %1 in SobelXRow_NEON() 2622 const uint8_t* src_y1, in SobelYRow_NEON() argument 2645 "+r"(src_y1), // %1 in SobelYRow_NEON()
|
D | planar_functions.cc | 1097 const uint8_t* src_y1, in BlendPlane() argument 1109 if (!src_y0 || !src_y1 || !alpha || !dst_y || width <= 0 || height == 0) { in BlendPlane() 1145 BlendPlaneRow(src_y0, src_y1, alpha, dst_y, width); in BlendPlane() 1147 src_y1 += src_stride_y1; in BlendPlane() 1163 const uint8_t* src_y1, in I420Blend() argument 1187 if (!src_y0 || !src_u0 || !src_v0 || !src_y1 || !src_u1 || !src_v1 || in I420Blend() 1200 BlendPlane(src_y0, src_stride_y0, src_y1, src_stride_y1, alpha, alpha_stride, in I420Blend() 2756 void (*SobelYRow)(const uint8_t* src_y0, const uint8_t* src_y1, in ARGBSobelize() 2758 void (*SobelXRow)(const uint8_t* src_y0, const uint8_t* src_y1, in ARGBSobelize()
|
D | row_gcc.cc | 5363 const uint8_t* src_y1, in SobelXRow_SSE2() argument 5403 "+r"(src_y1), // %1 in SobelXRow_SSE2() 5418 const uint8_t* src_y1, in SobelYRow_SSE2() argument 5456 "+r"(src_y1), // %1 in SobelYRow_SSE2()
|
D | row_msa.cc | 328 v16u8 src_u0, src_v0, src_y0, src_y1, vec_uv0, vec_uv1; in I422ToYUY2Row_MSA() local 334 LD_UB2(src_y, 16, src_y0, src_y1); in I422ToYUY2Row_MSA() 337 ILVRL_B2_UB(vec_uv1, src_y1, dst_yuy2_2, dst_yuy2_3); in I422ToYUY2Row_MSA() 352 v16u8 src_u0, src_v0, src_y0, src_y1, vec_uv0, vec_uv1; in I422ToUYVYRow_MSA() local 358 LD_UB2(src_y, 16, src_y0, src_y1); in I422ToUYVYRow_MSA() 361 ILVRL_B2_UB(src_y1, vec_uv1, dst_uyvy2, dst_uyvy3); in I422ToUYVYRow_MSA() 3348 const uint8_t* src_y1, in SobelXRow_MSA() argument 3364 src2 = (v16u8)__msa_ld_b((const v16i8*)src_y1, 0); in SobelXRow_MSA() 3365 src3 = (v16u8)__msa_ld_b((const v16i8*)src_y1, 16); in SobelXRow_MSA() 3395 src_y1 += 16; in SobelXRow_MSA() [all …]
|
D | row_common.cc | 962 const uint8_t* src_y1, in SobelXRow_C() argument 969 int b = src_y1[i]; in SobelXRow_C() 972 int b_sub = src_y1[i + 2]; in SobelXRow_C() 983 const uint8_t* src_y1, in SobelYRow_C() argument 991 int a_sub = src_y1[i + 0]; in SobelYRow_C() 992 int b_sub = src_y1[i + 1]; in SobelYRow_C() 993 int c_sub = src_y1[i + 2]; in SobelYRow_C()
|
/external/libyuv/files/source/ |
D | row_neon.cc | 2740 const uint8* src_y1, in SobelXRow_NEON() argument 2771 "+r"(src_y1), // %1 in SobelXRow_NEON() 2786 const uint8* src_y1, in SobelYRow_NEON() argument 2816 "+r"(src_y1), // %1 in SobelYRow_NEON()
|
D | row_neon64.cc | 2725 const uint8* src_y1, in SobelXRow_NEON() argument 2756 "+r"(src_y1), // %1 in SobelXRow_NEON() 2771 const uint8* src_y1, in SobelYRow_NEON() argument 2801 "+r"(src_y1), // %1 in SobelYRow_NEON()
|
D | planar_functions.cc | 895 const uint8* src_y1, in BlendPlane() argument 907 if (!src_y0 || !src_y1 || !alpha || !dst_y || width <= 0 || height == 0) { in BlendPlane() 943 BlendPlaneRow(src_y0, src_y1, alpha, dst_y, width); in BlendPlane() 945 src_y1 += src_stride_y1; in BlendPlane() 961 const uint8* src_y1, in I420Blend() argument 985 if (!src_y0 || !src_u0 || !src_v0 || !src_y1 || !src_u1 || !src_v1 || in I420Blend() 998 BlendPlane(src_y0, src_stride_y0, src_y1, src_stride_y1, alpha, alpha_stride, in I420Blend() 2563 void (*SobelYRow)(const uint8* src_y0, const uint8* src_y1, uint8* dst_sobely, in ARGBSobelize() 2565 void (*SobelXRow)(const uint8* src_y0, const uint8* src_y1, in ARGBSobelize()
|
D | row_common.cc | 878 const uint8* src_y1, in SobelXRow_C() argument 885 int b = src_y1[i]; in SobelXRow_C() 888 int b_sub = src_y1[i + 2]; in SobelXRow_C() 899 const uint8* src_y1, in SobelYRow_C() argument 907 int a_sub = src_y1[i + 0]; in SobelYRow_C() 908 int b_sub = src_y1[i + 1]; in SobelYRow_C() 909 int c_sub = src_y1[i + 2]; in SobelYRow_C()
|
D | row_gcc.cc | 4391 const uint8* src_y1, in SobelXRow_SSE2() argument 4431 "+r"(src_y1), // %1 in SobelXRow_SSE2() 4448 const uint8* src_y1, in SobelYRow_SSE2() argument 4486 "+r"(src_y1), // %1 in SobelYRow_SSE2()
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_neon.cc | 2997 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelXRow_NEON() argument 3027 "+r"(src_y1), // %1 in SobelXRow_NEON() 3041 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelYRow_NEON() argument 3071 "+r"(src_y1), // %1 in SobelYRow_NEON()
|
D | row_neon64.cc | 2999 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelXRow_NEON() argument 3028 "+r"(src_y1), // %1 in SobelXRow_NEON() 3044 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelYRow_NEON() argument 3073 "+r"(src_y1), // %1 in SobelYRow_NEON()
|
D | row_common.cc | 908 void SobelXRow_C(const uint8* src_y0, const uint8* src_y1, const uint8* src_y2, in SobelXRow_C() argument 913 int b = src_y1[i]; in SobelXRow_C() 916 int b_sub = src_y1[i + 2]; in SobelXRow_C() 926 void SobelYRow_C(const uint8* src_y0, const uint8* src_y1, in SobelYRow_C() argument 933 int a_sub = src_y1[i + 0]; in SobelYRow_C() 934 int b_sub = src_y1[i + 1]; in SobelYRow_C() 935 int c_sub = src_y1[i + 2]; in SobelYRow_C()
|
D | row_gcc.cc | 4122 void SobelXRow_SSE2(const uint8* src_y0, const uint8* src_y1, in SobelXRow_SSE2() argument 4160 "+r"(src_y1), // %1 in SobelXRow_SSE2() 4176 void SobelYRow_SSE2(const uint8* src_y0, const uint8* src_y1, in SobelYRow_SSE2() argument 4213 "+r"(src_y1), // %1 in SobelYRow_SSE2()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.h | 46 float src_x1, float src_y1,
|
D | brw_blorp.c | 266 float src_x1, float src_y1, in brw_blorp_blit_miptrees() argument 278 src_level, src_layer, src_x0, src_y0, src_x1, src_y1, in brw_blorp_blit_miptrees() 349 src_x0, src_y0, src_x1, src_y1, in brw_blorp_blit_miptrees()
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 517 const uint8* src_y1, 536 const uint8* src_y1,
|
D | row.h | 2988 const uint8* src_y1, 2993 const uint8* src_y1, 2998 const uint8* src_y1, 3003 const uint8* src_y1, 3007 const uint8* src_y1, 3011 const uint8* src_y1,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 583 const uint8_t* src_y1, 602 const uint8_t* src_y1,
|
D | row.h | 3241 const uint8_t* src_y1, 3246 const uint8_t* src_y1, 3251 const uint8_t* src_y1, 3256 const uint8_t* src_y1, 3261 const uint8_t* src_y1, 3265 const uint8_t* src_y1, 3269 const uint8_t* src_y1, 3273 const uint8_t* src_y1,
|
/external/mesa3d/src/intel/blorp/ |
D | blorp.h | 123 float src_x1, float src_y1,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 1793 void SobelXRow_C(const uint8* src_y0, const uint8* src_y1, const uint8* src_y2, 1795 void SobelXRow_SSE2(const uint8* src_y0, const uint8* src_y1, 1797 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, 1799 void SobelYRow_C(const uint8* src_y0, const uint8* src_y1, 1801 void SobelYRow_SSE2(const uint8* src_y0, const uint8* src_y1, 1803 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1,
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 1226 align_buffer_page_end(src_y1, width * height + off); in TestI420Blend() 1240 MemRandomize(src_y1, width * height + off); in TestI420Blend() 1253 kStrideUV, src_y1 + off, width, src_u1 + off, kStrideUV, in TestI420Blend() 1260 kStrideUV, src_y1 + off, width, src_u1 + off, kStrideUV, in TestI420Blend() 1275 free_aligned_buffer_page_end(src_y1); in TestI420Blend()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 543 unsigned src_y1 = pRegions[r].srcOffsets[1].y; in anv_CmdBlitImage() local 546 bool flip_y = flip_coords(&src_y0, &src_y1, &dst_y0, &dst_y1); in anv_CmdBlitImage() 558 src_x0, src_y0, src_x1, src_y1, in anv_CmdBlitImage()
|