Searched refs:CopyRow_16_C (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | planar_functions.cc | 83 void (*CopyRow)(const uint16* src, uint16* dst, int width) = CopyRow_16_C; in CopyPlane_16()
|
D | row_common.cc | 1710 void CopyRow_16_C(const uint16* src, uint16* dst, int count) { in CopyRow_16_C() function
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 815 void CopyRow_16_C(const uint16* src, uint16* dst, int count);
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 93 void (*CopyRow)(const uint16_t* src, uint16_t* dst, int width) = CopyRow_16_C; in CopyPlane_16()
|
D | row_common.cc | 2202 void CopyRow_16_C(const uint16_t* src, uint16_t* dst, int count) { in CopyRow_16_C() function
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 93 void (*CopyRow)(const uint16_t* src, uint16_t* dst, int width) = CopyRow_16_C; in CopyPlane_16()
|
D | row_common.cc | 2202 void CopyRow_16_C(const uint16_t* src, uint16_t* dst, int count) { in CopyRow_16_C() function
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1496 void CopyRow_16_C(const uint16_t* src, uint16_t* dst, int count);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1759 void CopyRow_16_C(const uint16_t* src, uint16_t* dst, int count);
|