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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.h45 float src_x1, float src_y1,
H A Dbrw_blorp.c355 float src_x1, float src_y1,
369 src_level, src_layer, src_x0, src_y0, src_x1, src_y1,
428 src_x0, src_y0, src_x1, src_y1,
347 brw_blorp_blit_miptrees(struct brw_context *brw, struct intel_mipmap_tree *src_mt, unsigned src_level, unsigned src_layer, mesa_format src_format, int src_swizzle, struct intel_mipmap_tree *dst_mt, unsigned dst_level, unsigned dst_layer, mesa_format dst_format, float src_x0, float src_y0, float src_x1, float src_y1, float dst_x0, float dst_y0, float dst_x1, float dst_y1, GLenum filter, bool mirror_x, bool mirror_y, bool decode_srgb, bool encode_srgb) argument
/external/mesa3d/src/intel/blorp/
H A Dblorp.h119 float src_x1, float src_y1,
H A Dblorp_blit.c2009 float src_x1, float src_y1,
2032 (dst_y1 - dst_y0) == (src_y1 - src_y0)) ? false : true;
2080 .src1 = src_y1,
2001 blorp_blit(struct blorp_batch *batch, const struct blorp_surf *src_surf, unsigned src_level, unsigned src_layer, enum isl_format src_format, struct isl_swizzle src_swizzle, const struct blorp_surf *dst_surf, unsigned dst_level, unsigned dst_layer, enum isl_format dst_format, struct isl_swizzle dst_swizzle, float src_x0, float src_y0, float src_x1, float src_y1, float dst_x0, float dst_y0, float dst_x1, float dst_y1, GLenum filter, bool mirror_x, bool mirror_y) argument
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dplanar_functions.h337 const uint8* src_y1, int src_stride_y1,
349 const uint8* src_y1, int src_stride_y1,
H A Drow.h1880 void SobelXRow_C(const uint8* src_y0, const uint8* src_y1, const uint8* src_y2,
1882 void SobelXRow_SSE2(const uint8* src_y0, const uint8* src_y1,
1884 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1,
1886 void SobelYRow_C(const uint8* src_y0, const uint8* src_y1,
1888 void SobelYRow_SSE2(const uint8* src_y0, const uint8* src_y1,
1890 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1,
/external/libyuv/files/include/libyuv/
H A Dplanar_functions.h517 const uint8* src_y1,
536 const uint8* src_y1,
H A Drow.h2988 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/source/
H A Drow_neon.cc2758 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, argument
2787 "+r"(src_y1), // %1
2801 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, argument
2830 "+r"(src_y1), // %1
H A Drow_neon64.cc2724 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, argument
2753 "+r"(src_y1), // %1
2767 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, argument
2796 "+r"(src_y1), // %1
H A Dplanar_functions.cc724 const uint8* src_y1, int src_stride_y1,
731 if (!src_y0 || !src_y1 || !alpha || !dst_y || width <= 0 || height == 0) {
769 BlendPlaneRow(src_y0, src_y1, alpha, dst_y, width);
771 src_y1 += src_stride_y1;
784 const uint8* src_y1, int src_stride_y1,
799 if (!src_y0 || !src_u0 || !src_v0 || !src_y1 || !src_u1 || !src_v1 ||
813 src_y1, src_stride_y1,
2191 void (*SobelYRow)(const uint8* src_y0, const uint8* src_y1,
2193 void (*SobelXRow)(const uint8* src_y0, const uint8* src_y1,
723 BlendPlane(const uint8* src_y0, int src_stride_y0, const uint8* src_y1, int src_stride_y1, const uint8* alpha, int alpha_stride, uint8* dst_y, int dst_stride_y, int width, int height) argument
781 I420Blend(const uint8* src_y0, int src_stride_y0, const uint8* src_u0, int src_stride_u0, const uint8* src_v0, int src_stride_v0, const uint8* src_y1, int src_stride_y1, const uint8* src_u1, int src_stride_u1, const uint8* src_v1, int src_stride_v1, const uint8* alpha, int alpha_stride, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
H A Drow_common.cc879 void SobelXRow_C(const uint8* src_y0, const uint8* src_y1, const uint8* src_y2, argument
884 int b = src_y1[i];
887 int b_sub = src_y1[i + 2];
897 void SobelYRow_C(const uint8* src_y0, const uint8* src_y1, argument
904 int a_sub = src_y1[i + 0];
905 int b_sub = src_y1[i + 1];
906 int c_sub = src_y1[i + 2];
H A Drow_gcc.cc4339 void SobelXRow_SSE2(const uint8* src_y0, const uint8* src_y1, argument
4377 "+r"(src_y1), // %1
4393 void SobelYRow_SSE2(const uint8* src_y0, const uint8* src_y1, argument
4430 "+r"(src_y1), // %1
H A Drow_win.cc5032 void SobelXRow_SSE2(const uint8* src_y0, const uint8* src_y1,
5038 mov esi, [esp + 8 + 8] // src_y1
5053 movq xmm1, qword ptr [eax + esi] // read 8 pixels from src_y1[0]
5054 movq xmm2, qword ptr [eax + esi + 2] // read 8 pixels from src_y1[2]
5088 void SobelYRow_SSE2(const uint8* src_y0, const uint8* src_y1,
5093 mov esi, [esp + 4 + 8] // src_y1
5102 movq xmm1, qword ptr [eax + esi] // read 8 pixels from src_y1[0]
5107 movq xmm2, qword ptr [eax + esi + 1] // read 8 pixels from src_y1[1]
5112 movq xmm3, qword ptr [eax + esi + 2] // read 8 pixels from src_y1[2]
/external/libyuv/files/source/
H A Drow_neon.cc2740 const uint8* src_y1,
2771 "+r"(src_y1), // %1
2786 const uint8* src_y1,
2816 "+r"(src_y1), // %1
2739 SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, const uint8* src_y2, uint8* dst_sobelx, int width) argument
2785 SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, uint8* dst_sobely, int width) argument
H A Drow_neon64.cc2725 const uint8* src_y1,
2756 "+r"(src_y1), // %1
2771 const uint8* src_y1,
2801 "+r"(src_y1), // %1
2724 SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, const uint8* src_y2, uint8* dst_sobelx, int width) argument
2770 SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, uint8* dst_sobely, int width) argument
H A Dplanar_functions.cc895 const uint8* src_y1,
907 if (!src_y0 || !src_y1 || !alpha || !dst_y || width <= 0 || height == 0) {
943 BlendPlaneRow(src_y0, src_y1, alpha, dst_y, width);
945 src_y1 += src_stride_y1;
961 const uint8* src_y1,
985 if (!src_y0 || !src_u0 || !src_v0 || !src_y1 || !src_u1 || !src_v1 ||
998 BlendPlane(src_y0, src_stride_y0, src_y1, src_stride_y1, alpha, alpha_stride,
2563 void (*SobelYRow)(const uint8* src_y0, const uint8* src_y1, uint8* dst_sobely,
2565 void (*SobelXRow)(const uint8* src_y0, const uint8* src_y1,
893 BlendPlane(const uint8* src_y0, int src_stride_y0, const uint8* src_y1, int src_stride_y1, const uint8* alpha, int alpha_stride, uint8* dst_y, int dst_stride_y, int width, int height) argument
955 I420Blend(const uint8* src_y0, int src_stride_y0, const uint8* src_u0, int src_stride_u0, const uint8* src_v0, int src_stride_v0, const uint8* src_y1, int src_stride_y1, const uint8* src_u1, int src_stride_u1, const uint8* src_v1, int src_stride_v1, const uint8* alpha, int alpha_stride, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument
H A Drow_common.cc878 const uint8* src_y1,
885 int b = src_y1[i];
888 int b_sub = src_y1[i + 2];
899 const uint8* src_y1,
907 int a_sub = src_y1[i + 0];
908 int b_sub = src_y1[i + 1];
909 int c_sub = src_y1[i + 2];
877 SobelXRow_C(const uint8* src_y0, const uint8* src_y1, const uint8* src_y2, uint8* dst_sobelx, int width) argument
898 SobelYRow_C(const uint8* src_y0, const uint8* src_y1, uint8* dst_sobely, int width) argument
H A Drow_gcc.cc4391 const uint8* src_y1,
4431 "+r"(src_y1), // %1
4448 const uint8* src_y1,
4486 "+r"(src_y1), // %1
4390 SobelXRow_SSE2(const uint8* src_y0, const uint8* src_y1, const uint8* src_y2, uint8* dst_sobelx, int width) argument
4447 SobelYRow_SSE2(const uint8* src_y0, const uint8* src_y1, uint8* dst_sobely, int width) argument
H A Drow_msa.cc328 v16u8 src_u0, src_v0, src_y0, src_y1, vec_uv0, vec_uv1; local
334 LD_UB2(src_y, 16, src_y0, src_y1);
337 ILVRL_B2_UB(vec_uv1, src_y1, dst_yuy2_2, dst_yuy2_3);
352 v16u8 src_u0, src_v0, src_y0, src_y1, vec_uv0, vec_uv1; local
358 LD_UB2(src_y, 16, src_y0, src_y1);
361 ILVRL_B2_UB(src_y1, vec_uv1, dst_uyvy2, dst_uyvy3);
H A Drow_win.cc4976 const uint8* src_y1,
4984 mov esi, [esp + 8 + 8] // src_y1
4999 movq xmm1, qword ptr [eax + esi] // read 8 pixels from src_y1[0]
5000 movq xmm2, qword ptr [eax + esi + 2] // read 8 pixels from src_y1[2]
5034 const uint8* src_y1,
5040 mov esi, [esp + 4 + 8] // src_y1
5049 movq xmm1, qword ptr [eax + esi] // read 8 pixels from src_y1[0]
5054 movq xmm2, qword ptr [eax + esi + 1] // read 8 pixels from src_y1[1]
5059 movq xmm3, qword ptr [eax + esi + 2] // read 8 pixels from src_y1[2]
/external/opencv/cv/src/
H A Dcvfilter.cpp441 int src_x, src_y, src_y1, src_y2, dst_y;
505 src_y1 = src_roi.y;
513 src_y1 -= max_ky;
516 if( src_y1 < _src_y1 )
518 top_rows = _src_y1 - src_y1;
519 src_y1 = _src_y1;
538 sptr = src->data.ptr + src_y1*src->step + src_x*pix_size;
540 for( src_y = src_y1; src_y < src_y2; )
545 delta = fill_cyclic_buffer( sptr, src->step, src_y, src_y1, src_y2 );
2307 int i, dy, src_y1
[all...]
/external/mesa3d/src/intel/vulkan/
H A Danv_blorp.c496 unsigned src_y1 = pRegions[r].srcOffsets[1].y; local
499 bool flip_y = flip_coords(&src_y0, &src_y1, &dst_y0, &dst_y1);
510 src_x0, src_y0, src_x1, src_y1,
/external/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit.c565 unsigned src_y1 = pRegions[r].srcOffsets[1].y; local
601 .y = src_y1,
/external/libyuv/files/unit_test/
H A Dplanar_test.cc1226 align_buffer_page_end(src_y1, width * height + off);
1240 MemRandomize(src_y1, width * height + off);
1253 kStrideUV, src_y1 + off, width, src_u1 + off, kStrideUV,
1260 kStrideUV, src_y1 + off, width, src_u1 + off, kStrideUV,
1275 free_aligned_buffer_page_end(src_y1);

Completed in 1550 milliseconds