Home
last modified time | relevance | path

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

/external/libaom/libaom/third_party/libyuv/source/
Dconvert_argb.cc836 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()
Dconvert.cc371 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/
Dconvert_argb.cc1500 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()
Dconvert.cc344 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/
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/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert_argb.h103 int M420ToARGB(const uint8* src_m420, int src_stride_m420,
Dconvert.h113 int M420ToI420(const uint8* src_m420, int src_stride_m420,
/external/libyuv/files/include/libyuv/
Dconvert.h153 int M420ToI420(const uint8* src_m420,
Dconvert_argb.h217 int M420ToARGB(const uint8* src_m420,
/external/libvpx/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,