Searched refs:src_stride_argb0 (Results 1 – 2 of 2) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 242 int ARGBBlend(const uint8* src_argb0, int src_stride_argb0, 310 int ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0,
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 324 int ARGBBlend(const uint8* src_argb0, int src_stride_argb0, in ARGBBlend() argument 342 src_argb0 += src_stride_argb0; in ARGBBlend() 1391 int ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0, in ARGBInterpolate() argument 1409 IS_ALIGNED(src_argb0, 16) && IS_ALIGNED(src_stride_argb0, 16) && in ARGBInterpolate() 1418 src_argb0 += src_stride_argb0; in ARGBInterpolate()
|