Searched refs:src_m420 (Results 1 – 8 of 8) sorted by relevance
/external/libyuv/files/source/ |
D | convert_argb.cc | 1442 int M420ToARGB(const uint8* src_m420, in M420ToARGB() argument 1452 if (!src_m420 || !dst_argb || width <= 0 || height == 0) { in M420ToARGB() 1503 NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb, in M420ToARGB() 1505 NV12ToARGBRow(src_m420 + src_stride_m420, src_m420 + src_stride_m420 * 2, in M420ToARGB() 1508 src_m420 += src_stride_m420 * 3; in M420ToARGB() 1511 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 | 1274 int M420ToARGB(const uint8* src_m420, int src_stride_m420, in M420ToARGB() argument 1283 if (!src_m420 || !dst_argb || in M420ToARGB() 1319 NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb, in M420ToARGB() 1321 NV12ToARGBRow(src_m420 + src_stride_m420, src_m420 + src_stride_m420 * 2, in M420ToARGB() 1324 src_m420 += src_stride_m420 * 3; in M420ToARGB() 1327 NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb, in M420ToARGB()
|
D | convert.cc | 334 int M420ToI420(const uint8* src_m420, int src_stride_m420, in M420ToI420() argument 339 return X420ToI420(src_m420, src_stride_m420, src_stride_m420 * 2, in M420ToI420() 340 src_m420 + src_stride_m420 * 2, src_stride_m420 * 3, in M420ToI420()
|
/external/libyuv/files/include/libyuv/ |
D | convert.h | 153 int M420ToI420(const uint8* src_m420,
|
D | convert_argb.h | 195 int M420ToARGB(const uint8* src_m420,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert.h | 115 int M420ToI420(const uint8* src_m420, int src_stride_m420,
|
D | convert_argb.h | 142 int M420ToARGB(const uint8* src_m420, int src_stride_m420,
|