Searched refs:dst_stride_argb4444 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 856 uint8* dst_argb4444, int dst_stride_argb4444, in I420ToARGB4444() argument 871 dst_argb4444 = dst_argb4444 + (height - 1) * dst_stride_argb4444; in I420ToARGB4444() 872 dst_stride_argb4444 = -dst_stride_argb4444; in I420ToARGB4444() 892 dst_argb4444 += dst_stride_argb4444; in I420ToARGB4444()
|
D | convert_from_argb.cc | 927 uint8* dst_argb4444, int dst_stride_argb4444, in ARGBToARGB4444() argument 942 dst_stride_argb4444 == width * 2) { in ARGBToARGB4444() 945 src_stride_argb = dst_stride_argb4444 = 0; in ARGBToARGB4444() 967 dst_argb4444 += dst_stride_argb4444; in ARGBToARGB4444()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 73 uint8* dst_argb4444, int dst_stride_argb4444,
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 129 uint8* dst_argb4444, int dst_stride_argb4444,
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 791 uint8* dst_argb4444, int dst_stride_argb4444, in ARGBToARGB4444() argument 818 dst_argb4444 += dst_stride_argb4444; in ARGBToARGB4444()
|