Searched refs:dst_sobely (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 3042 uint8* dst_sobely, int width) { in SobelYRow_NEON() argument 3072 "+r"(dst_sobely), // %2 in SobelYRow_NEON()
|
D | row_neon64.cc | 3045 uint8* dst_sobely, int width) { in SobelYRow_NEON() argument 3074 "+r"(dst_sobely), // %2 in SobelYRow_NEON()
|
D | row_gcc.cc | 4177 uint8* dst_sobely, int width) { in SobelYRow_SSE2() argument 4214 "+r"(dst_sobely), // %2 in SobelYRow_SSE2()
|
D | planar_functions.cc | 1982 uint8* dst_sobely, int width) = SobelYRow_C; in ARGBSobelize() 1984 const uint8* src_y2, uint8* dst_sobely, int width) = in ARGBSobelize()
|
D | row_common.cc | 927 uint8* dst_sobely, int width) { in SobelYRow_C() argument 940 dst_sobely[i] = (uint8)(clamp255(sobel)); in SobelYRow_C()
|
D | row_win.cc | 5005 uint8* dst_sobely, int width) { in SobelYRow_SSE2() argument
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1799 uint8* dst_sobely, int width); 1801 uint8* dst_sobely, int width); 1803 uint8* dst_sobely, int width);
|