Searched refs:ARGBInterpolate (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 906 ARGBInterpolate(&orig_pixels_0[0][0], 0, &orig_pixels_1[0][0], 0, in TEST_F() 925 ARGBInterpolate(&orig_pixels_0[0][0], 0, &orig_pixels_1[0][0], 0, in TEST_F() 932 ARGBInterpolate(&orig_pixels_0[0][0], 0, &orig_pixels_1[0][0], 0, in TEST_F() 941 ARGBInterpolate(&orig_pixels_0[0][0], 0, &orig_pixels_1[0][0], 0, in TEST_F()
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 310 int ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 399 int ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0,
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 1391 int ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0, in ARGBInterpolate() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1829 int ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0, in ARGBInterpolate() function
|