Searched refs:CopyRow_ERMS (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_argb.cc | 133 CopyRow = CopyRow_ERMS; in ARGBRotate180()
|
D | rotate.cc | 156 CopyRow = CopyRow_ERMS; in RotatePlane180()
|
D | convert.cc | 206 CopyRow = CopyRow_ERMS; in CopyPlane2()
|
D | row_gcc.cc | 2861 void CopyRow_ERMS(const uint8* src, uint8* dst, int width) { in CopyRow_ERMS() function
|
D | planar_functions.cc | 63 CopyRow = CopyRow_ERMS; in CopyPlane()
|
D | row_win.cc | 3455 void CopyRow_ERMS(const uint8* src, uint8* dst, int count) {
|
/external/libyuv/files/source/ |
D | rotate_argb.cc | 168 CopyRow = CopyRow_ERMS; in ARGBRotate180()
|
D | rotate.cc | 199 CopyRow = CopyRow_ERMS; in RotatePlane180()
|
D | convert.cc | 207 CopyRow = CopyRow_ERMS; in CopyPlane2()
|
D | row_gcc.cc | 2823 void CopyRow_ERMS(const uint8* src, uint8* dst, int width) { in CopyRow_ERMS() function
|
D | planar_functions.cc | 65 CopyRow = CopyRow_ERMS; in CopyPlane()
|
D | row_win.cc | 3337 __declspec(naked) void CopyRow_ERMS(const uint8* src, uint8* dst, int count) {
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 869 void CopyRow_ERMS(const uint8* src, uint8* dst, int count);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1442 void CopyRow_ERMS(const uint8* src, uint8* dst, int count);
|