Searched refs:SetRow_ERMS (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 4060 void SetRow_ERMS(uint8_t* dst, uint8_t v8, int width) { in SetRow_ERMS() function
|
D | planar_functions.cc | 1767 SetRow = SetRow_ERMS; in SetPlane()
|
D | row_win.cc | 3580 __declspec(naked) void SetRow_ERMS(uint8_t* dst, uint8_t v8, int width) {
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_gcc.cc | 2798 void SetRow_ERMS(uint8* dst, uint8 v8, int width) { in SetRow_ERMS() function
|
D | planar_functions.cc | 1143 SetRow = SetRow_ERMS; in SetPlane()
|
D | row_win.cc | 3553 void SetRow_ERMS(uint8* dst, uint8 v8, int count) { in SetRow_ERMS() function
|
/external/libyuv/files/source/ |
D | row_gcc.cc | 3051 void SetRow_ERMS(uint8* dst, uint8 v8, int width) { in SetRow_ERMS() function
|
D | planar_functions.cc | 1574 SetRow = SetRow_ERMS; in SetPlane()
|
D | row_win.cc | 3572 __declspec(naked) void SetRow_ERMS(uint8* dst, uint8 v8, int count) {
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 827 void SetRow_ERMS(uint8* dst, uint8 v8, int count);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1488 void SetRow_ERMS(uint8* dst, uint8 v8, int count);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1547 void SetRow_ERMS(uint8_t* dst, uint8_t v8, int width);
|