Searched refs:src_m420 (Results 1 – 4 of 4) sorted by relevance
/external/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/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,
|