Home
last modified time | relevance | path

Searched refs:I420ToNV21 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from.h70 int I420ToNV21(const uint8* src_y, int src_stride_y,
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc439 int I420ToNV21(const uint8* src_y, int src_stride_y, in I420ToNV21() function
1247 r = I420ToNV21(y, y_stride, in ConvertFromI420()