/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_argb.cc | 836 int M420ToARGB(const uint8* src_m420, int src_stride_m420, in M420ToARGB() argument 844 if (!src_m420 || !dst_argb || in M420ToARGB() 880 NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb, width); in M420ToARGB() 881 NV12ToARGBRow(src_m420 + src_stride_m420, src_m420 + src_stride_m420 * 2, in M420ToARGB() 884 src_m420 += src_stride_m420 * 3; in M420ToARGB() 887 NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb, width); in M420ToARGB()
|
D | convert.cc | 371 int M420ToI420(const uint8* src_m420, int src_stride_m420, in M420ToI420() argument 376 return X420ToI420(src_m420, src_stride_m420, src_stride_m420 * 2, in M420ToI420() 377 src_m420 + src_stride_m420 * 2, src_stride_m420 * 3, in M420ToI420()
|
/external/libyuv/files/source/ |
D | convert_argb.cc | 1500 int M420ToARGB(const uint8* src_m420, in M420ToARGB() argument 1510 if (!src_m420 || !dst_argb || width <= 0 || height == 0) { in M420ToARGB() 1561 NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb, in M420ToARGB() 1563 NV12ToARGBRow(src_m420 + src_stride_m420, src_m420 + src_stride_m420 * 2, in M420ToARGB() 1566 src_m420 += src_stride_m420 * 3; in M420ToARGB() 1569 NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb, in M420ToARGB()
|
D | convert.cc | 344 int M420ToI420(const uint8* src_m420, in M420ToI420() argument 354 return X420ToI420(src_m420, src_stride_m420, src_stride_m420 * 2, in M420ToI420() 355 src_m420 + src_stride_m420 * 2, src_stride_m420 * 3, dst_y, in M420ToI420()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_argb.cc | 1912 int M420ToARGB(const uint8_t* src_m420, in M420ToARGB() argument 1922 if (!src_m420 || !dst_argb || width <= 0 || height == 0) { in M420ToARGB() 1965 NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb, in M420ToARGB() 1967 NV12ToARGBRow(src_m420 + src_stride_m420, src_m420 + src_stride_m420 * 2, in M420ToARGB() 1970 src_m420 += src_stride_m420 * 3; in M420ToARGB() 1973 NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb, in M420ToARGB()
|
D | convert.cc | 425 int M420ToI420(const uint8_t* src_m420, in M420ToI420() argument 435 return X420ToI420(src_m420, src_stride_m420, src_stride_m420 * 2, in M420ToI420() 436 src_m420 + src_stride_m420 * 2, src_stride_m420 * 3, dst_y, in M420ToI420()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | convert_argb.h | 103 int M420ToARGB(const uint8* src_m420, int src_stride_m420,
|
D | convert.h | 113 int M420ToI420(const uint8* src_m420, int src_stride_m420,
|
/external/libyuv/files/include/libyuv/ |
D | convert.h | 153 int M420ToI420(const uint8* src_m420,
|
D | convert_argb.h | 217 int M420ToARGB(const uint8* src_m420,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert.h | 190 int M420ToI420(const uint8_t* src_m420,
|
D | convert_argb.h | 303 int M420ToARGB(const uint8_t* src_m420,
|