Searched refs:CopyRow_X86 (Results 1 – 15 of 15) sorted by relevance
/external/libyuv/files/source/ |
D | rotate_argb.cc | 99 CopyRow = CopyRow_X86; in ARGBRotate180()
|
D | row_posix.cc | 2132 void CopyRow_X86(const uint8* src, uint8* dst, int width) { in CopyRow_X86() function
|
D | rotate.cc | 870 CopyRow = CopyRow_X86; in RotatePlane180()
|
D | convert.cc | 367 CopyRow = CopyRow_X86; in CopyPlane2() 522 CopyRow = CopyRow_X86; in Q420ToI420()
|
D | planar_functions.cc | 39 CopyRow = CopyRow_X86; in CopyPlane()
|
D | convert_from.cc | 58 CopyRow = CopyRow_X86; in I420ToI422()
|
D | row_win.cc | 2509 void CopyRow_X86(const uint8* src, uint8* dst, int count) { in CopyRow_X86() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_argb.cc | 129 CopyRow = CopyRow_X86; in ARGBRotate180()
|
D | convert.cc | 193 CopyRow = CopyRow_X86; in CopyPlane2() 434 CopyRow = CopyRow_X86; in Q420ToI420()
|
D | rotate.cc | 923 CopyRow = CopyRow_X86; in RotatePlane180()
|
D | planar_functions.cc | 46 CopyRow = CopyRow_X86; in CopyPlane()
|
D | row_posix.cc | 3270 void CopyRow_X86(const uint8* src, uint8* dst, int width) { in CopyRow_X86() function
|
D | row_win.cc | 3709 void CopyRow_X86(const uint8* src, uint8* dst, int count) { in CopyRow_X86() function
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 261 void CopyRow_X86(const uint8* src, uint8* dst, int count);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 800 void CopyRow_X86(const uint8* src, uint8* dst, int count);
|