Searched refs:src_stride_argb1 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 557 const uint8* src_argb1, int src_stride_argb1, in ARGBBlend() argument 574 src_stride_argb1 == width * 4 && in ARGBBlend() 578 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBBlend() 584 src_argb1 += src_stride_argb1; in ARGBBlend() 593 const uint8* src_argb1, int src_stride_argb1, in ARGBMultiply() argument 610 src_stride_argb1 == width * 4 && in ARGBMultiply() 614 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBMultiply() 645 src_argb1 += src_stride_argb1; in ARGBMultiply() 654 const uint8* src_argb1, int src_stride_argb1, in ARGBAdd() argument 671 src_stride_argb1 == width * 4 && in ARGBAdd() [all …]
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 293 const uint8* src_argb1, int src_stride_argb1, 300 const uint8* src_argb1, int src_stride_argb1, 307 const uint8* src_argb1, int src_stride_argb1, 314 const uint8* src_argb1, int src_stride_argb1, 386 const uint8* src_argb1, int src_stride_argb1,
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 243 const uint8* src_argb1, int src_stride_argb1, 311 const uint8* src_argb1, int src_stride_argb1,
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 325 const uint8* src_argb1, int src_stride_argb1, in ARGBBlend() argument 343 src_argb1 += src_stride_argb1; in ARGBBlend() 1392 const uint8* src_argb1, int src_stride_argb1, in ARGBInterpolate() argument 1410 IS_ALIGNED(src_argb1, 16) && IS_ALIGNED(src_stride_argb1, 16) && in ARGBInterpolate() 1419 src_argb1 += src_stride_argb1; in ARGBInterpolate()
|