Searched refs:SetRow_X86 (Results 1 – 15 of 15) sorted by relevance
/external/libaom/libaom/third_party/libyuv/source/ |
D | row_any.cc | 530 ANY1(SetRow_Any_X86, SetRow_X86, uint8, 1, 3)
|
D | row_gcc.cc | 2787 void SetRow_X86(uint8* dst, uint8 v8, int width) { in SetRow_X86() function
|
D | planar_functions.cc | 1137 SetRow = SetRow_X86; in SetPlane()
|
D | row_win.cc | 3536 void SetRow_X86(uint8* dst, uint8 v8, int count) { in SetRow_X86() function
|
/external/libyuv/files/source/ |
D | row_any.cc | 873 ANY1(SetRow_Any_X86, SetRow_X86, uint8, 1, 3)
|
D | row_gcc.cc | 3041 void SetRow_X86(uint8* dst, uint8 v8, int width) { in SetRow_X86() function
|
D | planar_functions.cc | 1568 SetRow = SetRow_X86; in SetPlane()
|
D | row_win.cc | 3556 __declspec(naked) void SetRow_X86(uint8* dst, uint8 v8, int count) {
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_any.cc | 1000 ANY1(SetRow_Any_X86, SetRow_X86, uint8_t, 1, 3)
|
D | row_gcc.cc | 4048 void SetRow_X86(uint8_t* dst, uint8_t v8, int width) { in SetRow_X86() function
|
D | planar_functions.cc | 1761 SetRow = SetRow_X86; in SetPlane()
|
D | row_win.cc | 3564 __declspec(naked) void SetRow_X86(uint8_t* dst, uint8_t v8, int width) {
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 826 void SetRow_X86(uint8* dst, uint8 v8, int count);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1487 void SetRow_X86(uint8* dst, uint8 v8, int count);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 1546 void SetRow_X86(uint8_t* dst, uint8_t v8, int width);
|