Searched refs:SetRow_X86 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/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/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | row.h | 825 void SetRow_X86(uint8* dst, uint8 v8, int count);
|