Searched refs:src_stride_argb1 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 307 const uint8* src_argb1, int src_stride_argb1, 314 const uint8* src_argb1, int src_stride_argb1, 321 const uint8* src_argb1, int src_stride_argb1, 328 const uint8* src_argb1, int src_stride_argb1, 400 const uint8* src_argb1, int src_stride_argb1,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 560 const uint8* src_argb1, int src_stride_argb1, in ARGBBlend() argument 577 src_stride_argb1 == width * 4 && in ARGBBlend() 581 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBBlend() 587 src_argb1 += src_stride_argb1; in ARGBBlend() 596 const uint8* src_argb1, int src_stride_argb1, in ARGBMultiply() argument 613 src_stride_argb1 == width * 4 && in ARGBMultiply() 617 src_stride_argb0 = src_stride_argb1 = dst_stride_argb = 0; in ARGBMultiply() 648 src_argb1 += src_stride_argb1; in ARGBMultiply() 657 const uint8* src_argb1, int src_stride_argb1, in ARGBAdd() argument 674 src_stride_argb1 == width * 4 && in ARGBAdd() [all …]
|
/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()
|