Searched refs:ARGBRect (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 312 int ARGBRect(uint8* dst_argb,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 205 int ARGBRect(uint8* dst_argb, int dst_stride_argb,
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 2352 ARGBRect(dst_argb_c + off, kStride, 0, 0, width, invert * height, v32); in TestARGBRect() 2360 ARGBRect(dst_argb_opt + off, kStride, 0, 0, width, invert * height, v32); in TestARGBRect()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1363 int ARGBRect(uint8* dst_argb, int dst_stride_argb, in ARGBRect() function
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 1619 int ARGBRect(uint8* dst_argb, in ARGBRect() function
|