Searched refs:CopyRow_16_C (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h814 void CopyRow_16_C(const uint16* src, uint16* dst, int count);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc83 void (*CopyRow)(const uint16* src, uint16* dst, int width) = CopyRow_16_C;
H A Drow_common.cc1710 void CopyRow_16_C(const uint16* src, uint16* dst, int count) { function

Completed in 54 milliseconds