Searched refs:ARGBSobelToPlane (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 766 int ARGBSobelToPlane(const uint8* src_argb,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 500 int ARGBSobelToPlane(const uint8* src_argb, int src_stride_argb,
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 1719 ARGBSobelToPlane(src_argb_a + off, kSrcStride, dst_argb_c, kDstStride, width, in TestSobelToPlane() 1723 ARGBSobelToPlane(src_argb_a + off, kSrcStride, dst_argb_opt, kDstStride, in TestSobelToPlane()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 2329 int ARGBSobelToPlane(const uint8* src_argb, int src_stride_argb, in ARGBSobelToPlane() function
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 2720 int ARGBSobelToPlane(const uint8* src_argb, in ARGBSobelToPlane() function
|