Searched refs:ARGBSobelToPlane (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 433 int ARGBSobelToPlane(const uint8* src_argb, int src_stride_argb,
|
/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 | 817 int ARGBSobelToPlane(const uint8_t* src_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/libaom/libaom/third_party/libyuv/source/ |
D | planar_functions.cc | 2119 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
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 2923 int ARGBSobelToPlane(const uint8_t* src_argb, in ARGBSobelToPlane() function
|