Home
last modified time | relevance | path

Searched refs:src_y1 (Results 1 – 25 of 39) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/iris/
Diris_blit.c158 float *src_x1, float *src_y1, 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()
221 clip_coordinates(mirror_y, src_y1, dst_y1, dst_y0, in apply_blit_scissor()
227 return *src_x0 == *src_x1 || *src_y0 == *src_y1 in apply_blit_scissor()
369 float src_y1 = info->src.box.y + info->src.box.height; 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/igt-gpu-tools/lib/
Dintel_batchbuffer.c398 drm_intel_bo *src_bo, int src_x1, int src_y1, int src_pitch, in intel_blt_copy() argument
409 igt_assert(src_pitch * (src_y1 + height) <= src_bo->size); in intel_blt_copy()
425 CHECK_RANGE(src_x1); CHECK_RANGE(src_y1); in intel_blt_copy()
428 CHECK_RANGE(src_x1 + width); CHECK_RANGE(src_y1 + height); in intel_blt_copy()
455 OUT_BATCH((src_y1 << 16) | src_x1); /* src x1,y1 */ in intel_blt_copy()
Dintel_batchbuffer.h194 drm_intel_bo *src_bo, int src_x1, int src_y1, int src_pitch,
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon.cc2536 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()
Drow_neon64.cc2583 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()
Dplanar_functions.cc1097 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()
Drow_gcc.cc5363 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()
Drow_msa.cc328 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 …]
/external/libyuv/files/source/
Drow_neon.cc2536 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()
Drow_neon64.cc2583 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()
Drow_mmi.cc4412 const uint8_t* src_y1, in SobelXRow_MMI() argument
4505 : [src_y0] "r"(src_y0), [src_y1] "r"(src_y1), [src_y2] "r"(src_y2), in SobelXRow_MMI()
4511 const uint8_t* src_y1, in SobelYRow_MMI() argument
4600 : [src_y0] "r"(src_y0), [src_y1] "r"(src_y1), in SobelYRow_MMI()
Dplanar_functions.cc1234 const uint8_t* src_y1, 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()
1292 src_y1 += src_stride_y1; in BlendPlane()
1308 const uint8_t* src_y1, 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()
Drow_gcc.cc5363 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()
Drow_msa.cc328 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((void*)src_y1, 0); in SobelXRow_MSA()
3365 src3 = (v16u8)__msa_ld_b((void*)src_y1, 16); in SobelXRow_MSA()
3395 src_y1 += 16; in SobelXRow_MSA()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.h46 float src_x1, float src_y1,
Dbrw_blorp.c281 float src_x1, float src_y1, 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/
Drow_neon.cc2997 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()
Drow_neon64.cc2999 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()
Drow_common.cc908 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()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h583 const uint8_t* src_y1,
602 const uint8_t* src_y1,
Drow.h3241 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/libyuv/files/include/libyuv/
Dplanar_functions.h596 const uint8_t* src_y1,
615 const uint8_t* src_y1,
Drow.h3763 const uint8_t* src_y1,
3768 const uint8_t* src_y1,
3773 const uint8_t* src_y1,
3778 const uint8_t* src_y1,
3783 const uint8_t* src_y1,
3788 const uint8_t* src_y1,
3792 const uint8_t* src_y1,
3796 const uint8_t* src_y1,
3800 const uint8_t* src_y1,
3804 const uint8_t* src_y1,
/external/mesa3d/src/intel/blorp/
Dblorp.h142 float src_x1, float src_y1,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drow.h1793 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,

12