/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_blit.c | 157 float *src_x0, float *src_y0, in apply_blit_scissor() argument 201 if (*src_x0 == *src_x1 || *src_y0 == *src_y1 in apply_blit_scissor() 206 float scale_y = (float) (*src_y1 - *src_y0) / (*dst_y1 - *dst_y0); in apply_blit_scissor() 217 clip_coordinates(mirror_y, src_y0, dst_y0, dst_y1, in apply_blit_scissor() 227 return *src_x0 == *src_x1 || *src_y0 == *src_y1 in apply_blit_scissor() 368 float src_y0 = info->src.box.y; in iris_blit() local 375 bool mirror_y = apply_mirror(&src_y0, &src_y1); in iris_blit() 380 &src_x0, &src_y0, &src_x1, &src_y1, in iris_blit() 513 src_x0, src_y0, src_x1, src_y1, in iris_blit() 567 src_x0, src_y0, src_x1, src_y1, in iris_blit()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 2535 void SobelXRow_NEON(const uint8_t* src_y0, in SobelXRow_NEON() argument 2559 : "+r"(src_y0), // %0 in SobelXRow_NEON() 2574 void SobelYRow_NEON(const uint8_t* src_y0, in SobelYRow_NEON() argument 2597 : "+r"(src_y0), // %0 in SobelYRow_NEON()
|
D | row_neon64.cc | 2582 void SobelXRow_NEON(const uint8_t* src_y0, in SobelXRow_NEON() argument 2606 : "+r"(src_y0), // %0 in SobelXRow_NEON() 2621 void SobelYRow_NEON(const uint8_t* src_y0, in SobelYRow_NEON() argument 2644 : "+r"(src_y0), // %0 in SobelYRow_NEON()
|
D | planar_functions.cc | 1095 int BlendPlane(const uint8_t* src_y0, 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() 1146 src_y0 += src_stride_y0; in BlendPlane() 1157 int I420Blend(const uint8_t* src_y0, 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 | 5362 void SobelXRow_SSE2(const uint8_t* src_y0, in SobelXRow_SSE2() argument 5402 : "+r"(src_y0), // %0 in SobelXRow_SSE2() 5417 void SobelYRow_SSE2(const uint8_t* src_y0, in SobelYRow_SSE2() argument 5455 : "+r"(src_y0), // %0 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() 336 ILVRL_B2_UB(vec_uv0, src_y0, dst_yuy2_0, dst_yuy2_1); 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() 360 ILVRL_B2_UB(src_y0, vec_uv0, dst_uyvy0, dst_uyvy1); in I422ToUYVYRow_MSA() 3347 void SobelXRow_MSA(const uint8_t* src_y0, in SobelXRow_MSA() argument 3362 src0 = (v16u8)__msa_ld_b((const v16i8*)src_y0, 0); in SobelXRow_MSA() 3363 src1 = (v16u8)__msa_ld_b((const v16i8*)src_y0, 16); in SobelXRow_MSA() 3394 src_y0 += 16; in SobelXRow_MSA() [all …]
|
/external/libyuv/files/source/ |
D | row_neon.cc | 2535 void SobelXRow_NEON(const uint8_t* src_y0, in SobelXRow_NEON() argument 2559 : "+r"(src_y0), // %0 in SobelXRow_NEON() 2574 void SobelYRow_NEON(const uint8_t* src_y0, in SobelYRow_NEON() argument 2597 : "+r"(src_y0), // %0 in SobelYRow_NEON()
|
D | row_neon64.cc | 2582 void SobelXRow_NEON(const uint8_t* src_y0, in SobelXRow_NEON() argument 2606 : "+r"(src_y0), // %0 in SobelXRow_NEON() 2621 void SobelYRow_NEON(const uint8_t* src_y0, in SobelYRow_NEON() argument 2644 : "+r"(src_y0), // %0 in SobelYRow_NEON()
|
D | row_mmi.cc | 4411 void SobelXRow_MMI(const uint8_t* src_y0, in SobelXRow_MMI() argument 4505 : [src_y0] "r"(src_y0), [src_y1] "r"(src_y1), [src_y2] "r"(src_y2), in SobelXRow_MMI() 4510 void SobelYRow_MMI(const uint8_t* src_y0, in SobelYRow_MMI() argument 4600 : [src_y0] "r"(src_y0), [src_y1] "r"(src_y1), in SobelYRow_MMI()
|
D | planar_functions.cc | 1232 int BlendPlane(const uint8_t* src_y0, in BlendPlane() argument 1246 if (!src_y0 || !src_y1 || !alpha || !dst_y || width <= 0 || height == 0) { in BlendPlane() 1290 BlendPlaneRow(src_y0, src_y1, alpha, dst_y, width); in BlendPlane() 1291 src_y0 += src_stride_y0; in BlendPlane() 1302 int I420Blend(const uint8_t* src_y0, in I420Blend() argument 1332 if (!src_y0 || !src_u0 || !src_v0 || !src_y1 || !src_u1 || !src_v1 || in I420Blend() 1345 BlendPlane(src_y0, src_stride_y0, src_y1, src_stride_y1, alpha, alpha_stride, in I420Blend() 3012 void (*SobelYRow)(const uint8_t* src_y0, const uint8_t* src_y1, in ARGBSobelize() 3014 void (*SobelXRow)(const uint8_t* src_y0, const uint8_t* src_y1, in ARGBSobelize()
|
D | row_gcc.cc | 5362 void SobelXRow_SSE2(const uint8_t* src_y0, in SobelXRow_SSE2() argument 5402 : "+r"(src_y0), // %0 in SobelXRow_SSE2() 5417 void SobelYRow_SSE2(const uint8_t* src_y0, in SobelYRow_SSE2() argument 5455 : "+r"(src_y0), // %0 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() 336 ILVRL_B2_UB(vec_uv0, src_y0, dst_yuy2_0, dst_yuy2_1); 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() 360 ILVRL_B2_UB(src_y0, vec_uv0, dst_uyvy0, dst_uyvy1); in I422ToUYVYRow_MSA() 3347 void SobelXRow_MSA(const uint8_t* src_y0, in SobelXRow_MSA() argument 3362 src0 = (v16u8)__msa_ld_b((void*)src_y0, 0); in SobelXRow_MSA() 3363 src1 = (v16u8)__msa_ld_b((void*)src_y0, 16); in SobelXRow_MSA() 3394 src_y0 += 16; in SobelXRow_MSA() [all …]
|
D | row_common.cc | 961 void SobelXRow_C(const uint8_t* src_y0, in SobelXRow_C() argument 968 int a = src_y0[i]; in SobelXRow_C() 971 int a_sub = src_y0[i + 2]; in SobelXRow_C() 982 void SobelYRow_C(const uint8_t* src_y0, in SobelYRow_C() argument 988 int a = src_y0[i + 0]; in SobelYRow_C() 989 int b = src_y0[i + 1]; in SobelYRow_C() 990 int c = src_y0[i + 2]; in SobelYRow_C()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.h | 45 float src_x0, float src_y0,
|
D | brw_blorp.c | 280 float src_x0, float src_y0, in brw_blorp_blit_miptrees() argument 293 src_level, src_layer, src_x0, src_y0, src_x1, src_y1, in brw_blorp_blit_miptrees() 329 fabsf(dst_y1 - dst_y0) == fabsf(src_y1 - src_y0)) { in brw_blorp_blit_miptrees() 429 src_x0, src_y0, src_x1, src_y1, in brw_blorp_blit_miptrees()
|
/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 3026 : "+r"(src_y0), // %0 in SobelXRow_NEON() 3041 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelYRow_NEON() argument 3070 : "+r"(src_y0), // %0 in SobelYRow_NEON()
|
D | row_neon64.cc | 2999 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelXRow_NEON() argument 3027 : "+r"(src_y0), // %0 in SobelXRow_NEON() 3044 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelYRow_NEON() argument 3072 : "+r"(src_y0), // %0 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 912 int a = src_y0[i]; in SobelXRow_C() 915 int a_sub = src_y0[i + 2]; in SobelXRow_C() 926 void SobelYRow_C(const uint8* src_y0, const uint8* src_y1, in SobelYRow_C() argument 930 int a = src_y0[i + 0]; in SobelYRow_C() 931 int b = src_y0[i + 1]; in SobelYRow_C() 932 int c = src_y0[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 4159 : "+r"(src_y0), // %0 in SobelXRow_SSE2() 4176 void SobelYRow_SSE2(const uint8* src_y0, const uint8* src_y1, in SobelYRow_SSE2() argument 4212 : "+r"(src_y0), // %0 in SobelYRow_SSE2()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 581 int BlendPlane(const uint8_t* src_y0, 596 int I420Blend(const uint8_t* src_y0,
|
D | row.h | 3240 void SobelXRow_C(const uint8_t* src_y0, 3245 void SobelXRow_SSE2(const uint8_t* src_y0, 3250 void SobelXRow_NEON(const uint8_t* src_y0, 3255 void SobelXRow_MSA(const uint8_t* src_y0, 3260 void SobelYRow_C(const uint8_t* src_y0, 3264 void SobelYRow_SSE2(const uint8_t* src_y0, 3268 void SobelYRow_NEON(const uint8_t* src_y0, 3272 void SobelYRow_MSA(const uint8_t* src_y0,
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 594 int BlendPlane(const uint8_t* src_y0, 609 int I420Blend(const uint8_t* src_y0,
|
D | row.h | 3762 void SobelXRow_C(const uint8_t* src_y0, 3767 void SobelXRow_SSE2(const uint8_t* src_y0, 3772 void SobelXRow_NEON(const uint8_t* src_y0, 3777 void SobelXRow_MSA(const uint8_t* src_y0, 3782 void SobelXRow_MMI(const uint8_t* src_y0, 3787 void SobelYRow_C(const uint8_t* src_y0, 3791 void SobelYRow_SSE2(const uint8_t* src_y0, 3795 void SobelYRow_NEON(const uint8_t* src_y0, 3799 void SobelYRow_MSA(const uint8_t* src_y0, 3803 void SobelYRow_MMI(const uint8_t* src_y0,
|
/external/mesa3d/src/intel/blorp/ |
D | blorp.h | 141 float src_x0, float src_y0,
|
/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,
|