Searched refs:dst_sobely (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 3106 uint8* dst_sobely, int width) { in SobelYRow_NEON() argument 3136 "+r"(dst_sobely), // %2 in SobelYRow_NEON()
|
D | row_neon64.cc | 3280 uint8* dst_sobely, int width) { in SobelYRow_NEON() argument 3310 "+r"(dst_sobely), // %2 in SobelYRow_NEON()
|
D | planar_functions.cc | 1934 uint8* dst_sobely, int width) = SobelYRow_C; in ARGBSobelize() 1936 const uint8* src_y2, uint8* dst_sobely, int width) = in ARGBSobelize()
|
D | row_posix.cc | 4809 uint8* dst_sobely, int width) { in SobelYRow_SSE2() argument 4849 "+r"(dst_sobely), // %2 in SobelYRow_SSE2()
|
D | row_common.cc | 871 uint8* dst_sobely, int width) { in SobelYRow_C() argument 884 dst_sobely[i] = (uint8)(clamp255(sobel)); in SobelYRow_C()
|
D | row_win.cc | 5685 uint8* dst_sobely, int width) { in SobelYRow_SSE2() argument
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1688 uint8* dst_sobely, int width); 1690 uint8* dst_sobely, int width); 1692 uint8* dst_sobely, int width);
|