Searched refs:CopyRow_ERMS (Results 1 – 21 of 21) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_argb.cc | 157 CopyRow = CopyRow_ERMS; in ARGBRotate180()
|
D | rotate.cc | 181 CopyRow = CopyRow_ERMS; in RotatePlane180()
|
D | row_gcc.cc | 3835 void CopyRow_ERMS(const uint8_t* src, uint8_t* dst, int width) { in CopyRow_ERMS() function
|
D | convert.cc | 293 CopyRow = CopyRow_ERMS; in CopyPlane2()
|
D | planar_functions.cc | 66 CopyRow = CopyRow_ERMS; in CopyPlane()
|
D | row_win.cc | 3343 __declspec(naked) void CopyRow_ERMS(const uint8_t* src,
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | rotate_argb.cc | 133 CopyRow = CopyRow_ERMS; in ARGBRotate180()
|
D | rotate.cc | 164 CopyRow = CopyRow_ERMS; in RotatePlane180()
|
D | convert.cc | 203 CopyRow = CopyRow_ERMS; in CopyPlane2()
|
D | row_gcc.cc | 2639 void CopyRow_ERMS(const uint8* src, uint8* dst, int width) { in CopyRow_ERMS() function
|
D | planar_functions.cc | 56 CopyRow = CopyRow_ERMS; in CopyPlane()
|
D | row_win.cc | 3384 void CopyRow_ERMS(const uint8* src, uint8* dst, int count) { in CopyRow_ERMS() function
|
/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/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 807 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);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1488 void CopyRow_ERMS(const uint8_t* src, uint8_t* dst, int width);
|