Home
last modified time | relevance | path

Searched refs:src_m420 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/third_party/libyuv/source/
Dconvert_argb.cc1912 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()
Dconvert.cc425 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/
Dconvert.h190 int M420ToI420(const uint8_t* src_m420,
Dconvert_argb.h303 int M420ToARGB(const uint8_t* src_m420,