Home
last modified time | relevance | path

Searched refs:src_y0 (Results 1 – 25 of 34) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/iris/
Diris_blit.c157 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/
Drow_neon.cc2535 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()
Drow_neon64.cc2582 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()
Dplanar_functions.cc1095 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()
Drow_gcc.cc5362 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()
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()
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/
Drow_neon.cc2535 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()
Drow_neon64.cc2582 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()
Drow_mmi.cc4411 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()
Dplanar_functions.cc1232 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()
Drow_gcc.cc5362 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()
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()
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 …]
Drow_common.cc961 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/
Dbrw_blorp.h45 float src_x0, float src_y0,
Dbrw_blorp.c280 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/
Drow_neon.cc2997 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()
Drow_neon64.cc2999 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()
Drow_common.cc908 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()
Drow_gcc.cc4122 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/
Dplanar_functions.h581 int BlendPlane(const uint8_t* src_y0,
596 int I420Blend(const uint8_t* src_y0,
Drow.h3240 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/
Dplanar_functions.h594 int BlendPlane(const uint8_t* src_y0,
609 int I420Blend(const uint8_t* src_y0,
Drow.h3762 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/
Dblorp.h141 float src_x0, float src_y0,
/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