Searched refs:dst_stride_argb4444 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 897 uint8* dst_argb4444, int dst_stride_argb4444, in I420ToARGB4444() argument 912 dst_argb4444 = dst_argb4444 + (height - 1) * dst_stride_argb4444; in I420ToARGB4444() 913 dst_stride_argb4444 = -dst_stride_argb4444; in I420ToARGB4444() 942 dst_argb4444 += dst_stride_argb4444; in I420ToARGB4444()
|
D | convert_from_argb.cc | 1033 uint8* dst_argb4444, int dst_stride_argb4444, in ARGBToARGB4444() argument 1048 dst_stride_argb4444 == width * 2) { in ARGBToARGB4444() 1051 src_stride_argb = dst_stride_argb4444 = 0; in ARGBToARGB4444() 1081 dst_argb4444 += dst_stride_argb4444; in ARGBToARGB4444()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 83 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()
|