Searched defs:src_y1 (Results 1 – 12 of 12) sorted by relevance
| /external/libyuv/files/source/ |
| D | row_neon.cc | 2740 const uint8* src_y1, in SobelXRow_NEON() 2786 const uint8* src_y1, in SobelYRow_NEON()
|
| D | row_neon64.cc | 2725 const uint8* src_y1, in SobelXRow_NEON() 2771 const uint8* src_y1, in SobelYRow_NEON()
|
| D | row_gcc.cc | 4391 const uint8* src_y1, in SobelXRow_SSE2() 4448 const uint8* src_y1, in SobelYRow_SSE2()
|
| D | planar_functions.cc | 895 const uint8* src_y1, in BlendPlane() 961 const uint8* src_y1, in I420Blend()
|
| D | row_common.cc | 878 const uint8* src_y1, in SobelXRow_C() 899 const uint8* src_y1, in SobelYRow_C()
|
| D | row_msa.cc | 328 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/ |
| D | row_neon64.cc | 2724 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()
|
| D | row_neon.cc | 2758 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()
|
| D | planar_functions.cc | 724 const uint8* src_y1, int src_stride_y1, in BlendPlane() 784 const uint8* src_y1, int src_stride_y1, in I420Blend()
|
| D | row_gcc.cc | 4339 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()
|
| D | row_common.cc | 879 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/ |
| D | cvfilter.cpp | 441 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
|