Searched defs:src_y1 (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 565 unsigned src_y1 = pRegions[r].srcOffsets[1].y; in radv_CmdBlitImage() 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/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/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_blorp.c | 355 float src_x1, float src_y1, in brw_blorp_blit_miptrees()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 2009 float src_x1, float src_y1, in blorp_blit()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_blorp.c | 496 unsigned src_y1 = pRegions[r].srcOffsets[1].y; in anv_CmdBlitImage() local
|