Home
last modified time | relevance | path

Searched defs:src_y1 (Results 1 – 12 of 12) sorted by relevance

/external/libyuv/files/source/
Drow_neon.cc2740 const uint8* src_y1, in SobelXRow_NEON()
2786 const uint8* src_y1, in SobelYRow_NEON()
Drow_neon64.cc2725 const uint8* src_y1, in SobelXRow_NEON()
2771 const uint8* src_y1, in SobelYRow_NEON()
Drow_gcc.cc4391 const uint8* src_y1, in SobelXRow_SSE2()
4448 const uint8* src_y1, in SobelYRow_SSE2()
Dplanar_functions.cc895 const uint8* src_y1, in BlendPlane()
961 const uint8* src_y1, in I420Blend()
Drow_common.cc878 const uint8* src_y1, in SobelXRow_C()
899 const uint8* src_y1, in SobelYRow_C()
Drow_msa.cc328 v16u8 src_u0, src_v0, src_y0, src_y1, vec_uv0, vec_uv1; in I422ToYUY2Row_MSA() local
352 v16u8 src_u0, src_v0, src_y0, src_y1, vec_uv0, vec_uv1; in I422ToUYVYRow_MSA() local
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_neon64.cc2724 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelXRow_NEON()
2767 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelYRow_NEON()
Drow_neon.cc2758 void SobelXRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelXRow_NEON()
2801 void SobelYRow_NEON(const uint8* src_y0, const uint8* src_y1, in SobelYRow_NEON()
Dplanar_functions.cc724 const uint8* src_y1, int src_stride_y1, in BlendPlane()
784 const uint8* src_y1, int src_stride_y1, in I420Blend()
Drow_gcc.cc4339 void SobelXRow_SSE2(const uint8* src_y0, const uint8* src_y1, in SobelXRow_SSE2()
4393 void SobelYRow_SSE2(const uint8* src_y0, const uint8* src_y1, in SobelYRow_SSE2()
Drow_common.cc879 void SobelXRow_C(const uint8* src_y0, const uint8* src_y1, const uint8* src_y2, in SobelXRow_C()
897 void SobelYRow_C(const uint8* src_y0, const uint8* src_y1, in SobelYRow_C()
/external/opencv/cv/src/
Dcvfilter.cpp441 int src_x, src_y, src_y1, src_y2, dst_y; in process() local
2307 int i, dy, src_y1 = 0, src_y2; in icvIPPFilterNextStripe() local